2025-04-30 00:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 00:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 00:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1857) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:00:00,946 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1857) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 00:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 00:00:10,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 00:00:10,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 00:00:22,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 00:00:22,141 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-04-30 00:00:22,141 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:00:22,164 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-04-30 00:00:22,164 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:00:22,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 00:00:37,339 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 00:00:37,341 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 00:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 00:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 00:01:10,674 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 00:01:10,675 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 00:01:22,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 00:01:22,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-04-30 00:01:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:01:22,185 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-04-30 00:01:22,186 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:01:22,186 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 00:01:37,342 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 00:01:37,343 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 00:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 00:02:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 00:02:09,525 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:02:09,527 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:02:10,676 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 00:02:10,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 00:02:22,186 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 00:02:22,195 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-04-30 00:02:22,195 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:02:22,217 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-04-30 00:02:22,217 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:02:22,217 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 00:02:37,344 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 00:02:37,346 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 00:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 00:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 00:03:04,158 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 00:03:04,159 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 00:03:10,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 00:03:10,678 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 00:03:22,217 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 00:03:22,219 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-04-30 00:03:22,219 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:03:22,239 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-04-30 00:03:22,239 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:03:22,239 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 00:03:37,346 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 00:03:37,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 00:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 00:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 00:04:10,679 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 00:04:10,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 00:04:22,239 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 00:04:22,240 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-04-30 00:04:22,241 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:04:22,261 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-04-30 00:04:22,261 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:04:22,261 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 00:04:37,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 00:04:37,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 00:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 00:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 00:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1878) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1878) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 00:05:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 00:05:10,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 00:05:10,682 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 00:05:22,262 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 00:05:22,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-04-30 00:05:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:05:22,284 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-04-30 00:05:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:05:22,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 00:05:37,351 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 00:05:37,352 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 00:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 00:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 00:06:10,682 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 00:06:10,683 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 00:06:22,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 00:06:22,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:06:22,309 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-04-30 00:06:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:06:22,310 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 00:06:37,353 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 00:06:37,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 00:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 00:07:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 00:07:09,528 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:07:09,530 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:07:10,684 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 00:07:10,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 00:07:22,310 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 00:07:22,311 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-04-30 00:07:22,311 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 00:07:22,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 00:07:37,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 00:07:37,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 00:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 00:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 00:08:04,160 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-04-30 00:08:04,161 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-04-30 00:08:10,686 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 00:08:10,687 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 00:08:22,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 00:08:22,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 00:08:22,333 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:08:22,353 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-04-30 00:08:22,354 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:08:22,354 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 00:08:37,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 00:08:37,359 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 00:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 00:09:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 00:09:10,687 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 00:09:10,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 00:09:18,872 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStgCmtScheduler.execute()
2025-04-30 00:09:18,874 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStgCmtScheduler.execute()
2025-04-30 00:09:22,354 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 00:09:22,355 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-04-30 00:09:22,356 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:09:22,377 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-04-30 00:09:22,377 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:09:22,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 00:09:37,360 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 00:09:37,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 00:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-04-30 00:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-04-30 00:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1899) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1899) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 00:10:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 00:10:10,689 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 00:10:10,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 00:10:22,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 00:10:22,379 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-04-30 00:10:22,379 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:10:22,400 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-04-30 00:10:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:10:22,401 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 00:10:37,362 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 00:10:37,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 00:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 00:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 00:11:10,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 00:11:10,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 00:11:22,401 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 00:11:22,402 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-04-30 00:11:22,403 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:11:22,423 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-04-30 00:11:22,423 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:11:22,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 00:11:27,215 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeTaskScheduler.execute()
2025-04-30 00:11:27,235 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeTaskScheduler.execute()
2025-04-30 00:11:37,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 00:11:37,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 00:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 00:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 00:12:09,531 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:12:09,533 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:12:10,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 00:12:10,693 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 00:12:19,508 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/87.236.176.147,port=53629,localport=11112]
2025-04-30 00:12:22,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 00:12:22,424 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-04-30 00:12:22,425 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:12:22,444 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-04-30 00:12:22,444 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:12:22,444 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 00:12:22,509 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-1912) ANY-SCP<-ECHOSCU(52) >> A-ASSOCIATE-RQ
2025-04-30 00:12:22,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-1912) ANY-SCP<-ECHOSCU(52) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-04-30 00:12:22,564 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) ANY-SCP<-ECHOSCU(52): close Socket[addr=/87.236.176.147,port=53629,localport=11112]
2025-04-30 00:12:37,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 00:12:37,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 00:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 00:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 00:13:04,162 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 00:13:04,163 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 00:13:10,693 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 00:13:10,694 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 00:13:22,445 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 00:13:22,446 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,446 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,447 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,447 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,448 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,448 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,450 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-04-30 00:13:22,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:13:22,451 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,469 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-04-30 00:13:22,469 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:13:22,470 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,471 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 00:13:22,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 00:13:37,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 00:13:37,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 00:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 00:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 00:14:10,695 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 00:14:10,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 00:14:22,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 00:14:22,472 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 00:14:22,474 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-04-30 00:14:22,474 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 00:14:22,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 00:14:37,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 00:14:37,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 00:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 00:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 00:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1921) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1921) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 00:15:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 00:15:10,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 00:15:10,697 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 00:15:22,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 00:15:22,518 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-04-30 00:15:22,518 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:15:22,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:15:22,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 00:15:37,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 00:15:37,373 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 00:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 00:16:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 00:16:10,698 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 00:16:10,699 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 00:16:22,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 00:16:22,545 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-04-30 00:16:22,546 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:16:22,565 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-04-30 00:16:22,565 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:16:22,566 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 00:16:37,374 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 00:16:37,375 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 00:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 00:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 00:17:09,533 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:17:09,536 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:17:10,699 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 00:17:10,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 00:17:22,566 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 00:17:22,567 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-04-30 00:17:22,567 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:17:22,587 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-04-30 00:17:22,587 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:17:22,587 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 00:17:37,376 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 00:17:37,377 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 00:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 00:18:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 00:18:04,163 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-04-30 00:18:04,173 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-04-30 00:18:10,709 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 00:18:10,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 00:18:22,587 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 00:18:22,589 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-04-30 00:18:22,589 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:18:22,609 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-04-30 00:18:22,609 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:18:22,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 00:18:37,378 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 00:18:37,380 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 00:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 00:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 00:19:10,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 00:19:10,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 00:19:22,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 00:19:22,611 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-04-30 00:19:22,611 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:19:22,632 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-04-30 00:19:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:19:22,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 00:19:37,380 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 00:19:37,382 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 00:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-04-30 00:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-04-30 00:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1942) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1942) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 00:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 00:20:10,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 00:20:10,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 00:20:22,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 00:20:22,634 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-04-30 00:20:22,634 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:20:22,656 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-04-30 00:20:22,656 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:20:22,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 00:20:37,382 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 00:20:37,384 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 00:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 00:21:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 00:21:10,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 00:21:10,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 00:21:22,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 00:21:22,657 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-04-30 00:21:22,657 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 00:21:22,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 00:21:37,385 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 00:21:37,386 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 00:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 00:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 00:22:09,536 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:22:09,538 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:22:10,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 00:22:10,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 00:22:22,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 00:22:22,679 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-04-30 00:22:22,680 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:22:22,701 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-04-30 00:22:22,701 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:22:22,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 00:22:37,387 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 00:22:37,389 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 00:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 00:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 00:23:04,174 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 00:23:04,175 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 00:23:10,717 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 00:23:10,718 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 00:23:22,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 00:23:22,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-04-30 00:23:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:23:22,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-04-30 00:23:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:23:22,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 00:23:37,389 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 00:23:37,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 00:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 00:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 00:24:10,718 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 00:24:10,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 00:24:22,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 00:24:22,725 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-04-30 00:24:22,725 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:24:22,747 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-04-30 00:24:22,747 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:24:22,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 00:24:37,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 00:24:37,393 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 00:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 00:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 00:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1963) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1963) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 00:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 00:25:10,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 00:25:10,721 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 00:25:22,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 00:25:22,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-04-30 00:25:22,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:25:22,769 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-04-30 00:25:22,769 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:25:22,769 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 00:25:37,393 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 00:25:37,395 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 00:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 00:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 00:26:10,721 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 00:26:10,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 00:26:22,769 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 00:26:22,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 00:26:22,780 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:26:22,804 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-04-30 00:26:22,805 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:26:22,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 00:26:37,395 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 00:26:37,397 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 00:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 00:27:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 00:27:09,539 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:27:09,541 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:27:10,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 00:27:10,724 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 00:27:22,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 00:27:22,806 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-04-30 00:27:22,806 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:27:22,826 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-04-30 00:27:22,827 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:27:22,827 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 00:27:37,397 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 00:27:37,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 00:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 00:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 00:28:04,176 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-04-30 00:28:04,177 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-04-30 00:28:10,724 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 00:28:10,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 00:28:22,827 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 00:28:22,828 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-04-30 00:28:22,828 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:28:22,849 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-04-30 00:28:22,849 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:28:22,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 00:28:37,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 00:28:37,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 00:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 00:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 00:29:10,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 00:29:10,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 00:29:22,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 00:29:22,851 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-04-30 00:29:22,851 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:29:22,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:29:22,871 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 00:29:37,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 00:29:37,403 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 00:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 00:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 00:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1984) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1984) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 00:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 00:30:10,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 00:30:10,728 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 00:30:22,871 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 00:30:22,873 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-04-30 00:30:22,873 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:30:22,897 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-04-30 00:30:22,897 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:30:22,897 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 00:30:37,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 00:30:37,407 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 00:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 00:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 00:31:10,729 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 00:31:10,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 00:31:22,897 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 00:31:22,899 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-04-30 00:31:22,899 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:31:22,918 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-04-30 00:31:22,918 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:31:22,919 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 00:31:37,407 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 00:31:37,409 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 00:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 00:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 00:32:09,542 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:32:09,544 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:32:10,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 00:32:10,732 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 00:32:22,919 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 00:32:22,920 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-04-30 00:32:22,920 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:32:22,940 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-04-30 00:32:22,941 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:32:22,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 00:32:37,409 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 00:32:37,411 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 00:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 00:33:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 00:33:04,178 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 00:33:04,179 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 00:33:10,732 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 00:33:10,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 00:33:22,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 00:33:22,942 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-04-30 00:33:22,942 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:33:22,964 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-04-30 00:33:22,964 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:33:22,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 00:33:37,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 00:33:37,414 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 00:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 00:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 00:34:10,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 00:34:10,735 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 00:34:22,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 00:34:22,965 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-04-30 00:34:22,966 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:34:22,995 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-04-30 00:34:22,996 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:34:22,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 00:34:37,414 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 00:34:37,416 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 00:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 00:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 00:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2005) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2005) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 00:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 00:35:10,736 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 00:35:10,737 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 00:35:22,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 00:35:22,997 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-04-30 00:35:22,997 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:35:23,018 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-04-30 00:35:23,019 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:35:23,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 00:35:37,416 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 00:35:37,418 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 00:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 00:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 00:36:10,738 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 00:36:10,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 00:36:23,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 00:36:23,020 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-04-30 00:36:23,020 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:36:23,040 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-04-30 00:36:23,040 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:36:23,040 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 00:36:37,419 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 00:36:37,420 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 00:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 00:37:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 00:37:09,544 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:37:09,547 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:37:10,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 00:37:10,740 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 00:37:23,040 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 00:37:23,042 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-04-30 00:37:23,042 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:37:23,082 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-04-30 00:37:23,082 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:37:23,083 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 00:37:37,421 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 00:37:37,422 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 00:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 00:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 00:38:04,180 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 00:38:04,181 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 00:38:10,741 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 00:38:10,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 00:38:23,083 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 00:38:23,084 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-04-30 00:38:23,084 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:38:23,109 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-04-30 00:38:23,109 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:38:23,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 00:38:37,423 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 00:38:37,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 00:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 00:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 00:39:10,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 00:39:10,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 00:39:23,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 00:39:23,111 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-04-30 00:39:23,111 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:39:23,131 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-04-30 00:39:23,132 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:39:23,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 00:39:37,425 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 00:39:37,426 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 00:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 00:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 00:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2026) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2026) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 00:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 00:40:10,744 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 00:40:10,745 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 00:40:23,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 00:40:23,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:40:23,154 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-04-30 00:40:23,155 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:40:23,155 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 00:40:37,427 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 00:40:37,429 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 00:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 00:41:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 00:41:10,745 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 00:41:10,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 00:41:23,155 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 00:41:23,156 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-04-30 00:41:23,157 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 00:41:23,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 00:41:37,429 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 00:41:37,431 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 00:41:44,982 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSDeleteScheduler.execute()
2025-04-30 00:41:44,985 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSDeleteScheduler.execute()
2025-04-30 00:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 00:42:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 00:42:09,547 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:42:09,549 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:42:10,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 00:42:10,748 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 00:42:23,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 00:42:23,180 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-04-30 00:42:23,180 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:42:23,210 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-04-30 00:42:23,210 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:42:23,210 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 00:42:37,431 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 00:42:37,433 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 00:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 00:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 00:43:04,182 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-04-30 00:43:04,183 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-04-30 00:43:10,748 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 00:43:10,749 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 00:43:23,211 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 00:43:23,212 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-04-30 00:43:23,212 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:43:23,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:43:23,236 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 00:43:37,433 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 00:43:37,435 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 00:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 00:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 00:44:10,749 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 00:44:10,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 00:44:23,236 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 00:44:23,238 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-04-30 00:44:23,238 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:44:23,258 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-04-30 00:44:23,258 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:44:23,258 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 00:44:37,435 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 00:44:37,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 00:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 00:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 00:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2047) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2047) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 00:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 00:45:10,751 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 00:45:10,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 00:45:23,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 00:45:23,260 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-04-30 00:45:23,260 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:45:23,282 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-04-30 00:45:23,282 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:45:23,283 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 00:45:37,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 00:45:37,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 00:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 00:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 00:46:10,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 00:46:10,753 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 00:46:23,283 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 00:46:23,284 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-04-30 00:46:23,284 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:46:23,308 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-04-30 00:46:23,308 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:46:23,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 00:46:37,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 00:46:37,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 00:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 00:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 00:47:09,549 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:47:09,552 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:47:10,754 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 00:47:10,755 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 00:47:23,309 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 00:47:23,310 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-04-30 00:47:23,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:47:23,332 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-04-30 00:47:23,332 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:47:23,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 00:47:37,442 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 00:47:37,444 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 00:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 00:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 00:48:04,184 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 00:48:04,185 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 00:48:10,755 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 00:48:10,757 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 00:48:23,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 00:48:23,333 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-04-30 00:48:23,334 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:48:23,355 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-04-30 00:48:23,355 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:48:23,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 00:48:37,444 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 00:48:37,446 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 00:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 00:49:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 00:49:10,757 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 00:49:10,758 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 00:49:23,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 00:49:23,356 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-04-30 00:49:23,356 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:49:23,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:49:23,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 00:49:37,446 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 00:49:37,448 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 00:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 00:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 00:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2068) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2068) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 00:50:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 00:50:10,759 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 00:50:10,760 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 00:50:23,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 00:50:23,378 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-04-30 00:50:23,378 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:50:23,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-04-30 00:50:23,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:50:23,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 00:50:37,448 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 00:50:37,450 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 00:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 00:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 00:51:10,760 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 00:51:10,761 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 00:51:23,399 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 00:51:23,400 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-04-30 00:51:23,400 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:51:23,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 00:51:23,420 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:51:23,420 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 00:51:37,450 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 00:51:37,452 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 00:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 00:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 00:52:09,552 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:52:09,554 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:52:10,761 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 00:52:10,762 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 00:52:23,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 00:52:23,422 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-04-30 00:52:23,422 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:52:23,443 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-04-30 00:52:23,444 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:52:23,444 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 00:52:37,453 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 00:52:37,454 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 00:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 00:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 00:53:04,185 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 00:53:04,187 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 00:53:10,763 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 00:53:10,764 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 00:53:23,444 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 00:53:23,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:53:23,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-04-30 00:53:23,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:53:23,466 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 00:53:37,455 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 00:53:37,456 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 00:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 00:54:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 00:54:10,764 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 00:54:10,766 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 00:54:23,466 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 00:54:23,467 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-04-30 00:54:23,467 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:54:23,487 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-04-30 00:54:23,488 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:54:23,488 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 00:54:37,457 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 00:54:37,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 00:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-04-30 00:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-04-30 00:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2089) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2089) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 00:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 00:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 00:55:10,766 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 00:55:10,768 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 00:55:23,488 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 00:55:23,489 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-04-30 00:55:23,489 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:55:23,509 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-04-30 00:55:23,509 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:55:23,509 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 00:55:37,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 00:55:37,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 00:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 00:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 00:56:10,768 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 00:56:10,769 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 00:56:23,510 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 00:56:23,511 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-04-30 00:56:23,511 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:56:23,531 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-04-30 00:56:23,531 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:56:23,532 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 00:56:37,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 00:56:37,463 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 00:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 00:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 00:57:09,555 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:57:09,557 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 00:57:10,770 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 00:57:10,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 00:57:23,532 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 00:57:23,533 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-04-30 00:57:23,533 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:57:23,553 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-04-30 00:57:23,553 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:57:23,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 00:57:37,464 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 00:57:37,465 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 00:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 00:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 00:58:04,187 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 00:58:04,189 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 00:58:10,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 00:58:10,773 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 00:58:23,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 00:58:23,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 00:58:23,578 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-04-30 00:58:23,578 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:58:23,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 00:58:37,466 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 00:58:37,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 00:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 00:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 00:59:10,773 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 00:59:10,774 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 00:59:23,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 00:59:23,580 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-04-30 00:59:23,580 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:59:23,600 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-04-30 00:59:23,600 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 00:59:23,600 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 00:59:37,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 00:59:37,470 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 01:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 01:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 01:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2110) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2110) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 01:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 01:00:10,775 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 01:00:10,776 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 01:00:23,600 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 01:00:23,601 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-04-30 01:00:23,601 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:00:23,623 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-04-30 01:00:23,623 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:00:23,623 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 01:00:37,470 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 01:00:37,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 01:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 01:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 01:01:10,776 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 01:01:10,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 01:01:23,624 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 01:01:23,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 01:01:23,645 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-04-30 01:01:23,645 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:01:23,645 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 01:01:37,473 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 01:01:37,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 01:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 01:02:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 01:02:09,557 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:02:09,559 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:02:10,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 01:02:10,781 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 01:02:23,649 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 01:02:23,650 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-04-30 01:02:23,650 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:02:23,671 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-04-30 01:02:23,671 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:02:23,671 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 01:02:37,475 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 01:02:37,476 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 01:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 01:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 01:03:04,189 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 01:03:04,191 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 01:03:10,782 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 01:03:10,783 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 01:03:23,671 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 01:03:23,672 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-04-30 01:03:23,672 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:03:23,694 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-04-30 01:03:23,694 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:03:23,694 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 01:03:37,477 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 01:03:37,478 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 01:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 01:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 01:04:10,783 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 01:04:10,784 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 01:04:23,695 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 01:04:23,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-04-30 01:04:23,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:04:23,716 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-04-30 01:04:23,716 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:04:23,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 01:04:37,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 01:04:37,480 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 01:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 01:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 01:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2131) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2131) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 01:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 01:05:10,785 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 01:05:10,786 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 01:05:23,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 01:05:23,718 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-04-30 01:05:23,718 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:05:23,739 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-04-30 01:05:23,739 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:05:23,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 01:05:37,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 01:05:37,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 01:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 01:06:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 01:06:10,786 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 01:06:10,788 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 01:06:23,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 01:06:23,741 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-04-30 01:06:23,741 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:06:23,761 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-04-30 01:06:23,761 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:06:23,761 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 01:06:37,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 01:06:37,485 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 01:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 01:07:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 01:07:09,560 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:07:09,562 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:07:10,788 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 01:07:10,789 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 01:07:23,761 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 01:07:23,763 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-04-30 01:07:23,763 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:07:23,783 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-04-30 01:07:23,783 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:07:23,783 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 01:07:37,485 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 01:07:37,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 01:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 01:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 01:08:04,191 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 01:08:04,192 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 01:08:10,789 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 01:08:10,791 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 01:08:23,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 01:08:23,785 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-04-30 01:08:23,785 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:08:23,808 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-04-30 01:08:23,808 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:08:23,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 01:08:37,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 01:08:37,490 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 01:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 01:09:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 01:09:10,791 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 01:09:10,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 01:09:18,874 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStgCmtScheduler.execute()
2025-04-30 01:09:18,876 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStgCmtScheduler.execute()
2025-04-30 01:09:23,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 01:09:23,810 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-04-30 01:09:23,810 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:09:23,831 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-04-30 01:09:23,832 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:09:23,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 01:09:37,490 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 01:09:37,492 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 01:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-04-30 01:10:00,945 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-04-30 01:10:00,945 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2152) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:10:00,946 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2152) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:10:03,021 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 01:10:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 01:10:10,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 01:10:10,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 01:10:23,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 01:10:23,833 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-04-30 01:10:23,833 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:10:23,855 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-04-30 01:10:23,855 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:10:23,855 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 01:10:37,492 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 01:10:37,494 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 01:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 01:11:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 01:11:10,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 01:11:10,795 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 01:11:23,856 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 01:11:23,857 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-04-30 01:11:23,857 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:11:23,879 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-04-30 01:11:23,879 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:11:23,879 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 01:11:27,236 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeTaskScheduler.execute()
2025-04-30 01:11:27,255 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeTaskScheduler.execute()
2025-04-30 01:11:37,494 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 01:11:37,496 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 01:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 01:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 01:12:09,562 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:12:09,564 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:12:10,796 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 01:12:10,797 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 01:12:23,879 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 01:12:23,880 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-04-30 01:12:23,880 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:12:23,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 01:12:23,900 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 01:12:37,496 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 01:12:37,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 01:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 01:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 01:13:04,193 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-04-30 01:13:04,194 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-04-30 01:13:10,797 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 01:13:10,798 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 01:13:23,901 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 01:13:23,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,903 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,903 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,905 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,905 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-04-30 01:13:23,906 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:13:23,906 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,926 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-04-30 01:13:23,926 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:13:23,926 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 01:13:23,927 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 01:13:37,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 01:13:37,500 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 01:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 01:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 01:14:10,799 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 01:14:10,800 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 01:14:23,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 01:14:23,929 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-04-30 01:14:23,929 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:14:23,949 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-04-30 01:14:23,949 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:14:23,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 01:14:37,500 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 01:14:37,502 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 01:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-04-30 01:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-04-30 01:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2173) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2173) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 01:15:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 01:15:10,800 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 01:15:10,801 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 01:15:23,950 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 01:15:23,951 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-04-30 01:15:23,951 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:15:23,972 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-04-30 01:15:23,973 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:15:23,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 01:15:37,502 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 01:15:37,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 01:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 01:16:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 01:16:10,802 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 01:16:10,803 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 01:16:23,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 01:16:23,974 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-04-30 01:16:23,975 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:16:23,995 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-04-30 01:16:23,995 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:16:23,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 01:16:37,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 01:16:37,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 01:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 01:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 01:17:09,565 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:17:09,567 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:17:10,804 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 01:17:10,805 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 01:17:23,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 01:17:23,998 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-04-30 01:17:23,998 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:17:24,021 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-04-30 01:17:24,021 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:17:24,021 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 01:17:37,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 01:17:37,508 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 01:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 01:18:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 01:18:04,195 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 01:18:04,196 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 01:18:10,805 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 01:18:10,806 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 01:18:24,021 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 01:18:24,022 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-04-30 01:18:24,022 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:18:24,042 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-04-30 01:18:24,043 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:18:24,043 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 01:18:37,508 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 01:18:37,510 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 01:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 01:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 01:19:10,807 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 01:19:10,808 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 01:19:24,043 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 01:19:24,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-04-30 01:19:24,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:19:24,064 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-04-30 01:19:24,064 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:19:24,064 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 01:19:37,510 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 01:19:37,512 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 01:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 01:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 01:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2194) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2194) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 01:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 01:20:10,808 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 01:20:10,809 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 01:20:24,065 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 01:20:24,066 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-04-30 01:20:24,066 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:20:24,086 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-04-30 01:20:24,086 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:20:24,086 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 01:20:37,512 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 01:20:37,514 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 01:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 01:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 01:21:10,810 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 01:21:10,811 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 01:21:24,087 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 01:21:24,088 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-04-30 01:21:24,088 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:21:24,108 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-04-30 01:21:24,108 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:21:24,108 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 01:21:37,515 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 01:21:37,516 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 01:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 01:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 01:22:09,567 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:22:09,569 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:22:10,811 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 01:22:10,812 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 01:22:24,108 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 01:22:24,109 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-04-30 01:22:24,109 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:22:24,130 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-04-30 01:22:24,130 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:22:24,130 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 01:22:37,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 01:22:37,518 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 01:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 01:23:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 01:23:04,197 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-04-30 01:23:04,198 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-04-30 01:23:10,813 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 01:23:10,814 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 01:23:24,130 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 01:23:24,131 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-04-30 01:23:24,131 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:23:24,152 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-04-30 01:23:24,152 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:23:24,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 01:23:37,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 01:23:37,520 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 01:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 01:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 01:24:10,814 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 01:24:10,816 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 01:24:24,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 01:24:24,154 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-04-30 01:24:24,154 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:24:24,174 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-04-30 01:24:24,174 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:24:24,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 01:24:37,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 01:24:37,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 01:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 01:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 01:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2215) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2215) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 01:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 01:25:10,816 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 01:25:10,817 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 01:25:24,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 01:25:24,176 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-04-30 01:25:24,176 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:25:24,197 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-04-30 01:25:24,197 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:25:24,197 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 01:25:37,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 01:25:37,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 01:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 01:26:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 01:26:10,818 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 01:26:10,819 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 01:26:24,197 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 01:26:24,199 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-04-30 01:26:24,199 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:26:24,222 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-04-30 01:26:24,222 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:26:24,222 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 01:26:37,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 01:26:37,527 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 01:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 01:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 01:27:09,570 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:27:09,572 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:27:10,819 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 01:27:10,821 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 01:27:24,222 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 01:27:24,224 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-04-30 01:27:24,224 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:27:24,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 01:27:24,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 01:27:37,527 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 01:27:37,529 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 01:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 01:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 01:28:04,199 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 01:28:04,200 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 01:28:10,821 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 01:28:10,822 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 01:28:24,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 01:28:24,246 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-04-30 01:28:24,246 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:28:24,268 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-04-30 01:28:24,268 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:28:24,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 01:28:37,529 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 01:28:37,531 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 01:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 01:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 01:29:10,822 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 01:29:10,824 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 01:29:24,269 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 01:29:24,270 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-04-30 01:29:24,270 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:29:24,290 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-04-30 01:29:24,290 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:29:24,290 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 01:29:37,531 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 01:29:37,533 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 01:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 01:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 01:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2236) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2236) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 01:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 01:30:10,824 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 01:30:10,825 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 01:30:24,291 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 01:30:24,292 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-04-30 01:30:24,292 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:30:24,330 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-04-30 01:30:24,331 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:30:24,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 01:30:37,557 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 01:30:37,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 01:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 01:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 01:31:10,826 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 01:31:10,827 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 01:31:24,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 01:31:24,332 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-04-30 01:31:24,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:31:24,352 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-04-30 01:31:24,352 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:31:24,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 01:31:37,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 01:31:37,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 01:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 01:32:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 01:32:09,573 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:32:09,575 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:32:10,827 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 01:32:10,828 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 01:32:24,353 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 01:32:24,354 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-04-30 01:32:24,354 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:32:24,375 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-04-30 01:32:24,375 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:32:24,375 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 01:32:37,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 01:32:37,563 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 01:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 01:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 01:33:04,201 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 01:33:04,202 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 01:33:10,829 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 01:33:10,830 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 01:33:24,376 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 01:33:24,377 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-04-30 01:33:24,377 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:33:24,397 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-04-30 01:33:24,397 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:33:24,397 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 01:33:37,564 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 01:33:37,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 01:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 01:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 01:34:10,830 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 01:34:10,831 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 01:34:24,397 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 01:34:24,398 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-04-30 01:34:24,398 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:34:24,422 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-04-30 01:34:24,422 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:34:24,422 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 01:34:37,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 01:34:37,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 01:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 01:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 01:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2257) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2257) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 01:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 01:35:10,831 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 01:35:10,833 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 01:35:24,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 01:35:24,424 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-04-30 01:35:24,424 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:35:24,444 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-04-30 01:35:24,445 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:35:24,445 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 01:35:37,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 01:35:37,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 01:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 01:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 01:36:10,833 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 01:36:10,834 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 01:36:24,445 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 01:36:24,446 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-04-30 01:36:24,446 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:36:24,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-04-30 01:36:24,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:36:24,467 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 01:36:37,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 01:36:37,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 01:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 01:37:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 01:37:09,575 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:37:09,577 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:37:10,834 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 01:37:10,836 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 01:37:24,467 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 01:37:24,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 01:37:24,468 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:37:24,488 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-04-30 01:37:24,488 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:37:24,489 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 01:37:37,573 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 01:37:37,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 01:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 01:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 01:38:04,202 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 01:38:04,204 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 01:38:10,836 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 01:38:10,837 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 01:38:24,489 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 01:38:24,490 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-04-30 01:38:24,490 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:38:24,521 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-04-30 01:38:24,521 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:38:24,521 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 01:38:37,575 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 01:38:37,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 01:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 01:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 01:39:10,838 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 01:39:10,839 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 01:39:24,522 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 01:39:24,523 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-04-30 01:39:24,523 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:39:24,543 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-04-30 01:39:24,543 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:39:24,543 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 01:39:37,577 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 01:39:37,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 01:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 01:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 01:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2278) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2278) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 01:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 01:40:10,839 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 01:40:10,841 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 01:40:24,543 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 01:40:24,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-04-30 01:40:24,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:40:24,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-04-30 01:40:24,564 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:40:24,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 01:40:37,579 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 01:40:37,581 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 01:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 01:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 01:41:10,841 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 01:41:10,842 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 01:41:24,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 01:41:24,566 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-04-30 01:41:24,566 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:41:24,586 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-04-30 01:41:24,586 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:41:24,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 01:41:37,581 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 01:41:37,583 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 01:41:44,985 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSDeleteScheduler.execute()
2025-04-30 01:41:44,987 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSDeleteScheduler.execute()
2025-04-30 01:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 01:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 01:42:09,578 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:42:09,580 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:42:10,842 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 01:42:10,843 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 01:42:24,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 01:42:24,588 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-04-30 01:42:24,588 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:42:24,611 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-04-30 01:42:24,611 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:42:24,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 01:42:37,583 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 01:42:37,585 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 01:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 01:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 01:43:04,205 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 01:43:04,206 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 01:43:10,844 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 01:43:10,845 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 01:43:24,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 01:43:24,613 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-04-30 01:43:24,613 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:43:24,633 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-04-30 01:43:24,633 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:43:24,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 01:43:37,585 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 01:43:37,587 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 01:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 01:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 01:44:10,845 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 01:44:10,846 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 01:44:24,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 01:44:24,635 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-04-30 01:44:24,635 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 01:44:24,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 01:44:37,587 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 01:44:37,589 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 01:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 01:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 01:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2299) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2299) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 01:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 01:45:10,847 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 01:45:10,848 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 01:45:24,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 01:45:24,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 01:45:24,658 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:45:24,679 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-04-30 01:45:24,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:45:24,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 01:45:37,589 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 01:45:37,591 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 01:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 01:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 01:46:10,848 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 01:46:10,849 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 01:46:24,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 01:46:24,680 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-04-30 01:46:24,681 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:46:24,702 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-04-30 01:46:24,702 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:46:24,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 01:46:37,592 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 01:46:37,593 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 01:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 01:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 01:47:09,580 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:47:09,582 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:47:10,850 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 01:47:10,851 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 01:47:24,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 01:47:24,703 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-04-30 01:47:24,703 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:47:24,723 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-04-30 01:47:24,723 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:47:24,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 01:47:37,594 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 01:47:37,596 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 01:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 01:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 01:48:04,207 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 01:48:04,208 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 01:48:10,851 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 01:48:10,852 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 01:48:24,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 01:48:24,725 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-04-30 01:48:24,725 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:48:24,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 01:48:24,745 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 01:48:37,596 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 01:48:37,598 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 01:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 01:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 01:49:10,852 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 01:49:10,853 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 01:49:24,745 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 01:49:24,747 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-04-30 01:49:24,747 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:49:24,767 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-04-30 01:49:24,768 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:49:24,768 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 01:49:37,598 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 01:49:37,600 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 01:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-04-30 01:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-04-30 01:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2320) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2320) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 01:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 01:50:10,854 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 01:50:10,855 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 01:50:24,768 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 01:50:24,769 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-04-30 01:50:24,769 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:50:24,789 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-04-30 01:50:24,790 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:50:24,790 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 01:50:37,600 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 01:50:37,602 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 01:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 01:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 01:51:10,855 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 01:51:10,856 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 01:51:24,790 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 01:51:24,791 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-04-30 01:51:24,791 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:51:24,811 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-04-30 01:51:24,811 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:51:24,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 01:51:37,602 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 01:51:37,604 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 01:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 01:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 01:52:09,583 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:52:09,585 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:52:10,857 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 01:52:10,858 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 01:52:24,812 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 01:52:24,813 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-04-30 01:52:24,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:52:24,832 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-04-30 01:52:24,833 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:52:24,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 01:52:37,604 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 01:52:37,606 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 01:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 01:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 01:53:04,208 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 01:53:04,210 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 01:53:10,858 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 01:53:10,859 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 01:53:24,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 01:53:24,834 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-04-30 01:53:24,834 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:53:24,857 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-04-30 01:53:24,857 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:53:24,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 01:53:37,606 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 01:53:37,608 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 01:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 01:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 01:54:10,860 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 01:54:10,861 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 01:54:24,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 01:54:24,859 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-04-30 01:54:24,859 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:54:24,879 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-04-30 01:54:24,879 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:54:24,879 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 01:54:37,608 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 01:54:37,610 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 01:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 01:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 01:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2341) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2341) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 01:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 01:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 01:55:10,861 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 01:55:10,862 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 01:55:24,879 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 01:55:24,880 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-04-30 01:55:24,881 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:55:24,900 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-04-30 01:55:24,900 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:55:24,901 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 01:55:37,610 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 01:55:37,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 01:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 01:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 01:56:10,863 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 01:56:10,864 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 01:56:24,901 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 01:56:24,902 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-04-30 01:56:24,902 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:56:24,922 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-04-30 01:56:24,922 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:56:24,922 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 01:56:37,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 01:56:37,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 01:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 01:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 01:57:09,586 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:57:09,588 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 01:57:10,864 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 01:57:10,866 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 01:57:24,922 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 01:57:24,923 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-04-30 01:57:24,923 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:57:24,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 01:57:24,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 01:57:37,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 01:57:37,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 01:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 01:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 01:58:04,210 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 01:58:04,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 01:58:10,866 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 01:58:10,867 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 01:58:24,944 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 01:58:24,945 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-04-30 01:58:24,945 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:58:24,966 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-04-30 01:58:24,966 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:58:24,966 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 01:58:37,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 01:58:37,618 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 01:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 01:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 01:59:10,868 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 01:59:10,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 01:59:24,967 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 01:59:24,968 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-04-30 01:59:24,968 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:59:24,988 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-04-30 01:59:24,988 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 01:59:24,988 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 01:59:37,618 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 01:59:37,620 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 02:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 02:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 02:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2362) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2362) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 02:00:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 02:00:10,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 02:00:10,870 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 02:00:24,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 02:00:24,990 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-04-30 02:00:24,990 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:00:25,010 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-04-30 02:00:25,010 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:00:25,010 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 02:00:37,620 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 02:00:37,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 02:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 02:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 02:01:10,871 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 02:01:10,872 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 02:01:25,010 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 02:01:25,011 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-04-30 02:01:25,011 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:01:25,031 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-04-30 02:01:25,031 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:01:25,031 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 02:01:37,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 02:01:37,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 02:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 02:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 02:02:09,588 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:02:09,590 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:02:10,872 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 02:02:10,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 02:02:25,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 02:02:25,033 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-04-30 02:02:25,033 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:02:25,053 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-04-30 02:02:25,053 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:02:25,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 02:02:37,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 02:02:37,626 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 02:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 02:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 02:03:04,212 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 02:03:04,213 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 02:03:10,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 02:03:10,875 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 02:03:25,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 02:03:25,055 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-04-30 02:03:25,055 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:03:25,077 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-04-30 02:03:25,077 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:03:25,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 02:03:37,626 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 02:03:37,628 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 02:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 02:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 02:04:10,875 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 02:04:10,876 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 02:04:25,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 02:04:25,079 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-04-30 02:04:25,079 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 02:04:25,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 02:04:37,628 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 02:04:37,630 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 02:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 02:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 02:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2383) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2383) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 02:05:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 02:05:10,877 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 02:05:10,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 02:05:25,100 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 02:05:25,101 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-04-30 02:05:25,101 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:05:25,121 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-04-30 02:05:25,121 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:05:25,121 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 02:05:37,630 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 02:05:37,632 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 02:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 02:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 02:06:10,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 02:06:10,879 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 02:06:25,122 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 02:06:25,123 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-04-30 02:06:25,123 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 02:06:25,142 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 02:06:37,633 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 02:06:37,635 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 02:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 02:07:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 02:07:09,591 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:07:09,593 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:07:10,880 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 02:07:10,881 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 02:07:25,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 02:07:25,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:07:25,165 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-04-30 02:07:25,166 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:07:25,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 02:07:37,635 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 02:07:37,637 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 02:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 02:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 02:08:04,214 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 02:08:04,215 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 02:08:10,881 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 02:08:10,882 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 02:08:25,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 02:08:25,167 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-04-30 02:08:25,168 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:08:25,189 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-04-30 02:08:25,189 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:08:25,190 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 02:08:37,637 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 02:08:37,639 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 02:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 02:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 02:09:10,883 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 02:09:10,884 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 02:09:18,876 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStgCmtScheduler.execute()
2025-04-30 02:09:18,878 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStgCmtScheduler.execute()
2025-04-30 02:09:25,190 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 02:09:25,191 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-04-30 02:09:25,191 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:09:25,213 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-04-30 02:09:25,213 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:09:25,213 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 02:09:37,639 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 02:09:37,641 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 02:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 02:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 02:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2404) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2404) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 02:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 02:10:10,884 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 02:10:10,886 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 02:10:25,214 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 02:10:25,215 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-04-30 02:10:25,215 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:10:25,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-04-30 02:10:25,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:10:25,241 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 02:10:37,641 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 02:10:37,643 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 02:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 02:11:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 02:11:10,886 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 02:11:10,887 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 02:11:25,241 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 02:11:25,242 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-04-30 02:11:25,243 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:11:25,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:11:25,264 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 02:11:27,256 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeTaskScheduler.execute()
2025-04-30 02:11:27,275 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeTaskScheduler.execute()
2025-04-30 02:11:37,643 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 02:11:37,645 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 02:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 02:12:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 02:12:09,594 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:12:09,596 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:12:10,887 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 02:12:10,889 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 02:12:25,265 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 02:12:25,266 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-04-30 02:12:25,266 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:12:25,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:12:25,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 02:12:37,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 02:12:37,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 02:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 02:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 02:13:04,215 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 02:13:04,217 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 02:13:10,889 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 02:13:10,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 02:13:25,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 02:13:25,287 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,288 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,289 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,289 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,290 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,290 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,290 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,291 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,292 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-04-30 02:13:25,292 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:13:25,292 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,293 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,314 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-04-30 02:13:25,314 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:13:25,314 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 02:13:25,315 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 02:13:37,649 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 02:13:37,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 02:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 02:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 02:14:10,891 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 02:14:10,892 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 02:14:25,315 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 02:14:25,316 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-04-30 02:14:25,316 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:14:25,336 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-04-30 02:14:25,337 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:14:25,337 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 02:14:37,651 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 02:14:37,653 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 02:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 02:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 02:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2425) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2425) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 02:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 02:15:10,892 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 02:15:10,893 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 02:15:25,337 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 02:15:25,338 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-04-30 02:15:25,338 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:15:25,358 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-04-30 02:15:25,358 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:15:25,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 02:15:37,653 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 02:15:37,655 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 02:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 02:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 02:16:10,894 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 02:16:10,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 02:16:25,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 02:16:25,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-04-30 02:16:25,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:16:25,381 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-04-30 02:16:25,381 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:16:25,381 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 02:16:37,655 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 02:16:37,657 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 02:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 02:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 02:17:09,596 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:17:09,598 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:17:10,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 02:17:10,896 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 02:17:25,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 02:17:25,383 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-04-30 02:17:25,383 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:17:25,404 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-04-30 02:17:25,404 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:17:25,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 02:17:37,658 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 02:17:37,659 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 02:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 02:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 02:18:04,217 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-04-30 02:18:04,219 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-04-30 02:18:10,897 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 02:18:10,898 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 02:18:25,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 02:18:25,406 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-04-30 02:18:25,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:18:25,425 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-04-30 02:18:25,426 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:18:25,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 02:18:37,660 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 02:18:37,661 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 02:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 02:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 02:19:10,898 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 02:19:10,899 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 02:19:25,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 02:19:25,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 02:19:25,427 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:19:25,447 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-04-30 02:19:25,447 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:19:25,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 02:19:37,662 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 02:19:37,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 02:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 02:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 02:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2446) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2446) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 02:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 02:20:10,900 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 02:20:10,901 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 02:20:25,448 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 02:20:25,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:20:25,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 02:20:25,469 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:20:25,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 02:20:37,664 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 02:20:37,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 02:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 02:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 02:21:10,901 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 02:21:10,902 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 02:21:25,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 02:21:25,470 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-04-30 02:21:25,470 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:21:25,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:21:25,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 02:21:37,666 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 02:21:37,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 02:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 02:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 02:22:09,598 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:22:09,601 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:22:10,902 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 02:22:10,903 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 02:22:25,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 02:22:25,492 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-04-30 02:22:25,492 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:22:25,516 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-04-30 02:22:25,516 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:22:25,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 02:22:37,668 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 02:22:37,670 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 02:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 02:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 02:23:04,219 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 02:23:04,220 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 02:23:10,904 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 02:23:10,905 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 02:23:25,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 02:23:25,518 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-04-30 02:23:25,518 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:23:25,538 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-04-30 02:23:25,538 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:23:25,538 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 02:23:37,670 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 02:23:37,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 02:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 02:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 02:24:10,905 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 02:24:10,907 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 02:24:25,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 02:24:25,540 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-04-30 02:24:25,540 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:24:25,560 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-04-30 02:24:25,560 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:24:25,560 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 02:24:37,672 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 02:24:37,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 02:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 02:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 02:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2467) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2467) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 02:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 02:25:10,907 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 02:25:10,908 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 02:25:25,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 02:25:25,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:25:25,581 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-04-30 02:25:25,582 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:25:25,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 02:25:37,674 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 02:25:37,675 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 02:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 02:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 02:26:10,908 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 02:26:10,909 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 02:26:25,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 02:26:25,583 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-04-30 02:26:25,583 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:26:25,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-04-30 02:26:25,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:26:25,624 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 02:26:37,676 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 02:26:37,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 02:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 02:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 02:27:09,601 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:27:09,603 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:27:10,910 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 02:27:10,911 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 02:27:25,625 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 02:27:25,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-04-30 02:27:25,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:27:25,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:27:25,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 02:27:37,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 02:27:37,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 02:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 02:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 02:28:04,221 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 02:28:04,222 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 02:28:10,911 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 02:28:10,912 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 02:28:25,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 02:28:25,649 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-04-30 02:28:25,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:28:25,670 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-04-30 02:28:25,670 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:28:25,670 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 02:28:37,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 02:28:37,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 02:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 02:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 02:29:10,913 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 02:29:10,914 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 02:29:25,670 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 02:29:25,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:29:25,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-04-30 02:29:25,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:29:25,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 02:29:37,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 02:29:37,683 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 02:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 02:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 02:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2488) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2488) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 02:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 02:30:10,914 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 02:30:10,916 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 02:30:25,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 02:30:25,692 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-04-30 02:30:25,693 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:30:25,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-04-30 02:30:25,716 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:30:25,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 02:30:37,683 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 02:30:37,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 02:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 02:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 02:31:10,916 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 02:31:10,917 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 02:31:25,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 02:31:25,718 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-04-30 02:31:25,718 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:31:25,744 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-04-30 02:31:25,744 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:31:25,744 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 02:31:37,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 02:31:37,687 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 02:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 02:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 02:32:09,604 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:32:09,606 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:32:10,917 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 02:32:10,919 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 02:32:25,744 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 02:32:25,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-04-30 02:32:25,746 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:32:25,765 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-04-30 02:32:25,766 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:32:25,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 02:32:37,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 02:32:37,689 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 02:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 02:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 02:33:04,223 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 02:33:04,224 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 02:33:10,919 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 02:33:10,920 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 02:33:25,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 02:33:25,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-04-30 02:33:25,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:33:25,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-04-30 02:33:25,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:33:25,789 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 02:33:37,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 02:33:37,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 02:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 02:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 02:34:10,920 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 02:34:10,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 02:34:25,789 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 02:34:25,791 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-04-30 02:34:25,791 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:34:25,811 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-04-30 02:34:25,811 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:34:25,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 02:34:37,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 02:34:37,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 02:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 02:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 02:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2509) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2509) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 02:35:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 02:35:10,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 02:35:10,923 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 02:35:25,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 02:35:25,812 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-04-30 02:35:25,812 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:35:25,832 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-04-30 02:35:25,832 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:35:25,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 02:35:37,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 02:35:37,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 02:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 02:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 02:36:10,923 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 02:36:10,925 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 02:36:25,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 02:36:25,834 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-04-30 02:36:25,834 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:36:25,854 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-04-30 02:36:25,854 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:36:25,854 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 02:36:37,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 02:36:37,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 02:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 02:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 02:37:09,606 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:37:09,609 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:37:10,925 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 02:37:10,926 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 02:37:25,854 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 02:37:25,856 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-04-30 02:37:25,856 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:37:25,877 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-04-30 02:37:25,877 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:37:25,877 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 02:37:37,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 02:37:37,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 02:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 02:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 02:38:04,224 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 02:38:04,226 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 02:38:10,927 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 02:38:10,928 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 02:38:25,877 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 02:38:25,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:38:25,904 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-04-30 02:38:25,905 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:38:25,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 02:38:37,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 02:38:37,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 02:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 02:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 02:39:10,928 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 02:39:10,929 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 02:39:25,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 02:39:25,906 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-04-30 02:39:25,906 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:39:25,926 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-04-30 02:39:25,926 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:39:25,926 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 02:39:37,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 02:39:37,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 02:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 02:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 02:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2530) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2530) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 02:40:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 02:40:10,930 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 02:40:10,931 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 02:40:25,927 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 02:40:25,928 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-04-30 02:40:25,928 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:40:25,948 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-04-30 02:40:25,948 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:40:25,948 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 02:40:37,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 02:40:37,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 02:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 02:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 02:41:10,931 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 02:41:10,933 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 02:41:25,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 02:41:25,950 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-04-30 02:41:25,950 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:41:25,970 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-04-30 02:41:25,970 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:41:25,970 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 02:41:37,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 02:41:37,708 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 02:41:44,988 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSDeleteScheduler.execute()
2025-04-30 02:41:44,990 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSDeleteScheduler.execute()
2025-04-30 02:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 02:42:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 02:42:09,609 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:42:09,611 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:42:10,933 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 02:42:10,934 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 02:42:25,970 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 02:42:25,972 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-04-30 02:42:25,972 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:42:26,001 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-04-30 02:42:26,001 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:42:26,001 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 02:42:37,708 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 02:42:37,710 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 02:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 02:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 02:43:04,226 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 02:43:04,227 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 02:43:10,934 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 02:43:10,935 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 02:43:26,002 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 02:43:26,003 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-04-30 02:43:26,003 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:43:26,024 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-04-30 02:43:26,024 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:43:26,024 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 02:43:37,710 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 02:43:37,712 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 02:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 02:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 02:44:10,936 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 02:44:10,937 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 02:44:26,024 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 02:44:26,025 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-04-30 02:44:26,026 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:44:26,046 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-04-30 02:44:26,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:44:26,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 02:44:37,712 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 02:44:37,714 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 02:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-04-30 02:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-04-30 02:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2551) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2551) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 02:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 02:45:10,937 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 02:45:10,938 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 02:45:26,047 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 02:45:26,048 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-04-30 02:45:26,048 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:45:26,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:45:26,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 02:45:37,714 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 02:45:37,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 02:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 02:46:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 02:46:10,939 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 02:46:10,940 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 02:46:26,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 02:46:26,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:46:26,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-04-30 02:46:26,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:46:26,093 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 02:46:37,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 02:46:37,718 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 02:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 02:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 02:47:09,612 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:47:09,614 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:47:10,940 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 02:47:10,941 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 02:47:26,093 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 02:47:26,094 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-04-30 02:47:26,094 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:47:26,114 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-04-30 02:47:26,114 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:47:26,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 02:47:37,719 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 02:47:37,720 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 02:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 02:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 02:48:04,228 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 02:48:04,229 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 02:48:10,942 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 02:48:10,943 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 02:48:26,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 02:48:26,116 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-04-30 02:48:26,116 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:48:26,136 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-04-30 02:48:26,136 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:48:26,136 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 02:48:37,720 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 02:48:37,722 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 02:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 02:49:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 02:49:10,943 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 02:49:10,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 02:49:26,136 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 02:49:26,138 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-04-30 02:49:26,138 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:49:26,158 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-04-30 02:49:26,158 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:49:26,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 02:49:37,722 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 02:49:37,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 02:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 02:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 02:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2572) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2572) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 02:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 02:50:10,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 02:50:10,945 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 02:50:26,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 02:50:26,159 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-04-30 02:50:26,160 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:50:26,179 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-04-30 02:50:26,179 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:50:26,180 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 02:50:37,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 02:50:37,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 02:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 02:51:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 02:51:10,946 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 02:51:10,947 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 02:51:26,180 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 02:51:26,181 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-04-30 02:51:26,181 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:51:26,201 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-04-30 02:51:26,201 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:51:26,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 02:51:37,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 02:51:37,729 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 02:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 02:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 02:52:09,615 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:52:09,617 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:52:10,948 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 02:52:10,949 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 02:52:26,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 02:52:26,203 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-04-30 02:52:26,203 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:52:26,223 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-04-30 02:52:26,223 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:52:26,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 02:52:37,729 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 02:52:37,731 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 02:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 02:53:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 02:53:04,230 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 02:53:04,231 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 02:53:10,950 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 02:53:10,951 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 02:53:26,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 02:53:26,224 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-04-30 02:53:26,225 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:53:26,246 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-04-30 02:53:26,246 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:53:26,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 02:53:37,731 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 02:53:37,733 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 02:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 02:54:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 02:54:10,951 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 02:54:10,952 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 02:54:26,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 02:54:26,247 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-04-30 02:54:26,247 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:54:26,271 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-04-30 02:54:26,271 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:54:26,271 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 02:54:37,733 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 02:54:37,735 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 02:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 02:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 02:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2593) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2593) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 02:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 02:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 02:55:10,953 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 02:55:10,954 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 02:55:26,271 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 02:55:26,273 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-04-30 02:55:26,273 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:55:26,293 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-04-30 02:55:26,293 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:55:26,293 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 02:55:37,735 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 02:55:37,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 02:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 02:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 02:56:10,954 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 02:56:10,956 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 02:56:26,293 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 02:56:26,295 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-04-30 02:56:26,295 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:56:26,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 02:56:26,315 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 02:56:37,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 02:56:37,739 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 02:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 02:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 02:57:09,617 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:57:09,620 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 02:57:10,956 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 02:57:10,957 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 02:57:26,315 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 02:57:26,317 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-04-30 02:57:26,317 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:57:26,336 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-04-30 02:57:26,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:57:26,337 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 02:57:37,739 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 02:57:37,741 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 02:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 02:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 02:58:04,231 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 02:58:04,233 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 02:58:10,957 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 02:58:10,958 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 02:58:26,337 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 02:58:26,338 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-04-30 02:58:26,338 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:58:26,369 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-04-30 02:58:26,369 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 02:58:26,369 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 02:58:37,741 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 02:58:37,743 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 02:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 02:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 02:59:10,959 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 02:59:10,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 02:59:26,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 02:59:26,371 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-04-30 02:59:26,371 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 02:59:26,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 02:59:37,743 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 02:59:37,745 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 03:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 03:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 03:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2614) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2614) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 03:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 03:00:10,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 03:00:10,962 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 03:00:26,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 03:00:26,393 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-04-30 03:00:26,393 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:00:26,413 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-04-30 03:00:26,413 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:00:26,413 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 03:00:37,746 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 03:00:37,747 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 03:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 03:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 03:01:10,962 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 03:01:10,963 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 03:01:26,413 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 03:01:26,415 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-04-30 03:01:26,415 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:01:26,434 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-04-30 03:01:26,434 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:01:26,434 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 03:01:37,748 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 03:01:37,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 03:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 03:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 03:02:09,620 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:02:09,622 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:02:10,963 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 03:02:10,964 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 03:02:26,434 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 03:02:26,436 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-04-30 03:02:26,436 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:02:26,460 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-04-30 03:02:26,461 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:02:26,461 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 03:02:37,750 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 03:02:37,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 03:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 03:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 03:03:04,233 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 03:03:04,234 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 03:03:10,965 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 03:03:10,966 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 03:03:26,461 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 03:03:26,463 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-04-30 03:03:26,463 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:03:26,491 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-04-30 03:03:26,491 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:03:26,492 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 03:03:37,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 03:03:37,753 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 03:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 03:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 03:04:10,966 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 03:04:10,967 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 03:04:26,492 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 03:04:26,493 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-04-30 03:04:26,493 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:04:26,513 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-04-30 03:04:26,513 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:04:26,514 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 03:04:37,754 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 03:04:37,755 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 03:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 03:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 03:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2635) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2635) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 03:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 03:05:10,967 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 03:05:10,969 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 03:05:26,514 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 03:05:26,515 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-04-30 03:05:26,515 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:05:26,535 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-04-30 03:05:26,535 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:05:26,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 03:05:37,756 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 03:05:37,757 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 03:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 03:06:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 03:06:10,969 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 03:06:10,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 03:06:26,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 03:06:26,537 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-04-30 03:06:26,537 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:06:26,557 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-04-30 03:06:26,557 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:06:26,557 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 03:06:37,758 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 03:06:37,759 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 03:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 03:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 03:07:09,623 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:07:09,625 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:07:10,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 03:07:10,972 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 03:07:26,557 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 03:07:26,558 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-04-30 03:07:26,558 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:07:26,578 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-04-30 03:07:26,579 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:07:26,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 03:07:37,760 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 03:07:37,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 03:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 03:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 03:08:04,235 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 03:08:04,236 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 03:08:10,972 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 03:08:10,973 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 03:08:26,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 03:08:26,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 03:08:26,580 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:08:26,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-04-30 03:08:26,604 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:08:26,604 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 03:08:37,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 03:08:37,764 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 03:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 03:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 03:09:10,974 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 03:09:10,975 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 03:09:18,878 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStgCmtScheduler.execute()
2025-04-30 03:09:18,880 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStgCmtScheduler.execute()
2025-04-30 03:09:26,604 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 03:09:26,605 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-04-30 03:09:26,605 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:09:26,627 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-04-30 03:09:26,627 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:09:26,627 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 03:09:37,765 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 03:09:37,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 03:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 03:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 03:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2656) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2656) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 03:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 03:10:10,975 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 03:10:10,977 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 03:10:26,627 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 03:10:26,629 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-04-30 03:10:26,629 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:10:26,653 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-04-30 03:10:26,654 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:10:26,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 03:10:37,767 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 03:10:37,768 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 03:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 03:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 03:11:10,977 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 03:11:10,978 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 03:11:26,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 03:11:26,655 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-04-30 03:11:26,656 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:11:26,684 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-04-30 03:11:26,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:11:26,684 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 03:11:27,275 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeTaskScheduler.execute()
2025-04-30 03:11:27,293 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeTaskScheduler.execute()
2025-04-30 03:11:37,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 03:11:37,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 03:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 03:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 03:12:09,625 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:12:09,627 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:12:10,978 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 03:12:10,980 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 03:12:26,684 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 03:12:26,686 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-04-30 03:12:26,686 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:12:26,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 03:12:26,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 03:12:37,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 03:12:37,772 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 03:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 03:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 03:13:04,237 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-04-30 03:13:04,238 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-04-30 03:13:10,980 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 03:13:10,981 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 03:13:26,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 03:13:26,709 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,710 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,711 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,711 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,711 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,712 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,712 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,713 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,714 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-04-30 03:13:26,714 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:13:26,714 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,715 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,735 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-04-30 03:13:26,735 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:13:26,736 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 03:13:26,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 03:13:37,772 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 03:13:37,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 03:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 03:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 03:14:10,982 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 03:14:10,983 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 03:14:26,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 03:14:26,738 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-04-30 03:14:26,738 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:14:26,768 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-04-30 03:14:26,769 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:14:26,769 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 03:14:37,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 03:14:37,776 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 03:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 03:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 03:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2677) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2677) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 03:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 03:15:10,983 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 03:15:10,984 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 03:15:26,769 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 03:15:26,770 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-04-30 03:15:26,770 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:15:26,791 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-04-30 03:15:26,791 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:15:26,791 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 03:15:37,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 03:15:37,778 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 03:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 03:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 03:16:10,985 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 03:16:10,986 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 03:16:26,791 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 03:16:26,793 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-04-30 03:16:26,793 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:16:26,817 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-04-30 03:16:26,817 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:16:26,817 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 03:16:37,779 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 03:16:37,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 03:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 03:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 03:17:09,628 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:17:09,630 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:17:10,986 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 03:17:10,988 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 03:17:26,818 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 03:17:26,819 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-04-30 03:17:26,819 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:17:26,839 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-04-30 03:17:26,839 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:17:26,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 03:17:37,781 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 03:17:37,783 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 03:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 03:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 03:18:04,238 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 03:18:04,240 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 03:18:10,988 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 03:18:10,989 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 03:18:26,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 03:18:26,844 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-04-30 03:18:26,845 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:18:26,864 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-04-30 03:18:26,865 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:18:26,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 03:18:37,783 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 03:18:37,785 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 03:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 03:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 03:19:10,990 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 03:19:10,991 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 03:19:26,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 03:19:26,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 03:19:26,886 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-04-30 03:19:26,886 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:19:26,886 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 03:19:37,785 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 03:19:37,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 03:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 03:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 03:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2698) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2698) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 03:20:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 03:20:10,991 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 03:20:10,992 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 03:20:26,886 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 03:20:26,888 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-04-30 03:20:26,888 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:20:26,909 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-04-30 03:20:26,909 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:20:26,909 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 03:20:37,787 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 03:20:37,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 03:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 03:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 03:21:10,993 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 03:21:10,994 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 03:21:26,909 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 03:21:26,910 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-04-30 03:21:26,910 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:21:26,931 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-04-30 03:21:26,931 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:21:26,931 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 03:21:37,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 03:21:37,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 03:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 03:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 03:22:09,630 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:22:09,633 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:22:10,994 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 03:22:10,996 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 03:22:26,931 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 03:22:26,941 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-04-30 03:22:26,941 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:22:26,963 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-04-30 03:22:26,963 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:22:26,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 03:22:37,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 03:22:37,793 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 03:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 03:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 03:23:04,240 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 03:23:04,242 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 03:23:10,996 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 03:23:10,997 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 03:23:26,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 03:23:26,965 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-04-30 03:23:26,965 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:23:26,986 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-04-30 03:23:26,986 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:23:26,986 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 03:23:37,793 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 03:23:37,795 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 03:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 03:24:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 03:24:10,997 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 03:24:10,998 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 03:24:26,986 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 03:24:26,988 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-04-30 03:24:26,988 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:24:27,013 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-04-30 03:24:27,013 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:24:27,013 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 03:24:37,795 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 03:24:37,797 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 03:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 03:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 03:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2719) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2719) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 03:25:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 03:25:10,998 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 03:25:11,000 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 03:25:27,013 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 03:25:27,015 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-04-30 03:25:27,015 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:25:27,035 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-04-30 03:25:27,035 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:25:27,035 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 03:25:37,797 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 03:25:37,799 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 03:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 03:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 03:26:11,000 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 03:26:11,001 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 03:26:27,036 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 03:26:27,037 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-04-30 03:26:27,037 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:26:27,061 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-04-30 03:26:27,061 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:26:27,062 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 03:26:37,799 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 03:26:37,801 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 03:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 03:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 03:27:09,633 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:27:09,635 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:27:11,002 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 03:27:11,003 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 03:27:27,062 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 03:27:27,063 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-04-30 03:27:27,063 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:27:27,083 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-04-30 03:27:27,083 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:27:27,083 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 03:27:37,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 03:27:37,803 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 03:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 03:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 03:28:04,242 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 03:28:04,243 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 03:28:11,003 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 03:28:11,004 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 03:28:27,083 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 03:28:27,084 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-04-30 03:28:27,085 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:28:27,105 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-04-30 03:28:27,105 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:28:27,105 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 03:28:37,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 03:28:37,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 03:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 03:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 03:29:11,005 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 03:29:11,006 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 03:29:27,105 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 03:29:27,107 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-04-30 03:29:27,107 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:29:27,128 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-04-30 03:29:27,128 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:29:27,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 03:29:37,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 03:29:37,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 03:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 03:30:00,949 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 03:30:00,949 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2740) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:30:00,953 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2740) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:30:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 03:30:03,030 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 03:30:11,006 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 03:30:11,007 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 03:30:27,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 03:30:27,129 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-04-30 03:30:27,129 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:30:27,150 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-04-30 03:30:27,150 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:30:27,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 03:30:37,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 03:30:37,810 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 03:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 03:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 03:31:11,008 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 03:31:11,009 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 03:31:27,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 03:31:27,152 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-04-30 03:31:27,152 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:31:27,172 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-04-30 03:31:27,172 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:31:27,172 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 03:31:37,810 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 03:31:37,812 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 03:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 03:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 03:32:09,636 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:32:09,638 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:32:11,009 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 03:32:11,010 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 03:32:27,172 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 03:32:27,173 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-04-30 03:32:27,173 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:32:27,193 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-04-30 03:32:27,193 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:32:27,193 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 03:32:37,812 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 03:32:37,814 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 03:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 03:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 03:33:04,244 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 03:33:04,245 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 03:33:11,011 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 03:33:11,012 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 03:33:27,193 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 03:33:27,194 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-04-30 03:33:27,195 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:33:27,215 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-04-30 03:33:27,215 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:33:27,216 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 03:33:37,814 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 03:33:37,816 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 03:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 03:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 03:34:11,012 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 03:34:11,013 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 03:34:27,216 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 03:34:27,217 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-04-30 03:34:27,217 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:34:27,237 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-04-30 03:34:27,237 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:34:27,237 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 03:34:37,816 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 03:34:37,818 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 03:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 03:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 03:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2761) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2761) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 03:35:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 03:35:11,013 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 03:35:11,014 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 03:35:27,237 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 03:35:27,239 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-04-30 03:35:27,239 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:35:27,259 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-04-30 03:35:27,259 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:35:27,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 03:35:37,818 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 03:35:37,820 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 03:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 03:36:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 03:36:11,015 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 03:36:11,016 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 03:36:27,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 03:36:27,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 03:36:27,280 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-04-30 03:36:27,280 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:36:27,280 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 03:36:37,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 03:36:37,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 03:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 03:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 03:37:09,638 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:37:09,640 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:37:11,016 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 03:37:11,018 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 03:37:27,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 03:37:27,282 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-04-30 03:37:27,282 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:37:27,302 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-04-30 03:37:27,302 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:37:27,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 03:37:37,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 03:37:37,824 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 03:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 03:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 03:38:04,246 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 03:38:04,247 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 03:38:11,018 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 03:38:11,019 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 03:38:27,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 03:38:27,304 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-04-30 03:38:27,304 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:38:27,333 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-04-30 03:38:27,333 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:38:27,334 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 03:38:37,825 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 03:38:37,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 03:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 03:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 03:39:11,020 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 03:39:11,021 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 03:39:27,334 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 03:39:27,335 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-04-30 03:39:27,335 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:39:27,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 03:39:27,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 03:39:37,827 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 03:39:37,828 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 03:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 03:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 03:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2782) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2782) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 03:40:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 03:40:11,021 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 03:40:11,022 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 03:40:27,356 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 03:40:27,357 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-04-30 03:40:27,357 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:40:27,377 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-04-30 03:40:27,377 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:40:27,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 03:40:37,829 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 03:40:37,830 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 03:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 03:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 03:41:11,023 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 03:41:11,024 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 03:41:27,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 03:41:27,379 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-04-30 03:41:27,379 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:41:27,398 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-04-30 03:41:27,398 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:41:27,399 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 03:41:37,831 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 03:41:37,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 03:41:44,990 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSDeleteScheduler.execute()
2025-04-30 03:41:44,992 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSDeleteScheduler.execute()
2025-04-30 03:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 03:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 03:42:09,640 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:42:09,642 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:42:11,024 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 03:42:11,026 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 03:42:27,399 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 03:42:27,400 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-04-30 03:42:27,400 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:42:27,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 03:42:27,420 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 03:42:37,833 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 03:42:37,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 03:42:40,065 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=50860, Session(1745983905512|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:42:42,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2795) /172.18.0.2:2762<-/162.142.125.124:50860(53): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-04-30 03:42:42,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2795) /172.18.0.2:2762<-/162.142.125.124:50860(53): close SSLSocket[hostname=162.142.125.124, port=50860, Session(1745983905512|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:42:42,329 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=50878, Session(1745998960065|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:42:44,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2795) /172.18.0.2:2762<-/162.142.125.124:50878(54): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 03:42:44,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2795) /172.18.0.2:2762<-/162.142.125.124:50878(54): close SSLSocket[hostname=162.142.125.124, port=50878, Session(1745998960065|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:42:48,619 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=56766, Session(1745998962330|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:42:51,890 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2795) /172.18.0.2:2762<-/162.142.125.124:56766(55): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-04-30 03:42:51,890 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2795) /172.18.0.2:2762<-/162.142.125.124:56766(55): close SSLSocket[hostname=162.142.125.124, port=56766, Session(1745998962330|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:01,627 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=33788, Session(1745998968620|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:02,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2796) /172.18.0.2:2762<-/162.142.125.124:33788(56): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 03:43:02,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2796) /172.18.0.2:2762<-/162.142.125.124:33788(56): close SSLSocket[hostname=162.142.125.124, port=33788, Session(1745998968620|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 03:43:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 03:43:04,247 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 03:43:04,249 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 03:43:11,026 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 03:43:11,028 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 03:43:11,888 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=54462, Session(1745998981628|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:22,836 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:54462(57): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 03:43:22,836 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:54462(57): close SSLSocket[hostname=162.142.125.124, port=54462, Session(1745998981628|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:24,230 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=40492, Session(1745998991888|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:25,234 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:40492(58): 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-04-30 03:43:25,235 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:40492(58): close SSLSocket[hostname=162.142.125.124, port=40492, Session(1745998991888|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:27,420 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 03:43:27,422 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-04-30 03:43:27,422 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:43:27,444 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-04-30 03:43:27,444 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:43:27,445 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 03:43:27,630 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=37054, Session(1745999004231|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:29,452 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:37054(59): 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-04-30 03:43:29,452 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:37054(59): close SSLSocket[hostname=162.142.125.124, port=37054, Session(1745999004231|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:33,677 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.124, port=37106, Session(1745999007630|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:34,235 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:37106(60): 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-04-30 03:43:34,235 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2800) /172.18.0.2:2762<-/162.142.125.124:37106(60): close SSLSocket[hostname=162.142.125.124, port=37106, Session(1745999007630|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:35,704 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=53426, Session(1745969655380|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:37,835 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 03:43:37,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 03:43:38,982 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=53426, Session(1745969655380|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 03:43:38,982 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=53426, Session(1745969655380|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:39,034 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=43692, Session(1745999015705|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:39,533 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=43692, Session(1745999015705|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-04-30 03:43:39,533 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=43692, Session(1745999015705|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:40,315 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=43698, Session(1745999019034|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:43,867 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=43698, Session(1745999019034|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-04-30 03:43:43,867 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=43698, Session(1745999019034|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:48,177 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=55632, Session(1745999020315|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:48,395 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=55632, Session(1745999020315|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-04-30 03:43:48,395 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=55632, Session(1745999020315|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:43:51,749 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=55668, Session(1745999028177|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:02,276 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=55668, Session(1745999028177|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 03:44:02,276 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=55668, Session(1745999028177|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 03:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 03:44:03,591 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=40646, Session(1745999031749|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:03,902 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=40646, Session(1745999031749|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-04-30 03:44:03,903 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=40646, Session(1745999031749|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:05,448 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=40666, Session(1745999043592|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:05,654 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=40666, Session(1745999043592|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-04-30 03:44:05,654 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=40666, Session(1745999043592|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:07,512 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.211, port=40692, Session(1745999045449|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:08,298 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2800) Exception on accepted connection SSLSocket[hostname=162.142.125.211, port=40692, Session(1745999045449|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-04-30 03:44:08,298 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2800) Close connection SSLSocket[hostname=162.142.125.211, port=40692, Session(1745999045449|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 03:44:11,028 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 03:44:11,029 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 03:44:27,445 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 03:44:27,446 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-04-30 03:44:27,446 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:44:27,466 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-04-30 03:44:27,466 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:44:27,467 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 03:44:37,837 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 03:44:37,838 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 03:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 03:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 03:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2804) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2804) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 03:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 03:45:11,030 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 03:45:11,031 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 03:45:27,467 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 03:45:27,468 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-04-30 03:45:27,468 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:45:27,490 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-04-30 03:45:27,490 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:45:27,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 03:45:37,839 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 03:45:37,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 03:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 03:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 03:46:11,031 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 03:46:11,033 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 03:46:27,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 03:46:27,492 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-04-30 03:46:27,492 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:46:27,513 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-04-30 03:46:27,513 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:46:27,513 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 03:46:37,841 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 03:46:37,842 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 03:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 03:47:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 03:47:09,643 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:47:09,645 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:47:11,033 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 03:47:11,034 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 03:47:27,513 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 03:47:27,514 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-04-30 03:47:27,515 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:47:27,535 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-04-30 03:47:27,535 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:47:27,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 03:47:37,843 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 03:47:37,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 03:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 03:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 03:48:04,249 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 03:48:04,250 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 03:48:11,034 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 03:48:11,035 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 03:48:27,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 03:48:27,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 03:48:27,558 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-04-30 03:48:27,558 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:48:27,558 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 03:48:37,845 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 03:48:37,846 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 03:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 03:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 03:49:11,036 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 03:49:11,037 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 03:49:27,558 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 03:49:27,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 03:49:27,560 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:49:27,579 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-04-30 03:49:27,579 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:49:27,580 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 03:49:37,847 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 03:49:37,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 03:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 03:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 03:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2825) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2825) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 03:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 03:50:11,037 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 03:50:11,038 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 03:50:27,580 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 03:50:27,581 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-04-30 03:50:27,581 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:50:27,601 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-04-30 03:50:27,601 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:50:27,601 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 03:50:37,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 03:50:37,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 03:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 03:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 03:51:11,039 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 03:51:11,040 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 03:51:27,601 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 03:51:27,603 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-04-30 03:51:27,603 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:51:27,622 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-04-30 03:51:27,622 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:51:27,623 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 03:51:37,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 03:51:37,852 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 03:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 03:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 03:52:09,645 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:52:09,648 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:52:11,040 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 03:52:11,041 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 03:52:27,623 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 03:52:27,624 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-04-30 03:52:27,624 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:52:27,644 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-04-30 03:52:27,644 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:52:27,644 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 03:52:37,852 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 03:52:37,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 03:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 03:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 03:53:04,251 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 03:53:04,252 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 03:53:11,041 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 03:53:11,043 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 03:53:27,644 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 03:53:27,646 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-04-30 03:53:27,646 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:53:27,666 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-04-30 03:53:27,666 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:53:27,666 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 03:53:37,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 03:53:37,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 03:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 03:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 03:54:11,043 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 03:54:11,044 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 03:54:27,666 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 03:54:27,668 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-04-30 03:54:27,668 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:54:27,688 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-04-30 03:54:27,688 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:54:27,688 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 03:54:37,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 03:54:37,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 03:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 03:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 03:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2846) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2846) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 03:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 03:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 03:55:11,044 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 03:55:11,046 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 03:55:27,689 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 03:55:27,690 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-04-30 03:55:27,690 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:55:27,710 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-04-30 03:55:27,710 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:55:27,710 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 03:55:37,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 03:55:37,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 03:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 03:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 03:56:11,046 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 03:56:11,047 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 03:56:27,711 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 03:56:27,712 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-04-30 03:56:27,712 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:56:27,732 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-04-30 03:56:27,732 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:56:27,732 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 03:56:37,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 03:56:37,863 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 03:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 03:57:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 03:57:09,648 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:57:09,650 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 03:57:11,047 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 03:57:11,049 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 03:57:27,732 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 03:57:27,733 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-04-30 03:57:27,734 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:57:27,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-04-30 03:57:27,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:57:27,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 03:57:37,863 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 03:57:37,865 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 03:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 03:58:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 03:58:04,252 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 03:58:04,254 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 03:58:11,049 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 03:58:11,050 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 03:58:27,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 03:58:27,755 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-04-30 03:58:27,756 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:58:27,777 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-04-30 03:58:27,777 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:58:27,777 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 03:58:37,866 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 03:58:37,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 03:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 03:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 03:59:11,050 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 03:59:11,052 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 03:59:27,777 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 03:59:27,778 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-04-30 03:59:27,778 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:59:27,798 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-04-30 03:59:27,798 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 03:59:27,799 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 03:59:37,868 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 03:59:37,869 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 04:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 04:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 04:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2867) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2867) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 04:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 04:00:11,052 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 04:00:11,053 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 04:00:27,799 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 04:00:27,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:00:27,820 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-04-30 04:00:27,820 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:00:27,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 04:00:37,870 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 04:00:37,872 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 04:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 04:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 04:01:11,054 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 04:01:11,055 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 04:01:27,821 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 04:01:27,822 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-04-30 04:01:27,822 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:01:27,842 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-04-30 04:01:27,842 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:01:27,842 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 04:01:37,872 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 04:01:37,874 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 04:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 04:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 04:02:09,650 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:02:09,652 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:02:11,055 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 04:02:11,056 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 04:02:27,842 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 04:02:27,851 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-04-30 04:02:27,851 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:02:27,873 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-04-30 04:02:27,873 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:02:27,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 04:02:37,874 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 04:02:37,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 04:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 04:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 04:03:04,254 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 04:03:04,256 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 04:03:11,056 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 04:03:11,058 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 04:03:27,874 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 04:03:27,875 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-04-30 04:03:27,875 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 04:03:27,898 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 04:03:37,876 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 04:03:37,878 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 04:03:39,444 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.43, port=45941, Session(1745999013677|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:39,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:45941(61): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-04-30 04:03:39,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:45941(61): close SSLSocket[hostname=185.180.141.43, port=45941, Session(1745999013677|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:39,533 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.45, port=60311, Session(1746000219445|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:39,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:60311(62): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-04-30 04:03:39,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:60311(62): close SSLSocket[hostname=185.180.141.45, port=60311, Session(1746000219445|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:39,660 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.42, port=41005, Session(1746000219533|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:39,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:41005(63): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 04:03:39,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:41005(63): close SSLSocket[hostname=185.180.141.42, port=41005, Session(1746000219533|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:39,894 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.45, port=38339, Session(1746000219660|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:44,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:38339(64): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-04-30 04:03:44,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:38339(64): close SSLSocket[hostname=185.180.141.45, port=38339, Session(1746000219660|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:44,895 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.42, port=47665, Session(1746000219894|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:44,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:47665(65): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-04-30 04:03:44,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:47665(65): close SSLSocket[hostname=185.180.141.42, port=47665, Session(1746000219894|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:44,979 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.45, port=57077, Session(1746000224896|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:49,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:57077(66): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-04-30 04:03:49,940 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:57077(66): close SSLSocket[hostname=185.180.141.45, port=57077, Session(1746000224896|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:49,985 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.42, port=39718, Session(1746000224979|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:49,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:39718(67): 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-04-30 04:03:49,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:39718(67): close SSLSocket[hostname=185.180.141.42, port=39718, Session(1746000224979|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,070 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.45, port=39895, Session(1746000229985|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,151 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:39895(68): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 04:03:50,152 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:39895(68): close SSLSocket[hostname=185.180.141.45, port=39895, Session(1746000229985|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,233 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.42, port=51337, Session(1746000230071|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,233 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:51337(69): 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-04-30 04:03:50,233 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:51337(69): close SSLSocket[hostname=185.180.141.42, port=51337, Session(1746000230071|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,314 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.44, port=43351, Session(1746000230233|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.44:43351(70): 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-04-30 04:03:50,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.44:43351(70): close SSLSocket[hostname=185.180.141.44, port=43351, Session(1746000230233|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,396 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.44, port=34913, Session(1746000230314|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,397 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.44:34913(71): 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-04-30 04:03:50,397 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.44:34913(71): close SSLSocket[hostname=185.180.141.44, port=34913, Session(1746000230314|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,494 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.45, port=36705, Session(1746000230396|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,495 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:36705(72): i/o exception: javax.net.ssl.SSLHandshakeException: SSLv2Hello is not enabled in State: Sta2 - Transport connection open
2025-04-30 04:03:50,495 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.45:36705(72): close SSLSocket[hostname=185.180.141.45, port=36705, Session(1746000230396|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,577 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.42, port=40186, Session(1746000230495|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:40186(73): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 04:03:50,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:40186(73): close SSLSocket[hostname=185.180.141.42, port=40186, Session(1746000230495|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,740 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.43, port=50699, Session(1746000230578|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:50699(74): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-04-30 04:03:50,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:50699(74): close SSLSocket[hostname=185.180.141.43, port=50699, Session(1746000230578|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,823 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.43, port=42161, Session(1746000230740|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,904 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:42161(75): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 04:03:50,904 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:42161(75): close SSLSocket[hostname=185.180.141.43, port=42161, Session(1746000230740|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,986 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.43, port=46633, Session(1746000230823|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:50,987 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:46633(76): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-04-30 04:03:50,987 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.43:46633(76): close SSLSocket[hostname=185.180.141.43, port=46633, Session(1746000230823|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:51,067 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.180.141.42, port=42155, Session(1746000230986|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:03:51,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:42155(77): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-04-30 04:03:51,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2884) /172.18.0.2:2762<-/185.180.141.42:42155(77): close SSLSocket[hostname=185.180.141.42, port=42155, Session(1746000230986|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 04:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 04:04:11,058 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 04:04:11,059 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 04:04:27,899 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 04:04:27,900 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-04-30 04:04:27,900 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:04:27,921 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-04-30 04:04:27,921 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:04:27,921 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 04:04:37,878 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 04:04:37,880 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 04:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-04-30 04:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-04-30 04:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2889) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2889) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 04:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 04:05:11,059 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 04:05:11,060 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 04:05:27,921 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 04:05:27,923 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-04-30 04:05:27,923 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:05:27,943 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-04-30 04:05:27,943 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:05:27,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 04:05:37,880 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 04:05:37,882 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 04:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 04:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 04:06:11,061 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 04:06:11,062 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 04:06:27,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 04:06:27,944 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-04-30 04:06:27,945 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:06:27,967 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-04-30 04:06:27,968 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:06:27,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 04:06:37,882 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 04:06:37,884 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 04:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 04:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 04:07:09,653 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:07:09,655 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:07:11,062 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 04:07:11,063 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 04:07:27,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 04:07:27,969 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-04-30 04:07:27,969 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:07:27,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:07:27,990 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 04:07:37,884 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 04:07:37,886 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 04:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 04:08:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 04:08:04,256 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 04:08:04,258 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 04:08:11,063 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 04:08:11,065 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 04:08:27,990 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 04:08:27,991 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-04-30 04:08:27,991 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:08:28,013 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-04-30 04:08:28,013 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:08:28,013 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 04:08:37,886 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 04:08:37,888 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 04:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 04:09:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 04:09:11,065 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 04:09:11,066 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 04:09:18,880 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStgCmtScheduler.execute()
2025-04-30 04:09:18,882 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStgCmtScheduler.execute()
2025-04-30 04:09:28,014 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 04:09:28,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 04:09:28,015 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:09:28,037 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-04-30 04:09:28,037 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:09:28,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 04:09:37,888 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 04:09:37,890 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 04:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 04:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 04:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2910) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2910) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 04:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 04:10:11,067 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 04:10:11,068 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 04:10:28,038 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 04:10:28,039 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-04-30 04:10:28,039 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:10:28,060 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-04-30 04:10:28,061 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:10:28,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 04:10:35,895 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=56882, Session(1745999047512|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:36,245 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=56882, Session(1745999047512|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-04-30 04:10:36,246 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=56882, Session(1745999047512|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:36,603 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=56884, Session(1746000635896|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:36,604 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=56884, Session(1746000635896|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1.1] 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-04-30 04:10:36,604 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=56884, Session(1746000635896|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:36,968 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=56900, Session(1746000636603|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:37,890 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 04:10:37,892 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 04:10:46,969 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=56900, Session(1746000636603|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-04-30 04:10:46,969 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=56900, Session(1746000636603|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:47,148 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=49990, Session(1746000636969|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:47,149 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=49990, Session(1746000636969|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: no cipher suites in common
	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.ServerHello$T12ServerHelloProducer.chooseCipherSuite(ServerHello.java:471)
	at java.base/sun.security.ssl.ServerHello$T12ServerHelloProducer.produce(ServerHello.java:297)
	at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1109)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:842)
	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-04-30 04:10:47,149 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=49990, Session(1746000636969|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:47,515 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50002, Session(1746000647148|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:47,516 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50002, Session(1746000647148|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: no cipher suites in common
	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.ServerHello$T12ServerHelloProducer.chooseCipherSuite(ServerHello.java:471)
	at java.base/sun.security.ssl.ServerHello$T12ServerHelloProducer.produce(ServerHello.java:297)
	at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1109)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:842)
	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-04-30 04:10:47,516 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50002, Session(1746000647148|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:47,877 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50018, Session(1746000647515|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:47,878 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50018, Session(1746000647515|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-04-30 04:10:47,878 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50018, Session(1746000647515|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:48,250 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50022, Session(1746000647877|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:48,251 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50022, Session(1746000647877|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: no cipher suites in common
	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.ServerHello$T12ServerHelloProducer.chooseCipherSuite(ServerHello.java:471)
	at java.base/sun.security.ssl.ServerHello$T12ServerHelloProducer.produce(ServerHello.java:297)
	at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1109)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:842)
	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-04-30 04:10:48,251 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50022, Session(1746000647877|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:48,609 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50030, Session(1746000648250|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:48,787 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50030, Session(1746000648250|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)
	Suppressed: java.net.SocketException: Broken pipe
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1035)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:407)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
		at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:467)
		... 20 more
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-04-30 04:10:48,788 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50030, Session(1746000648250|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:48,966 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50044, Session(1746000648609|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:49,146 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50044, Session(1746000648609|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 04:10:49,146 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50044, Session(1746000648609|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:49,336 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50058, Session(1746000648966|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:49,337 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50058, Session(1746000648966|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: no cipher suites in common
	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.ServerHello$T12ServerHelloProducer.chooseCipherSuite(ServerHello.java:471)
	at java.base/sun.security.ssl.ServerHello$T12ServerHelloProducer.produce(ServerHello.java:297)
	at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1109)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:842)
	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-04-30 04:10:49,337 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50058, Session(1746000648966|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:49,694 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50060, Session(1746000649336|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:49,874 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50060, Session(1746000649336|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 04:10:49,874 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50060, Session(1746000649336|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:50,052 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50074, Session(1746000649694|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:50,232 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50074, Session(1746000649694|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 04:10:50,232 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50074, Session(1746000649694|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:50,402 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50088, Session(1746000650052|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:50,403 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50088, Session(1746000650052|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 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-04-30 04:10:50,403 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50088, Session(1746000650052|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:50,761 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50090, Session(1746000650403|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:50,943 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50090, Session(1746000650403|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 04:10:50,943 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50090, Session(1746000650403|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:51,127 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50104, Session(1746000650762|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:51,310 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50104, Session(1746000650762|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 04:10:51,310 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50104, Session(1746000650762|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:51,490 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50114, Session(1746000651127|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:51,672 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50114, Session(1746000651127|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 04:10:51,672 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50114, Session(1746000651127|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:51,845 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=165.154.58.108, port=50130, Session(1746000651490|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:10:52,024 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-2915) Exception on accepted connection SSLSocket[hostname=165.154.58.108, port=50130, Session(1746000651490|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 04:10:52,024 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2915) Close connection SSLSocket[hostname=165.154.58.108, port=50130, Session(1746000651490|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 04:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 04:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 04:11:11,068 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 04:11:11,069 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 04:11:27,294 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeTaskScheduler.execute()
2025-04-30 04:11:27,312 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeTaskScheduler.execute()
2025-04-30 04:11:28,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 04:11:28,062 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-04-30 04:11:28,062 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:11:28,083 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-04-30 04:11:28,084 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:11:28,084 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 04:11:37,892 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 04:11:37,894 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 04:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 04:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 04:12:09,655 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:12:09,657 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:12:11,069 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 04:12:11,070 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 04:12:28,084 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 04:12:28,085 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,086 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,086 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,087 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,087 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,087 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,088 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-04-30 04:12:28,088 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:12:28,089 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,089 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,090 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,090 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,111 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-04-30 04:12:28,111 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:12:28,112 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 04:12:28,112 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 04:12:37,894 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 04:12:37,896 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 04:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 04:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 04:13:04,258 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 04:13:04,260 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 04:13:11,071 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 04:13:11,072 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 04:13:28,113 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 04:13:28,114 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-04-30 04:13:28,114 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:13:28,134 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-04-30 04:13:28,134 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:13:28,134 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 04:13:37,896 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 04:13:37,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 04:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 04:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 04:14:11,072 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 04:14:11,073 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 04:14:28,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 04:14:28,136 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-04-30 04:14:28,136 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:14:28,156 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-04-30 04:14:28,156 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:14:28,157 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 04:14:37,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 04:14:37,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 04:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 04:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 04:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2932) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2932) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 04:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 04:15:11,074 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 04:15:11,075 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 04:15:28,157 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 04:15:28,158 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-04-30 04:15:28,159 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:15:28,178 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-04-30 04:15:28,179 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:15:28,179 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 04:15:37,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 04:15:37,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 04:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 04:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 04:16:11,075 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 04:16:11,076 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 04:16:28,179 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 04:16:28,180 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-04-30 04:16:28,180 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:16:28,201 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-04-30 04:16:28,202 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:16:28,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 04:16:37,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 04:16:37,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 04:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 04:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 04:17:09,658 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:17:09,660 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:17:11,077 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 04:17:11,078 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 04:17:28,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 04:17:28,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:17:28,223 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-04-30 04:17:28,224 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:17:28,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 04:17:37,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 04:17:37,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 04:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 04:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 04:18:04,260 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 04:18:04,270 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 04:18:11,086 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 04:18:11,087 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 04:18:28,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 04:18:28,226 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-04-30 04:18:28,226 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:18:28,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-04-30 04:18:28,246 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:18:28,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 04:18:37,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 04:18:37,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 04:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 04:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 04:19:11,088 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 04:19:11,089 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 04:19:28,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 04:19:28,248 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-04-30 04:19:28,248 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:19:28,269 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-04-30 04:19:28,269 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:19:28,269 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 04:19:37,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 04:19:37,910 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 04:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 04:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 04:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2953) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2953) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 04:20:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 04:20:11,089 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 04:20:11,090 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 04:20:28,269 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 04:20:28,271 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-04-30 04:20:28,271 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:20:28,292 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-04-30 04:20:28,292 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:20:28,292 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 04:20:37,910 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 04:20:37,912 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 04:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 04:21:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 04:21:11,091 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 04:21:11,092 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 04:21:28,292 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 04:21:28,294 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-04-30 04:21:28,294 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:21:28,316 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-04-30 04:21:28,316 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:21:28,316 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 04:21:37,913 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 04:21:37,914 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 04:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 04:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 04:22:09,660 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:22:09,662 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:22:11,092 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 04:22:11,093 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 04:22:28,317 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 04:22:28,318 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-04-30 04:22:28,318 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:22:28,338 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-04-30 04:22:28,338 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:22:28,338 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 04:22:37,915 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 04:22:37,916 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 04:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 04:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 04:23:04,270 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 04:23:04,271 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 04:23:11,094 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 04:23:11,095 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 04:23:28,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 04:23:28,340 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-04-30 04:23:28,340 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:23:28,361 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-04-30 04:23:28,361 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:23:28,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 04:23:37,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 04:23:37,918 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 04:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 04:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 04:24:11,095 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 04:24:11,096 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 04:24:28,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 04:24:28,362 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-04-30 04:24:28,362 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:24:28,382 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-04-30 04:24:28,382 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:24:28,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 04:24:37,918 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 04:24:37,920 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 04:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 04:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 04:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2974) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2974) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 04:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 04:25:11,096 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 04:25:11,098 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 04:25:28,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 04:25:28,384 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-04-30 04:25:28,384 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:25:28,404 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-04-30 04:25:28,404 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:25:28,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 04:25:37,921 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 04:25:37,923 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 04:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 04:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 04:26:11,098 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 04:26:11,099 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 04:26:28,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 04:26:28,406 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-04-30 04:26:28,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:26:28,435 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-04-30 04:26:28,436 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:26:28,436 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 04:26:37,923 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 04:26:37,925 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 04:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 04:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 04:27:09,663 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:27:09,665 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:27:11,100 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 04:27:11,101 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 04:27:28,436 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 04:27:28,437 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-04-30 04:27:28,437 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:27:28,457 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-04-30 04:27:28,457 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:27:28,457 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 04:27:37,925 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 04:27:37,926 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 04:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 04:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 04:28:04,272 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 04:28:04,273 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 04:28:11,101 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 04:28:11,102 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 04:28:28,458 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 04:28:28,459 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-04-30 04:28:28,459 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:28:28,479 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-04-30 04:28:28,480 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:28:28,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 04:28:37,927 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 04:28:37,928 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 04:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 04:29:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 04:29:11,103 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 04:29:11,104 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 04:29:28,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 04:29:28,482 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-04-30 04:29:28,482 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:29: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-04-30 04:29: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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:29:28,502 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 04:29:37,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 04:29:37,930 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 04:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 04:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 04:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2995) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2995) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 04:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 04:30:11,104 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 04:30:11,105 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 04:30:28,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 04:30:28,504 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-04-30 04:30:28,504 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:30:28,527 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-04-30 04:30:28,527 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:30:28,528 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 04:30:37,931 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 04:30:37,932 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 04:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 04:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 04:31:11,105 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 04:31:11,107 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 04:31:28,528 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 04:31:28,529 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-04-30 04:31:28,530 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:31:28,549 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-04-30 04:31:28,549 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:31:28,549 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 04:31:37,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 04:31:37,935 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 04:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 04:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 04:32:09,666 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:32:09,668 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:32:11,107 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 04:32:11,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 04:32:28,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 04:32:28,551 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-04-30 04:32:28,551 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:32:28,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-04-30 04:32:28,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:32:28,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 04:32:37,935 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 04:32:37,937 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 04:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 04:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 04:33:04,273 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 04:33:04,275 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 04:33:11,109 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 04:33:11,110 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 04:33:28,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 04:33:28,573 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-04-30 04:33:28,573 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:33:28,606 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-04-30 04:33:28,606 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:33:28,606 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 04:33:37,937 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 04:33:37,938 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 04:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 04:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 04:34:11,110 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 04:34:11,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 04:34:28,607 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 04:34:28,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:34:28,628 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-04-30 04:34:28,628 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:34:28,629 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 04:34:37,939 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 04:34:37,940 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 04:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 04:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 04:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3016) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3016) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 04:35:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 04:35:11,112 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 04:35:11,113 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 04:35:28,629 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 04:35:28,630 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-04-30 04:35:28,630 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:35:28,650 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-04-30 04:35:28,650 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:35:28,650 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 04:35:37,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 04:35:37,942 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 04:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 04:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 04:36:11,113 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 04:36:11,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 04:36:28,650 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 04:36:28,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 04:36:28,652 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:36:28,671 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-04-30 04:36:28,671 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:36:28,672 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 04:36:37,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 04:36:37,945 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 04:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 04:37:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 04:37:09,668 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:37:09,670 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:37:11,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 04:37:11,116 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 04:37:28,672 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 04:37:28,673 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-04-30 04:37:28,673 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:37:28,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:37:28,693 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 04:37:37,945 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 04:37:37,946 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 04:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 04:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 04:38:04,275 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 04:38:04,277 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 04:38:11,117 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 04:38:11,118 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 04:38:28,693 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 04:38:28,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-04-30 04:38:28,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:38:28,718 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-04-30 04:38:28,719 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:38:28,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 04:38:37,947 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 04:38:37,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 04:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 04:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 04:39:11,118 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 04:39:11,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 04:39:28,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 04:39:28,720 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-04-30 04:39:28,720 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:39:28,740 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-04-30 04:39:28,740 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:39:28,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 04:39:37,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 04:39:37,951 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 04:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 04:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 04:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3037) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3037) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 04:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 04:40:11,120 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 04:40:11,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 04:40:28,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 04:40:28,742 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-04-30 04:40:28,742 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:40:28,762 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-04-30 04:40:28,762 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:40:28,762 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 04:40:37,951 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 04:40:37,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 04:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 04:41:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 04:41:11,122 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 04:41:11,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 04:41:28,763 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 04:41:28,764 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-04-30 04:41:28,764 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:41:28,784 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-04-30 04:41:28,784 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:41:28,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 04:41:37,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 04:41:37,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 04:41:44,992 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSDeleteScheduler.execute()
2025-04-30 04:41:44,994 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSDeleteScheduler.execute()
2025-04-30 04:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 04:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 04:42:09,671 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:42:09,673 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:42:11,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 04:42:11,124 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 04:42:28,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 04:42:28,786 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-04-30 04:42:28,786 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:42:28,816 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-04-30 04:42:28,816 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:42:28,816 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 04:42:37,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 04:42:37,957 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 04:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 04:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 04:43:04,277 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 04:43:04,278 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 04:43:11,124 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 04:43:11,126 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 04:43:28,817 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 04:43:28,818 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-04-30 04:43:28,818 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:43:28,839 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-04-30 04:43:28,839 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:43:28,839 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 04:43:37,958 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 04:43:37,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 04:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 04:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 04:44:11,126 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 04:44:11,127 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 04:44:28,839 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 04:44:28,840 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-04-30 04:44:28,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:44:28,861 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-04-30 04:44:28,861 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:44:28,861 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 04:44:37,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 04:44:37,961 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 04:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 04:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 04:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3058) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3058) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 04:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 04:45:11,127 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 04:45:11,128 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 04:45:28,862 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 04:45:28,863 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-04-30 04:45:28,863 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:45:28,886 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-04-30 04:45:28,886 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:45:28,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 04:45:37,961 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 04:45:37,963 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 04:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 04:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 04:46:11,128 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 04:46:11,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 04:46:28,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 04:46:28,891 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-04-30 04:46:28,891 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:46:28,912 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-04-30 04:46:28,912 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:46:28,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 04:46:37,963 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 04:46:37,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 04:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 04:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 04:47:09,673 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:47:09,675 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:47:11,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 04:47:11,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 04:47:28,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 04:47:28,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:47:28,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-04-30 04:47:28,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:47:28,933 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 04:47:37,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 04:47:37,967 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 04:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 04:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 04:48:04,279 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 04:48:04,280 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 04:48:11,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 04:48:11,132 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 04:48:28,934 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 04:48:28,935 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-04-30 04:48:28,935 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:48:28,955 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-04-30 04:48:28,955 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:48:28,955 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 04:48:37,967 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 04:48:37,969 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 04:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 04:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 04:49:11,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 04:49:11,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 04:49:28,956 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 04:49:28,957 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-04-30 04:49:28,957 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:49:28,977 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-04-30 04:49:28,977 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:49:28,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 04:49:37,969 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 04:49:37,971 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 04:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 04:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 04:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3079) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3079) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 04:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 04:50:11,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 04:50:11,135 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 04:50:28,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 04:50:28,979 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-04-30 04:50:28,979 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:50:29,004 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-04-30 04:50:29,004 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:50:29,004 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 04:50:37,971 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 04:50:37,973 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 04:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 04:51:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 04:51:11,136 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 04:51:11,137 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 04:51:29,005 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 04:51:29,006 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-04-30 04:51:29,006 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:51:29,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:51:29,026 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 04:51:37,973 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 04:51:37,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 04:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 04:52:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 04:52:09,676 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:52:09,678 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:52:11,137 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 04:52:11,138 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 04:52:29,026 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 04:52:29,027 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-04-30 04:52:29,028 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:52:29,047 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-04-30 04:52:29,048 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:52:29,048 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 04:52:37,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 04:52:37,977 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 04:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 04:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 04:53:04,280 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 04:53:04,282 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 04:53:11,139 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 04:53:11,140 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 04:53:29,048 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 04:53:29,049 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-04-30 04:53:29,049 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:53:29,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 04:53:29,071 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 04:53:37,977 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 04:53:37,979 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 04:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 04:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 04:54:11,140 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 04:54:11,141 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 04:54:29,071 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 04:54:29,072 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-04-30 04:54:29,072 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:54:29,096 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-04-30 04:54:29,096 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:54:29,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 04:54:37,979 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 04:54:37,981 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 04:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 04:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 04:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3100) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3100) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 04:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 04:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 04:55:11,141 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 04:55:11,142 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 04:55:29,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 04:55:29,098 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-04-30 04:55:29,098 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:55:29,119 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-04-30 04:55:29,119 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:55:29,119 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 04:55:37,981 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 04:55:37,983 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 04:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 04:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 04:56:11,142 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 04:56:11,143 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 04:56:29,119 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 04:56:29,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 04:56:29,121 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:56:29,140 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-04-30 04:56:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:56:29,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 04:56:37,983 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 04:56:37,985 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 04:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 04:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 04:57:09,678 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:57:09,680 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 04:57:11,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 04:57:11,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 04:57:29,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 04:57:29,142 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-04-30 04:57:29,142 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:57:29,163 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-04-30 04:57:29,163 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:57:29,163 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 04:57:37,985 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 04:57:37,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 04:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 04:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 04:58:04,282 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 04:58:04,284 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 04:58:11,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 04:58:11,146 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 04:58:29,163 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 04:58:29,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 04:58:29,165 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:58:29,189 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-04-30 04:58:29,189 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:58:29,190 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 04:58:37,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 04:58:37,989 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 04:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 04:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 04:59:11,146 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 04:59:11,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 04:59:29,190 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 04:59:29,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-04-30 04:59:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:59:29,212 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-04-30 04:59:29,212 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 04:59:29,212 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 04:59:37,989 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 04:59:37,991 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 05:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-04-30 05:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-04-30 05:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3121) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3121) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 05:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 05:00:11,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 05:00:11,149 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 05:00:29,212 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 05:00:29,213 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-04-30 05:00:29,213 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:00:29,233 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-04-30 05:00:29,233 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:00:29,233 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 05:00:37,991 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 05:00:37,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 05:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 05:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 05:01:11,150 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 05:01:11,151 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 05:01:29,234 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 05:01:29,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-04-30 05:01:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:01:29,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-04-30 05:01:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:01:29,256 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 05:01:37,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 05:01:37,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 05:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 05:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 05:02:09,680 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:02:09,682 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:02:11,151 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 05:02:11,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 05:02:29,256 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 05:02:29,257 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-04-30 05:02:29,257 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:02:29,280 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-04-30 05:02:29,280 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:02:29,280 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 05:02:37,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 05:02:37,997 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 05:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 05:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 05:03:04,284 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 05:03:04,285 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 05:03:11,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 05:03:11,154 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 05:03:29,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 05:03:29,282 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-04-30 05:03:29,282 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:03:29,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 05:03:29,304 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 05:03:37,997 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 05:03:37,999 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 05:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 05:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 05:04:11,154 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 05:04:11,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 05:04:29,304 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 05:04:29,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-04-30 05:04:29,306 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:04:29,327 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-04-30 05:04:29,327 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:04:29,327 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 05:04:37,999 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 05:04:38,001 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 05:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-04-30 05:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-04-30 05:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3142) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3142) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 05:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 05:05:11,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 05:05:11,158 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 05:05:29,328 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 05:05:29,329 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-04-30 05:05:29,329 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:05:29,349 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-04-30 05:05:29,349 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:05:29,349 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 05:05:38,001 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 05:05:38,002 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 05:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 05:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 05:06:11,158 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 05:06:11,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 05:06:29,350 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 05:06:29,351 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-04-30 05:06:29,351 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:06:29,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 05:06:29,371 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 05:06:38,003 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 05:06:38,004 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 05:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 05:07:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 05:07:09,683 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:07:09,685 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:07:11,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 05:07:11,161 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 05:07:29,371 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 05:07:29,372 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-04-30 05:07:29,372 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:07:29,392 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-04-30 05:07:29,393 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:07:29,393 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 05:07:38,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 05:07:38,006 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 05:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 05:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 05:08:04,286 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-04-30 05:08:04,287 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-04-30 05:08:11,162 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 05:08:11,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 05:08:29,393 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 05:08:29,394 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-04-30 05:08:29,394 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:08:29,416 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-04-30 05:08:29,416 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:08:29,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 05:08:38,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 05:08:38,010 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 05:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 05:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 05:09:11,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 05:09:11,164 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 05:09:18,882 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStgCmtScheduler.execute()
2025-04-30 05:09:18,884 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStgCmtScheduler.execute()
2025-04-30 05:09:29,417 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 05:09:29,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-04-30 05:09:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:09:29,440 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-04-30 05:09:29,440 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:09:29,440 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 05:09:38,010 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 05:09:38,012 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 05:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 05:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 05:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3163) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:10:00,946 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3163) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:10:03,021 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 05:10:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 05:10:11,165 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 05:10:11,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 05:10:29,440 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 05:10:29,442 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-04-30 05:10:29,442 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:10:29,463 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-04-30 05:10:29,463 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:10:29,463 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 05:10:38,012 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 05:10:38,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 05:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 05:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 05:11:11,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 05:11:11,167 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 05:11:27,312 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeTaskScheduler.execute()
2025-04-30 05:11:27,330 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeTaskScheduler.execute()
2025-04-30 05:11:29,464 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 05:11:29,465 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-04-30 05:11:29,465 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:11:29,487 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-04-30 05:11:29,487 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:11:29,487 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 05:11:38,014 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 05:11:38,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 05:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 05:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 05:12:09,685 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:12:09,687 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:12:11,168 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 05:12:11,169 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 05:12:29,487 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 05:12:29,488 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,489 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,489 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,490 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,490 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,491 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 05:12:29,492 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,515 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-04-30 05:12:29,515 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:12:29,516 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,516 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,517 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,517 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 05:12:29,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 05:12:38,016 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 05:12:38,018 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 05:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 05:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 05:13:04,287 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 05:13:04,289 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 05:13:11,169 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 05:13:11,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 05:13:29,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 05:13:29,519 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-04-30 05:13:29,519 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:13:29,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 05:13:29,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 05:13:38,018 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 05:13:38,020 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 05:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 05:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 05:14:11,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 05:14:11,172 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 05:14:29,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 05:14:29,541 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-04-30 05:14:29,541 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:14:29,561 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-04-30 05:14:29,561 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:14:29,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 05:14:38,020 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 05:14:38,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 05:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 05:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 05:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3184) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:15:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3184) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 05:15:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 05:15:11,172 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 05:15:11,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 05:15:29,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 05:15:29,563 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-04-30 05:15:29,563 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 05:15:29,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 05:15:38,022 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 05:15:38,023 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 05:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 05:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 05:16:11,174 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 05:16:11,175 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 05:16:29,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 05:16:29,586 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-04-30 05:16:29,586 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:16:29,607 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-04-30 05:16:29,607 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:16:29,607 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 05:16:38,024 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 05:16:38,025 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 05:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 05:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 05:17:09,688 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:17:09,690 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:17:11,175 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 05:17:11,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 05:17:29,607 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 05:17:29,609 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-04-30 05:17:29,609 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:17:29,629 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-04-30 05:17:29,629 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:17:29,629 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 05:17:38,026 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 05:17:38,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 05:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 05:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 05:18:04,289 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 05:18:04,291 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 05:18:11,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 05:18:11,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 05:18:29,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 05:18:29,631 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-04-30 05:18:29,631 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:18:29,651 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-04-30 05:18:29,651 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:18:29,651 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 05:18:38,028 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 05:18:38,029 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 05:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 05:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 05:19:11,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 05:19:11,179 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 05:19:29,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 05:19:29,653 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-04-30 05:19:29,653 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:19:29,673 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-04-30 05:19:29,673 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:19:29,673 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 05:19:38,030 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 05:19:38,031 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 05:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 05:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 05:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3205) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3205) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 05:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 05:20:11,179 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 05:20:11,180 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 05:20:29,674 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 05:20:29,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-04-30 05:20:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:20:29,694 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-04-30 05:20:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:20:29,695 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 05:20:38,031 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 05:20:38,033 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 05:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 05:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 05:21:11,180 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 05:21:11,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 05:21:29,695 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 05:21:29,696 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-04-30 05:21:29,696 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:21:29,716 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-04-30 05:21:29,716 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:21:29,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 05:21:38,033 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 05:21:38,035 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 05:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 05:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 05:22:09,690 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:22:09,692 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:22:11,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 05:22:11,183 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 05:22:29,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 05:22:29,717 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-04-30 05:22:29,718 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:22:29,737 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-04-30 05:22:29,737 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:22:29,738 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 05:22:38,035 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 05:22:38,037 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 05:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 05:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 05:23:04,291 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 05:23:04,292 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 05:23:11,183 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 05:23:11,185 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 05:23:29,738 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 05:23:29,739 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-04-30 05:23:29,739 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:23:29,759 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-04-30 05:23:29,760 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:23:29,760 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 05:23:38,037 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 05:23:38,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 05:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 05:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 05:24:11,185 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 05:24:11,186 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 05:24:29,760 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 05:24:29,761 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-04-30 05:24:29,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:24:29,787 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-04-30 05:24:29,787 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:24:29,787 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 05:24:38,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 05:24:38,041 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 05:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 05:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 05:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3226) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3226) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 05:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 05:25:11,186 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 05:25:11,187 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 05:25:29,787 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 05:25:29,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 05:25:29,808 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-04-30 05:25:29,808 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:25:29,809 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 05:25:38,042 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 05:25:38,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 05:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 05:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 05:26:11,187 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 05:26:11,188 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 05:26:29,809 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 05:26:29,810 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-04-30 05:26:29,810 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:26:29,830 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-04-30 05:26:29,830 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:26:29,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 05:26:38,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 05:26:38,045 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 05:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 05:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 05:27:09,692 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:27:09,694 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:27:11,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 05:27:11,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 05:27:29,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 05:27:29,831 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-04-30 05:27:29,832 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:27:29,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 05:27:29,852 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:27:29,852 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 05:27:38,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 05:27:38,047 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 05:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 05:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 05:28:04,292 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 05:28:04,294 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 05:28:11,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 05:28:11,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 05:28:29,852 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 05:28:29,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-04-30 05:28:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:28:29,874 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-04-30 05:28:29,874 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:28:29,874 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 05:28:38,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 05:28:38,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 05:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 05:29:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 05:29:11,192 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 05:29:11,193 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 05:29:29,875 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 05:29:29,876 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-04-30 05:29:29,876 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:29:29,897 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-04-30 05:29:29,898 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:29:29,898 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 05:29:38,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 05:29:38,052 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 05:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 05:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 05:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3247) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3247) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 05:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 05:30:11,193 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 05:30:11,194 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 05:30:29,898 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 05:30:29,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-04-30 05:30:29,899 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:30:29,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-04-30 05:30:29,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:30:29,919 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 05:30:38,052 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 05:30:38,054 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 05:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 05:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 05:31:11,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 05:31:11,197 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 05:31:29,920 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 05:31:29,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 05:31:29,941 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-04-30 05:31:29,941 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:31:29,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 05:31:38,054 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 05:31:38,056 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 05:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 05:32:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 05:32:09,695 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:32:09,697 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:32:11,197 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 05:32:11,199 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 05:32:29,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 05:32:29,942 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-04-30 05:32:29,942 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:32:29,962 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-04-30 05:32:29,962 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:32:29,962 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 05:32:38,056 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 05:32:38,058 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 05:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 05:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 05:33:04,294 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 05:33:04,296 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 05:33:11,199 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 05:33:11,200 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 05:33:29,963 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 05:33:29,964 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-04-30 05:33:29,964 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:33:29,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 05:33:29,985 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:33:29,985 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 05:33:38,058 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 05:33:38,060 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 05:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 05:34:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 05:34:11,204 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 05:34:11,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 05:34:29,985 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 05:34:29,986 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-04-30 05:34:29,986 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:34:30,006 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-04-30 05:34:30,007 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:34:30,007 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 05:34:38,060 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 05:34:38,061 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 05:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 05:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 05:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3268) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:35:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3268) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 05:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 05:35:11,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 05:35:11,206 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 05:35:30,007 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 05:35:30,008 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-04-30 05:35:30,008 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:35:30,028 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-04-30 05:35:30,028 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:35:30,028 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 05:35:38,062 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 05:35:38,063 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 05:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 05:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 05:36:11,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 05:36:11,208 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 05:36:30,029 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 05:36:30,030 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-04-30 05:36:30,030 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:36:30,050 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-04-30 05:36:30,050 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:36:30,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 05:36:38,064 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 05:36:38,065 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 05:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 05:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 05:37:09,697 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:37:09,699 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:37:11,208 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 05:37:11,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 05:37:30,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 05:37:30,051 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-04-30 05:37:30,051 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:37:30,071 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-04-30 05:37:30,071 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:37:30,071 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 05:37:38,065 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 05:37:38,067 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 05:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 05:38:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 05:38:04,296 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-04-30 05:38:04,298 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-04-30 05:38:11,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 05:38:11,211 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 05:38:30,072 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 05:38:30,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-04-30 05:38:30,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:38:30,096 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-04-30 05:38:30,096 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:38:30,096 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 05:38:38,067 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 05:38:38,069 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 05:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 05:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 05:39:11,212 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 05:39:11,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 05:39:30,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 05:39:30,098 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-04-30 05:39:30,098 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:39:30,122 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-04-30 05:39:30,122 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:39:30,122 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 05:39:38,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 05:39:38,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 05:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-04-30 05:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-04-30 05:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3289) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3289) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 05:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 05:40:11,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 05:40:11,214 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 05:40:30,123 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 05:40:30,124 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-04-30 05:40:30,124 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:40:30,144 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-04-30 05:40:30,144 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:40:30,144 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 05:40:38,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 05:40:38,073 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 05:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 05:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 05:41:11,215 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 05:41:11,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 05:41:30,144 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 05:41:30,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

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

2025-04-30 05:41:30,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 05:41:38,073 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 05:41:38,075 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 05:41:44,995 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSDeleteScheduler.execute()
2025-04-30 05:41:44,997 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSDeleteScheduler.execute()
2025-04-30 05:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 05:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 05:42:09,700 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:42:09,702 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:42:11,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 05:42:11,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 05:42:30,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 05:42:30,166 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-04-30 05:42:30,166 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:42:30,186 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-04-30 05:42:30,186 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:42:30,186 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 05:42:38,075 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 05:42:38,077 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 05:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 05:43:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 05:43:04,298 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 05:43:04,299 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 05:43:11,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 05:43:11,219 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 05:43:30,187 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 05:43:30,188 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-04-30 05:43:30,188 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:43:30,208 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-04-30 05:43:30,208 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:43:30,209 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 05:43:38,077 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 05:43:38,079 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 05:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 05:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 05:44:11,219 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 05:44:11,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 05:44:30,209 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 05:44:30,210 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-04-30 05:44:30,210 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 05:44:30,230 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 05:44:38,079 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 05:44:38,081 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 05:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 05:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 05:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3310) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:45:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3310) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 05:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 05:45:11,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 05:45:11,221 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 05:45:30,231 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 05:45:30,232 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-04-30 05:45:30,232 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:45:30,252 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-04-30 05:45:30,252 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:45:30,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 05:45:38,081 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 05:45:38,083 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 05:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 05:46:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 05:46:11,221 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 05:46:11,223 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 05:46:30,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 05:46:30,261 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-04-30 05:46:30,262 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:46:30,285 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-04-30 05:46:30,285 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:46:30,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 05:46:38,084 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 05:46:38,085 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 05:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 05:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 05:47:09,702 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:47:09,704 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:47:11,223 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 05:47:11,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 05:47:30,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 05:47:30,287 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-04-30 05:47:30,287 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:47:30,307 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-04-30 05:47:30,307 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:47:30,307 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 05:47:38,085 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 05:47:38,087 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 05:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 05:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 05:48:04,300 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 05:48:04,301 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 05:48:11,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 05:48:11,225 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 05:48:30,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 05:48:30,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 05:48:30,329 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-04-30 05:48:30,329 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:48:30,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 05:48:38,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 05:48:38,089 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 05:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 05:49:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 05:49:11,226 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 05:49:11,227 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 05:49:30,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 05:49:30,331 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-04-30 05:49:30,331 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:49:30,351 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-04-30 05:49:30,351 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:49:30,351 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 05:49:38,090 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 05:49:38,091 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 05:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 05:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 05:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3331) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3331) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 05:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 05:50:11,227 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 05:50:11,228 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 05:50:30,351 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 05:50:30,353 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-04-30 05:50:30,353 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:50:30,377 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-04-30 05:50:30,378 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:50:30,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 05:50:38,092 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 05:50:38,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 05:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 05:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 05:51:11,228 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 05:51:11,230 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 05:51:30,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 05:51:30,379 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-04-30 05:51:30,379 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:51:30,399 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-04-30 05:51:30,400 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:51:30,400 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 05:51:38,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 05:51:38,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 05:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 05:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 05:52:09,705 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:52:09,707 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:52:11,230 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 05:52:11,231 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 05:52:30,400 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 05:52:30,401 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-04-30 05:52:30,401 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:52:30,422 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-04-30 05:52:30,422 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:52:30,422 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 05:52:38,096 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 05:52:38,097 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 05:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 05:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 05:53:04,301 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 05:53:04,303 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 05:53:11,231 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 05:53:11,232 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 05:53:30,422 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 05:53:30,424 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-04-30 05:53:30,424 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:53:30,445 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-04-30 05:53:30,446 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:53:30,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 05:53:38,098 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 05:53:38,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 05:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 05:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 05:54:11,233 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 05:54:11,234 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 05:54:30,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 05:54:30,447 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-04-30 05:54:30,447 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:54:30,468 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-04-30 05:54:30,468 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:54:30,468 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 05:54:38,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 05:54:38,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 05:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-04-30 05:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-04-30 05:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3352) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3352) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 05:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 05:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 05:55:11,234 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 05:55:11,236 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 05:55:30,468 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 05:55:30,470 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-04-30 05:55:30,470 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:55:30,489 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-04-30 05:55:30,490 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:55:30,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 05:55:38,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 05:55:38,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 05:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 05:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 05:56:11,236 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 05:56:11,237 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 05:56:30,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 05:56:30,492 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-04-30 05:56:30,492 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:56:30,512 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-04-30 05:56:30,512 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:56:30,512 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 05:56:38,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 05:56:38,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 05:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 05:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 05:57:09,707 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:57:09,709 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 05:57:11,237 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 05:57:11,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 05:57:30,512 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 05:57:30,513 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-04-30 05:57:30,514 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:57:30,534 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-04-30 05:57:30,535 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:57:30,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 05:57:38,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 05:57:38,108 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 05:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 05:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 05:58:04,303 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 05:58:04,305 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 05:58:11,239 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 05:58:11,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 05:58:30,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 05:58:30,536 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-04-30 05:58:30,536 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:58:30,557 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-04-30 05:58:30,557 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:58:30,557 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 05:58:38,108 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 05:58:38,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 05:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 05:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 05:59:11,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 05:59:11,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 05:59:30,557 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 05:59:30,558 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-04-30 05:59:30,558 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:59:30,578 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-04-30 05:59:30,578 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 05:59:30,578 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 05:59:38,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 05:59:38,112 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 06:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-04-30 06:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-04-30 06:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3373) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3373) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 06:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 06:00:11,242 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 06:00:11,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 06:00:30,578 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 06:00:30,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 06:00:30,580 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:00:30,599 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-04-30 06:00:30,599 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:00:30,599 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 06:00:38,112 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 06:00:38,114 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 06:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 06:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 06:01:11,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 06:01:11,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 06:01:30,600 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 06:01:30,601 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-04-30 06:01:30,601 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:01:30,620 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-04-30 06:01:30,621 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:01:30,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 06:01:38,114 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 06:01:38,116 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 06:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 06:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 06:02:09,710 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:02:09,712 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:02:11,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 06:02:11,246 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 06:02:30,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 06:02:30,622 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-04-30 06:02:30,623 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:02:30,643 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-04-30 06:02:30,643 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:02:30,644 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 06:02:38,116 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 06:02:38,117 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 06:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 06:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 06:03:04,305 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-04-30 06:03:04,306 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-04-30 06:03:11,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 06:03:11,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 06:03:30,644 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 06:03:30,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 06:03:30,645 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:03:30,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-04-30 06:03:30,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:03:30,667 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 06:03:38,118 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 06:03:38,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 06:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 06:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 06:04:11,248 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 06:04:11,249 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 06:04:30,667 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 06:04:30,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 06:04:30,689 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-04-30 06:04:30,689 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:04:30,689 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 06:04:38,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 06:04:38,122 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 06:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 06:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 06:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3394) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3394) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 06:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 06:05:11,249 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 06:05:11,250 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 06:05:30,689 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 06:05:30,690 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-04-30 06:05:30,690 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:05:30,710 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-04-30 06:05:30,710 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:05:30,710 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 06:05:38,122 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 06:05:38,124 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 06:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 06:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 06:06:11,251 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 06:06:11,252 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 06:06:30,710 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 06:06:30,712 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-04-30 06:06:30,712 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:06:30,738 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-04-30 06:06:30,739 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:06:30,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 06:06:38,124 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 06:06:38,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 06:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 06:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 06:07:09,712 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:07:09,715 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:07:11,252 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 06:07:11,253 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 06:07:30,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 06:07:30,743 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-04-30 06:07:30,743 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:07:30,763 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-04-30 06:07:30,763 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:07:30,763 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 06:07:38,129 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 06:07:38,131 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 06:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 06:08:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 06:08:04,306 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-04-30 06:08:04,308 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-04-30 06:08:11,253 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 06:08:11,254 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 06:08:30,764 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 06:08:30,765 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-04-30 06:08:30,765 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:08:30,792 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-04-30 06:08:30,792 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:08:30,792 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 06:08:38,131 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 06:08:38,133 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 06:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 06:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 06:09:11,255 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 06:09:11,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 06:09:18,885 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStgCmtScheduler.execute()
2025-04-30 06:09:18,887 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStgCmtScheduler.execute()
2025-04-30 06:09:30,792 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 06:09:30,794 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-04-30 06:09:30,794 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:09:30,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 06:09:30,817 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 06:09:38,133 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 06:09:38,135 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 06:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 06:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 06:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3415) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3415) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 06:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 06:10:11,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 06:10:11,257 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 06:10:30,818 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 06:10:30,819 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-04-30 06:10:30,819 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:10:30,842 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-04-30 06:10:30,842 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:10:30,843 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 06:10:38,136 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 06:10:38,137 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 06:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 06:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 06:11:11,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 06:11:11,259 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 06:11:27,330 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeTaskScheduler.execute()
2025-04-30 06:11:27,347 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeTaskScheduler.execute()
2025-04-30 06:11:30,843 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 06:11:30,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-04-30 06:11:30,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:11:30,867 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-04-30 06:11:30,867 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:11:30,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 06:11:38,138 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 06:11:38,139 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 06:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 06:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 06:12:09,715 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:12:09,718 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:12:11,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 06:12:11,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 06:12:30,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 06:12:30,869 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,869 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,870 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,870 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,871 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,871 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,871 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,872 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,872 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,873 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-04-30 06:12:30,873 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:12:30,874 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,894 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-04-30 06:12:30,894 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:12:30,894 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 06:12:30,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 06:12:38,140 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 06:12:38,141 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 06:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 06:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 06:13:04,308 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 06:13:04,309 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 06:13:11,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 06:13:11,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 06:13:30,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 06:13:30,896 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-04-30 06:13:30,896 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:13:30,916 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-04-30 06:13:30,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:13:30,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 06:13:38,142 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 06:13:38,143 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 06:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 06:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 06:14:11,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 06:14:11,264 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 06:14:30,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 06:14:30,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-04-30 06:14:30,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:14:30,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-04-30 06:14:30,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:14:30,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 06:14:38,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 06:14:38,145 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 06:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 06:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 06:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3436) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3436) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 06:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 06:15:11,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 06:15:11,266 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 06:15:30,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 06:15:30,940 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-04-30 06:15:30,940 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:15:30,960 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-04-30 06:15:30,960 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:15:30,960 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 06:15:38,146 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 06:15:38,147 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 06:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 06:16:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 06:16:11,266 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 06:16:11,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 06:16:30,961 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 06:16:30,963 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-04-30 06:16:30,963 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:16:30,991 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-04-30 06:16:30,991 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:16:30,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 06:16:38,148 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 06:16:38,149 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 06:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 06:17:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 06:17:09,718 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:17:09,720 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:17:11,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 06:17:11,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 06:17:30,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 06:17:30,992 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-04-30 06:17:30,993 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:17:31,013 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-04-30 06:17:31,013 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:17:31,013 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 06:17:38,150 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 06:17:38,152 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 06:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 06:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 06:18:04,310 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 06:18:04,311 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 06:18:11,269 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 06:18:11,270 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 06:18:31,013 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 06:18:31,014 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-04-30 06:18:31,014 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:18:31,035 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-04-30 06:18:31,035 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:18:31,035 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 06:18:38,152 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 06:18:38,153 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 06:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 06:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 06:19:11,270 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 06:19:11,271 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 06:19:31,035 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 06:19:31,036 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-04-30 06:19:31,037 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:19:31,056 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-04-30 06:19:31,057 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:19:31,057 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 06:19:38,154 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 06:19:38,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 06:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 06:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 06:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3457) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3457) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 06:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 06:20:11,272 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 06:20:11,273 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 06:20:31,057 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 06:20:31,058 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-04-30 06:20:31,058 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:20:31,078 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-04-30 06:20:31,079 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:20:31,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 06:20:38,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 06:20:38,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 06:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 06:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 06:21:11,273 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 06:21:11,274 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 06:21:31,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 06:21:31,081 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-04-30 06:21:31,081 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:21:31,104 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-04-30 06:21:31,104 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:21:31,104 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 06:21:38,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 06:21:38,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 06:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 06:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 06:22:09,720 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:22:09,723 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:22:11,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 06:22:11,276 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 06:22:31,104 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 06:22:31,106 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-04-30 06:22:31,106 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:22:31,125 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-04-30 06:22:31,126 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:22:31,126 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 06:22:38,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 06:22:38,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 06:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 06:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 06:23:04,311 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 06:23:04,313 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 06:23:11,276 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 06:23:11,277 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 06:23:31,126 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 06:23:31,128 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-04-30 06:23:31,128 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:23:31,152 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-04-30 06:23:31,152 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:23:31,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 06:23:38,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 06:23:38,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 06:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 06:24:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 06:24:11,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 06:24:11,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 06:24:31,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 06:24:31,154 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-04-30 06:24:31,154 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:24:31,174 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-04-30 06:24:31,174 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:24:31,174 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 06:24:38,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 06:24:38,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 06:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 06:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 06:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3478) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3478) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 06:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 06:25:11,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 06:25:11,280 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 06:25:31,174 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 06:25:31,176 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-04-30 06:25:31,176 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:25:31,196 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-04-30 06:25:31,196 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:25:31,196 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 06:25:38,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 06:25:38,167 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 06:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 06:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 06:26:11,280 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 06:26:11,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 06:26:31,196 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 06:26:31,197 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-04-30 06:26:31,198 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:26:31,217 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-04-30 06:26:31,218 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:26:31,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 06:26:38,167 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 06:26:38,169 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 06:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 06:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 06:27:09,723 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:27:09,725 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:27:11,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 06:27:11,283 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 06:27:31,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 06:27:31,219 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-04-30 06:27:31,219 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:27:31,256 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-04-30 06:27:31,256 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:27:31,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 06:27:38,169 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 06:27:38,171 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 06:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 06:28:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 06:28:04,313 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 06:28:04,315 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 06:28:11,284 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 06:28:11,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 06:28:31,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 06:28:31,258 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-04-30 06:28:31,258 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:28:31,278 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-04-30 06:28:31,278 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:28:31,278 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 06:28:38,171 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 06:28:38,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 06:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 06:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 06:29:11,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 06:29:11,287 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 06:29:31,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 06:29:31,280 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-04-30 06:29:31,280 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:29:31,300 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-04-30 06:29:31,300 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:29:31,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 06:29:38,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 06:29:38,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 06:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 06:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 06:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3499) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3499) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 06:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 06:30:11,287 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 06:30:11,288 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 06:30:31,301 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 06:30:31,302 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-04-30 06:30:31,302 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:30:31,322 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-04-30 06:30:31,322 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:30:31,322 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 06:30:38,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 06:30:38,176 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 06:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 06:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 06:31:11,288 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 06:31:11,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 06:31:31,322 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 06:31:31,323 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-04-30 06:31:31,324 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:31:31,346 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-04-30 06:31:31,347 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:31:31,347 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 06:31:38,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 06:31:38,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 06:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 06:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 06:32:09,726 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:32:09,728 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:32:11,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 06:32:11,290 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 06:32:31,347 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 06:32:31,348 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-04-30 06:32:31,349 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:32:31,369 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-04-30 06:32:31,369 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:32:31,369 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 06:32:38,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 06:32:38,181 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 06:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 06:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 06:33:04,315 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-04-30 06:33:04,316 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-04-30 06:33:11,291 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 06:33:11,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 06:33:31,369 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 06:33:31,370 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-04-30 06:33:31,370 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:33:31,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 06:33:31,391 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 06:33:38,181 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 06:33:38,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 06:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 06:34:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 06:34:11,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 06:34:11,293 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 06:34:31,391 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 06:34:31,392 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-04-30 06:34:31,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:34:31,412 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-04-30 06:34:31,412 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:34:31,412 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 06:34:38,183 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 06:34:38,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 06:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-04-30 06:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-04-30 06:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3520) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3520) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 06:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 06:35:11,294 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 06:35:11,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 06:35:31,412 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 06:35:31,414 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-04-30 06:35:31,414 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:35:31,435 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-04-30 06:35:31,435 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:35:31,435 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 06:35:38,185 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 06:35:38,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 06:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 06:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 06:36:11,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 06:36:11,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 06:36:31,435 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 06:36:31,437 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-04-30 06:36:31,437 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:36:31,458 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-04-30 06:36:31,458 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:36:31,458 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 06:36:38,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 06:36:38,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 06:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 06:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 06:37:09,728 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:37:09,730 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:37:11,297 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 06:37:11,298 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 06:37:31,458 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 06:37:31,459 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-04-30 06:37:31,459 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:37:31,479 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-04-30 06:37:31,479 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:37:31,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 06:37:38,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 06:37:38,190 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 06:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 06:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 06:38:04,317 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 06:38:04,318 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 06:38:11,298 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 06:38:11,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 06:38:31,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 06:38:31,481 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-04-30 06:38:31,481 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:38:31,503 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-04-30 06:38:31,503 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:38:31,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 06:38:38,190 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 06:38:38,192 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 06:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 06:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 06:39:11,300 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 06:39:11,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 06:39:31,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 06:39:31,504 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-04-30 06:39:31,504 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:39:31,524 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-04-30 06:39:31,524 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:39:31,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 06:39:38,192 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 06:39:38,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 06:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-04-30 06:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-04-30 06:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3541) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3541) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 06:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 06:40:11,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 06:40:11,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 06:40:31,525 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 06:40:31,526 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-04-30 06:40:31,526 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:40:31,546 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-04-30 06:40:31,546 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:40:31,547 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 06:40:38,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 06:40:38,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 06:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 06:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 06:41:11,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 06:41:11,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 06:41:31,547 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 06:41:31,548 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-04-30 06:41:31,548 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:41:31,568 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-04-30 06:41:31,568 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:41:31,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 06:41:38,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 06:41:38,198 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 06:41:44,997 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSDeleteScheduler.execute()
2025-04-30 06:41:44,999 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSDeleteScheduler.execute()
2025-04-30 06:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 06:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 06:42:09,731 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:42:09,733 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:42:11,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 06:42:11,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 06:42:31,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 06:42:31,569 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-04-30 06:42:31,569 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:42:31,590 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-04-30 06:42:31,590 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:42:31,590 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 06:42:38,198 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 06:42:38,200 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 06:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 06:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 06:43:04,318 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 06:43:04,320 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 06:43:11,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 06:43:11,306 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 06:43:31,590 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 06:43:31,591 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-04-30 06:43:31,591 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:43:31,612 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-04-30 06:43:31,612 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:43:31,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 06:43:38,200 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 06:43:38,202 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 06:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 06:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 06:44:11,307 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 06:44:11,308 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 06:44:31,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 06:44:31,613 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-04-30 06:44:31,613 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:44:31,634 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-04-30 06:44:31,634 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:44:31,634 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 06:44:38,202 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 06:44:38,204 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 06:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 06:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 06:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3562) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:45:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3562) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 06:45:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 06:45:11,308 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 06:45:11,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 06:45:31,634 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 06:45:31,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 06:45:31,636 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:45:31,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-04-30 06:45:31,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:45:31,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 06:45:38,204 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 06:45:38,206 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 06:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 06:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 06:46:11,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 06:46:11,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 06:46:31,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 06:46:31,657 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-04-30 06:46:31,657 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:46:31,678 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-04-30 06:46:31,678 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:46:31,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 06:46:38,206 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 06:46:38,208 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 06:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 06:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 06:47:09,733 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:47:09,736 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:47:11,311 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 06:47:11,312 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 06:47:31,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 06:47:31,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-04-30 06:47:31,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:47:31,700 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-04-30 06:47:31,700 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:47:31,700 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 06:47:38,208 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 06:47:38,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 06:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 06:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 06:48:04,320 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 06:48:04,321 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 06:48:11,312 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 06:48:11,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 06:48:31,701 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 06:48:31,702 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-04-30 06:48:31,702 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:48:31,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-04-30 06:48:31,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:48:31,722 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 06:48:38,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 06:48:38,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 06:48:51,979 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414091306739&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,067 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414091413173&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,140 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414091426526&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,207 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414091515063&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,281 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414091703562&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,358 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414091918947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,431 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092104185&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,485 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092238434&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,543 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092243380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,600 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092248953&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,661 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092254712&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,716 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092301468&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,771 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092352162&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,830 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092513890&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,889 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092520385&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:52,946 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092525604&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:53,004 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092532349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:53,066 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092538689&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:53,123 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092614783&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:53,181 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092653752&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:53,261 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092731862&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:48:53,329 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342874&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250414091306369&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250414092743831&contentType=image/jpeg from null@162.240.235.97
2025-04-30 06:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 06:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 06:49:11,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 06:49:11,314 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 06:49:31,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 06:49:31,724 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-04-30 06:49:31,724 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:49:31,748 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-04-30 06:49:31,748 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:49:31,748 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 06:49:38,213 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 06:49:38,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 06:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-04-30 06:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-04-30 06:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3583) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3583) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 06:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 06:50:11,315 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 06:50:11,316 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 06:50:31,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 06:50:31,750 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 06:50:31,751 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-04-30 06:50:31,752 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:50:31,775 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-04-30 06:50:31,775 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:50:31,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 06:50:38,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 06:50:38,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 06:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 06:51:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 06:51:11,316 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 06:51:11,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 06:51:31,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 06:51:31,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 06:51:31,797 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-04-30 06:51:31,797 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:51:31,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 06:51:38,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 06:51:38,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 06:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 06:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 06:52:09,736 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:52:09,738 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:52:11,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 06:52:11,319 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 06:52:31,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 06:52:31,799 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-04-30 06:52:31,799 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:52:31,819 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-04-30 06:52:31,820 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:52:31,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 06:52:38,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 06:52:38,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 06:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 06:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 06:53:04,322 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 06:53:04,323 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 06:53:11,319 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 06:53:11,320 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 06:53:31,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 06:53:31,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-04-30 06:53:31,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:53:31,847 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-04-30 06:53:31,847 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:53:31,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 06:53:38,221 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 06:53:38,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 06:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 06:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 06:54:11,321 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 06:54:11,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 06:54:31,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 06:54:31,850 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-04-30 06:54:31,850 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:54:31,875 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-04-30 06:54:31,876 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:54:31,876 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 06:54:38,223 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 06:54:38,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 06:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-04-30 06:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-04-30 06:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3604) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3604) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 06:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 06:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 06:55:11,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 06:55:11,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 06:55:31,876 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 06:55:31,877 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-04-30 06:55:31,877 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 06:55:31,898 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 06:55:38,225 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 06:55:38,226 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 06:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 06:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 06:56:11,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 06:56:11,325 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 06:56:31,899 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 06:56:31,900 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-04-30 06:56:31,900 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:56:31,920 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-04-30 06:56:31,920 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:56:31,920 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 06:56:38,226 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 06:56:38,228 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 06:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 06:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 06:57:09,739 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:57:09,741 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 06:57:11,326 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 06:57:11,327 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 06:57:31,920 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 06:57:31,921 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-04-30 06:57:31,921 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:57:31,941 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-04-30 06:57:31,941 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:57:31,942 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 06:57:38,228 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 06:57:38,230 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 06:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 06:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 06:58:04,323 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-04-30 06:58:04,325 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-04-30 06:58:11,327 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 06:58:11,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 06:58:31,942 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 06:58:31,943 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-04-30 06:58:31,943 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:58:31,964 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-04-30 06:58:31,964 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:58:31,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 06:58:38,230 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 06:58:38,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 06:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 06:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 06:59:11,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 06:59:11,329 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 06:59:31,965 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 06:59:31,966 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-04-30 06:59:31,966 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 06:59:31,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 06:59:31,990 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 06:59:38,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 06:59:38,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 07:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 07:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 07:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3625) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3625) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:00:02,218 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104846992&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 07:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 07:00:11,330 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 07:00:11,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 07:00:31,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 07:00:31,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 07:00:32,017 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-04-30 07:00:32,017 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:00:32,017 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 07:00:38,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 07:00:38,236 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 07:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 07:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 07:01:11,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 07:01:11,333 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 07:01:32,017 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 07:01:32,018 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-04-30 07:01:32,019 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:01:32,040 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-04-30 07:01:32,040 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:01:32,041 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-04-30 07:01:32,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 07:01:38,236 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 07:01:38,238 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 07:01:54,182 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104846992&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 07:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 07:02:09,741 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:02:09,743 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:02:11,333 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 07:02:11,334 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 07:02:32,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 07:02:32,043 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-04-30 07:02:32,043 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:02:32,063 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-04-30 07:02:32,063 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:02:32,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 07:02:38,238 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 07:02:38,239 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 07:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 07:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 07:03:04,325 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-04-30 07:03:04,326 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-04-30 07:03:11,334 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 07:03:11,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 07:03:17,971 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105500353&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:03:32,064 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 07:03:32,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-04-30 07:03:32,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:03:32,087 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-04-30 07:03:32,087 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:03:32,087 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 07:03:35,680 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104635476&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:03:38,240 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 07:03:38,241 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 07:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 07:04:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 07:04:11,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 07:04:11,337 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 07:04:32,087 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 07:04:32,088 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-04-30 07:04:32,088 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:04:32,109 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-04-30 07:04:32,109 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:04:32,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 07:04:38,241 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 07:04:38,243 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 07:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-04-30 07:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-04-30 07:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3646) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:05:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3646) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 07:05:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 07:05:11,337 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 07:05:11,338 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 07:05:32,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 07:05:32,111 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-04-30 07:05:32,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:05:32,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 07:05:32,138 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 07:05:32,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 07:05:38,244 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 07:05:38,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 07:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 07:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 07:06:11,339 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 07:06:11,340 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 07:06:32,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 07:06:32,140 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-04-30 07:06:32,140 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:06:32,162 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-04-30 07:06:32,162 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:06:32,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 07:06:38,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 07:06:38,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 07:06:55,260 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52091,localport=11112]
2025-04-30 07:06:55,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) >> A-ASSOCIATE-RQ
2025-04-30 07:06:55,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << A-ASSOCIATE-AC
2025-04-30 07:06:55,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:06:57,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:06:57,777 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:06:57,779 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:06:57,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:06:57,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:06:58,746 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:06:58,750 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:06:58,752 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:06:58,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:06:58,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:06:59,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:06:59,440 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:06:59,442 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:06:59,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:06:59,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:00,342 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:00,345 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:00,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:00,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:01,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:01,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:01,902 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:01,904 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:01,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:02,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:02,993 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:02,997 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:02,999 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:02,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 07:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 07:07:04,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:04,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:04,546 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:04,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:04,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:04,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:05,236 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3655) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:05,239 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3655) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:05,242 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:05,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:09,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) >> A-RELEASE-RQ
2025-04-30 07:07:09,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3655) DCM4CHEE<-HS50US07(78) << A-RELEASE-RP
2025-04-30 07:07:09,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS50US07(78): close Socket[addr=187.91.28.24/187.91.28.24,port=52091,localport=11112]
2025-04-30 07:07:09,743 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:07:09,745 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:07:11,340 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 07:07:11,341 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 07:07:32,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 07:07:32,163 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-04-30 07:07:32,163 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:32,184 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-04-30 07:07:32,184 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:32,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 07:07:38,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 07:07:38,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 07:07:39,904 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52096,localport=11112]
2025-04-30 07:07:39,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) >> A-ASSOCIATE-RQ
2025-04-30 07:07:39,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << A-ASSOCIATE-AC
2025-04-30 07:07:40,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:41,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:41,979 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:41,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:41,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:42,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:42,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:42,500 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:42,502 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:42,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:42,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:43,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:43,025 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:43,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:43,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:43,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:43,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:43,536 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:43,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:43,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:43,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:44,030 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:44,033 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:44,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:44,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:44,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:44,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:44,547 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:44,549 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:44,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:44,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:45,042 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:45,045 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:45,047 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:45,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:45,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:45,546 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3659) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:07:45,549 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3659) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:07:45,551 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:07:45,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:07:45,809 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) >> A-RELEASE-RQ
2025-04-30 07:07:45,810 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3659) DCM4CHEE<-HS50US07(79) << A-RELEASE-RP
2025-04-30 07:07:45,860 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS50US07(79): close Socket[addr=187.91.28.24/187.91.28.24,port=52096,localport=11112]
2025-04-30 07:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 07:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 07:08:04,327 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 07:08:04,328 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 07:08:11,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 07:08:11,343 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 07:08:11,730 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49231,localport=11112]
2025-04-30 07:08:11,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80) >> A-ASSOCIATE-RQ
2025-04-30 07:08:11,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80) << A-ASSOCIATE-AC
2025-04-30 07:08:12,036 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165140449&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,113 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165223590&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429171608210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:12,182 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165317017&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,262 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165341142&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,322 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165428363&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,401 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165454589&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,458 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165530319&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,536 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165214858&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:12,605 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343253&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428165140023&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428165501766&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:08:16,303 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52098,localport=11112]
2025-04-30 07:08:16,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) >> A-ASSOCIATE-RQ
2025-04-30 07:08:16,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) << A-ASSOCIATE-AC
2025-04-30 07:08:16,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) 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.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:18,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:18,423 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3662) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:08:18,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81): 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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:18,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:18,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:18,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:18,950 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3662) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:08:18,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:18,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:19,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:19,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:19,457 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3662) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:08:19,459 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:19,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:19,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:19,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:19,963 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3662) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:08:19,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:19,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:20,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) >> A-RELEASE-RQ
2025-04-30 07:08:20,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3662) DCM4CHEE<-HS50US07(81) << A-RELEASE-RP
2025-04-30 07:08:20,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(81): close Socket[addr=187.91.28.24/187.91.28.24,port=52098,localport=11112]
2025-04-30 07:08:32,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 07:08:32,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-04-30 07:08:32,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:32,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 07:08:32,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:32,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 07:08:38,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 07:08:38,251 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 07:08:50,606 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52099,localport=11112]
2025-04-30 07:08:50,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) >> A-ASSOCIATE-RQ
2025-04-30 07:08:50,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << A-ASSOCIATE-AC
2025-04-30 07:08:50,684 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104645548&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:08:50,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:52,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:52,708 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:52,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:52,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:52,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:53,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:53,248 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:53,250 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:53,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:53,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:53,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:53,799 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:53,801 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:53,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:54,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:54,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:54,323 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:54,325 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:54,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:54,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:55,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:55,435 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Patient[pk=10423, id=PatientID[pk=10423, id=342424, issuer=DCM4CHEE.E7DBEA31.0BDF9407], name=JULIANA BRAGA DE SOUZA PIRES]
2025-04-30 07:08:55,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Study[pk=11850, uid=342424, id=38440]
2025-04-30 07:08:55,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Series[pk=12488, uid=1.2.410.200001.101.11.601.1501430850.2.20250429171607869, no=1, mod=US]
2025-04-30 07:08:55,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Instance[pk=136106, uid=1.2.410.200001.101.11.601.1501430850.3.20250429171608210, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:08:55,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Location[pk=136106, systemID=fs1, path=2025/04/30/59FB71E5/17F026C8/E59AE5BE, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-04-30 07:08:55,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Updated DB in 64 ms
2025-04-30 07:08:55,496 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) No duplicate record with equal Patient ID found Patient[pk=10423, id=PatientID[pk=10423, id=342424, issuer=DCM4CHEE.E7DBEA31.0BDF9407], name=JULIANA BRAGA DE SOUZA PIRES]
2025-04-30 07:08:55,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429171608210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:55,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429171638914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:58,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:58,276 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:58,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:58,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:58,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:58,814 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:58,817 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:58,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:58,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:59,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:59,316 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:59,319 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:59,321 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:59,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:59,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:08:59,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:08:59,847 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3664) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:08:59,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:08:59,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:00,057 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) >> A-RELEASE-RQ
2025-04-30 07:09:00,057 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3664) DCM4CHEE<-HS50US07(82) << A-RELEASE-RP
2025-04-30 07:09:00,107 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(82): close Socket[addr=187.91.28.24/187.91.28.24,port=52099,localport=11112]
2025-04-30 07:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 07:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 07:09:11,343 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 07:09:11,344 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 07:09:18,887 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStgCmtScheduler.execute()
2025-04-30 07:09:18,889 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStgCmtScheduler.execute()
2025-04-30 07:09:30,482 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52100,localport=11112]
2025-04-30 07:09:30,483 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) >> A-ASSOCIATE-RQ
2025-04-30 07:09:30,483 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << A-ASSOCIATE-AC
2025-04-30 07:09:30,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:32,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 07:09:32,208 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 07:09:32,209 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 07:09:32,210 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 07:09:32,231 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-04-30 07:09:32,232 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:32,232 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 07:09:32,492 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:32,495 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:32,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:32,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:32,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:32,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:32,998 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:33,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:33,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:33,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:33,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:33,502 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:33,504 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:33,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:33,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:34,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:34,023 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:34,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:34,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:34,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:36,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:36,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Instance[pk=136107, uid=1.2.410.200001.101.11.601.1501430850.3.20250429171638914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:09:36,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Location[pk=136107, systemID=fs1, path=2025/04/30/59FB71E5/17F026C8/E5C5468C, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-04-30 07:09:36,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Updated DB in 21 ms
2025-04-30 07:09:36,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429171638914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:37,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429171713996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:37,979 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:37,983 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:37,993 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:37,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:38,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:38,251 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 07:09:38,253 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 07:09:38,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:38,504 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:38,506 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:38,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:38,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:39,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:39,012 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:39,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:39,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:39,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:39,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3669) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:09:39,527 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3669) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:09:39,529 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:09:39,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:09:39,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) >> A-RELEASE-RQ
2025-04-30 07:09:39,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3669) DCM4CHEE<-HS50US07(83) << A-RELEASE-RP
2025-04-30 07:09:39,786 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(83): close Socket[addr=187.91.28.24/187.91.28.24,port=52100,localport=11112]
2025-04-30 07:09:49,795 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104723307&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:09:58,005 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104805436&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 07:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 07:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3670) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3670) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 07:10:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 07:10:10,195 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52101,localport=11112]
2025-04-30 07:10:10,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) >> A-ASSOCIATE-RQ
2025-04-30 07:10:10,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << A-ASSOCIATE-AC
2025-04-30 07:10:10,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:11,345 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 07:10:11,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 07:10:12,253 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:12,257 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:12,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:12,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:12,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:12,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:12,960 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:12,962 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:12,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:13,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:13,296 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:13,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Instance[pk=136108, uid=1.2.410.200001.101.11.601.1501430850.3.20250429171713996, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:10:13,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Create Location[pk=136108, systemID=fs1, path=2025/04/30/59FB71E5/17F026C8/E75BAB48, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-04-30 07:10:13,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80): Updated DB in 24 ms
2025-04-30 07:10:13,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429171713996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:13,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80) >> A-RELEASE-RQ
2025-04-30 07:10:13,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(80) << A-RELEASE-RP
2025-04-30 07:10:13,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS60MT(80): close Socket[addr=187.91.28.24/187.91.28.24,port=49231,localport=11112]
2025-04-30 07:10:13,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:13,589 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:13,591 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:13,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:13,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:13,932 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49232,localport=11112]
2025-04-30 07:10:13,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) >> A-ASSOCIATE-RQ
2025-04-30 07:10:13,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) << A-ASSOCIATE-AC
2025-04-30 07:10:14,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429075334737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:14,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:14,148 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:14,150 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:14,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:14,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:14,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:14,674 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:14,676 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:14,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:14,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:15,238 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:15,241 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:15,243 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:15,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:15,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:15,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:15,761 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:15,763 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:15,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:15,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:16,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:16,267 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3671) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:16,269 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:16,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:16,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) >> A-RELEASE-RQ
2025-04-30 07:10:16,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3671) DCM4CHEE<-HS50US07(84) << A-RELEASE-RP
2025-04-30 07:10:16,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS50US07(84): close Socket[addr=187.91.28.24/187.91.28.24,port=52101,localport=11112]
2025-04-30 07:10:32,232 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 07:10:32,253 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-04-30 07:10:32,253 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:32,255 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 07:10:32,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 07:10:38,253 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 07:10:38,255 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 07:10:46,929 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52102,localport=11112]
2025-04-30 07:10:46,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) >> A-ASSOCIATE-RQ
2025-04-30 07:10:46,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << A-ASSOCIATE-AC
2025-04-30 07:10:47,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:48,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:48,883 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:48,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:48,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:49,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:49,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:49,385 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:49,387 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:49,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:49,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:49,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:49,911 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:49,913 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:49,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:50,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:50,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:50,433 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:50,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:50,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:50,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:50,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:50,940 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:50,942 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:50,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:51,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:51,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:51,476 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:51,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:51,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:51,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:52,024 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:52,027 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:52,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:52,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:52,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:52,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:52,533 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3676) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:10:52,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:10:52,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:52,744 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) >> A-RELEASE-RQ
2025-04-30 07:10:52,744 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3676) DCM4CHEE<-HS50US07(86) << A-RELEASE-RP
2025-04-30 07:10:52,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS50US07(86): close Socket[addr=187.91.28.24/187.91.28.24,port=52102,localport=11112]
2025-04-30 07:10:53,746 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:10:53,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Found previous received Instance[pk=136092, uid=1.2.410.200001.101.11.601.1501430850.3.20250429075334737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:10:53,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Ignore received Instance[studyUID=1.2.410.200001.101.11.601.1501430850.1.20250429075159053,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429075334200,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429075334737] with equal digest
2025-04-30 07:10:53,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Updated DB in 4 ms
2025-04-30 07:10:53,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429075334737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:10:53,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429075547833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:03,019 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 07:11:03,029 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 07:11:11,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 07:11:11,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 07:11:12,981 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104910036&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:11:21,955 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104628232&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:11:23,501 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52105,localport=11112]
2025-04-30 07:11:23,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) >> A-ASSOCIATE-RQ
2025-04-30 07:11:23,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << A-ASSOCIATE-AC
2025-04-30 07:11:23,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:25,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:25,458 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:25,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:25,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:25,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:26,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:26,020 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:26,022 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:26,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:26,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:26,542 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:26,545 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:26,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:26,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:26,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:27,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:27,072 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:27,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:27,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:27,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:27,348 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeTaskScheduler.execute()
2025-04-30 07:11:27,371 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeTaskScheduler.execute()
2025-04-30 07:11:27,597 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:27,600 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:27,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:27,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:27,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:28,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:28,197 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:28,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:28,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:28,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:28,732 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:28,735 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:28,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:28,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:28,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:29,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3681) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:29,263 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3681) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:11:29,265 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:29,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:29,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) >> A-RELEASE-RQ
2025-04-30 07:11:29,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3681) DCM4CHEE<-HS50US07(87) << A-RELEASE-RP
2025-04-30 07:11:29,540 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS50US07(87): close Socket[addr=187.91.28.24/187.91.28.24,port=52105,localport=11112]
2025-04-30 07:11:31,000 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104700711&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:11:32,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 07:11:32,257 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 07:11:32,258 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-04-30 07:11:32,258 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:32,278 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-04-30 07:11:32,278 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:11:32,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 07:11:33,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:11:33,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Found previous received Instance[pk=136093, uid=1.2.410.200001.101.11.601.1501430850.3.20250429075547833, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:11:33,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Ignore received Instance[studyUID=1.2.410.200001.101.11.601.1501430850.1.20250429075159053,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429075334200,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429075547833] with equal digest
2025-04-30 07:11:33,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Updated DB in 3 ms
2025-04-30 07:11:33,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429075547833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:33,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429075610601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:11:38,255 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 07:11:38,257 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 07:11:59,918 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52106,localport=11112]
2025-04-30 07:11:59,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) >> A-ASSOCIATE-RQ
2025-04-30 07:11:59,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << A-ASSOCIATE-AC
2025-04-30 07:12:00,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:02,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:02,093 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:02,095 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:02,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:02,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:02,590 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:02,593 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:02,595 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:02,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:02,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 07:12:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 07:12:03,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:03,125 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:03,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:03,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:03,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:03,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:03,629 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:03,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:03,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:03,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:04,028 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:04,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Found previous received Instance[pk=136094, uid=1.2.410.200001.101.11.601.1501430850.3.20250429075610601, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:12:04,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Ignore received Instance[studyUID=1.2.410.200001.101.11.601.1501430850.1.20250429075159053,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429075334200,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429075610601] with equal digest
2025-04-30 07:12:04,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Updated DB in 3 ms
2025-04-30 07:12:04,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429075610601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:04,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:04,131 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:04,133 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:04,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:04,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429075630487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:04,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:04,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:04,635 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:04,637 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:04,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:04,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:05,144 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:05,147 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:05,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:05,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:05,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:05,647 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:05,650 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3682) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:05,652 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:05,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:05,863 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) >> A-RELEASE-RQ
2025-04-30 07:12:05,863 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3682) DCM4CHEE<-HS50US07(88) << A-RELEASE-RP
2025-04-30 07:12:05,914 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(88): close Socket[addr=187.91.28.24/187.91.28.24,port=52106,localport=11112]
2025-04-30 07:12:09,745 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:12:09,747 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:12:11,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 07:12:11,348 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 07:12:32,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 07:12:32,280 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,280 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,281 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,281 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,282 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,282 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,283 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,284 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-04-30 07:12:32,284 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:32,285 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,285 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,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-04-30 07:12:32,307 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:32,308 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 07:12:32,309 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 07:12:34,133 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:34,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Found previous received Instance[pk=136095, uid=1.2.410.200001.101.11.601.1501430850.3.20250429075630487, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:12:34,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Ignore received Instance[studyUID=1.2.410.200001.101.11.601.1501430850.1.20250429075159053,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429075334200,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429075630487] with equal digest
2025-04-30 07:12:34,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Updated DB in 3 ms
2025-04-30 07:12:34,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429075630487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:34,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429075641983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:36,336 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52107,localport=11112]
2025-04-30 07:12:36,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) >> A-ASSOCIATE-RQ
2025-04-30 07:12:36,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << A-ASSOCIATE-AC
2025-04-30 07:12:36,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:38,257 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 07:12:38,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 07:12:38,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:38,282 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:38,284 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:38,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:38,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:38,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:38,785 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:38,787 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:38,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:39,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:39,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:39,300 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:39,302 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:39,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:39,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:39,874 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:39,876 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:39,878 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:39,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:40,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:40,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:40,372 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:40,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:40,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:40,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:40,868 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:40,871 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:40,873 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:40,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:41,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:41,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:41,405 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:41,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:41,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:41,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:42,059 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3687) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:12:42,062 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3687) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:12:42,064 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:12:42,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:12:42,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) >> A-RELEASE-RQ
2025-04-30 07:12:42,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3687) DCM4CHEE<-HS50US07(89) << A-RELEASE-RP
2025-04-30 07:12:42,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(89): close Socket[addr=187.91.28.24/187.91.28.24,port=52107,localport=11112]
2025-04-30 07:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 07:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 07:13:04,329 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 07:13:04,330 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 07:13:11,349 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 07:13:11,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 07:13:11,384 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:11,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Found previous received Instance[pk=136096, uid=1.2.410.200001.101.11.601.1501430850.3.20250429075641983, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:13:11,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Ignore received Instance[studyUID=1.2.410.200001.101.11.601.1501430850.1.20250429075159053,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429075334200,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429075641983] with equal digest
2025-04-30 07:13:11,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Updated DB in 2 ms
2025-04-30 07:13:11,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429075641983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:11,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429075751522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:12,736 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52108,localport=11112]
2025-04-30 07:13:12,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) >> A-ASSOCIATE-RQ
2025-04-30 07:13:12,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << A-ASSOCIATE-AC
2025-04-30 07:13:12,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:14,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:14,748 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:14,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:14,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:14,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:15,261 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:15,264 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:15,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:15,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:15,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:15,771 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:15,774 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:15,776 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:15,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:15,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:16,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:16,280 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:16,282 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:16,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:16,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:16,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:16,791 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:16,793 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:16,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:17,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:17,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:17,326 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:17,328 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:17,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:17,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:17,830 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:17,833 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:17,835 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:17,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:18,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:18,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3690) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:18,382 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3690) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:13:18,384 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:18,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:18,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) >> A-RELEASE-RQ
2025-04-30 07:13:18,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3690) DCM4CHEE<-HS50US07(90) << A-RELEASE-RP
2025-04-30 07:13:18,650 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS50US07(90): close Socket[addr=187.91.28.24/187.91.28.24,port=52108,localport=11112]
2025-04-30 07:13:32,310 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 07:13:32,311 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-04-30 07:13:32,311 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:32,331 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-04-30 07:13:32,331 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:32,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 07:13:38,259 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 07:13:38,260 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 07:13:49,053 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52109,localport=11112]
2025-04-30 07:13:49,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) >> A-ASSOCIATE-RQ
2025-04-30 07:13:49,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << A-ASSOCIATE-AC
2025-04-30 07:13:49,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111024663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:51,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:51,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52245, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111024663, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:13:51,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111024663] with equal digest
2025-04-30 07:13:51,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 16 ms
2025-04-30 07:13:51,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111024663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:51,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111039666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:51,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:51,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Found previous received Instance[pk=136097, uid=1.2.410.200001.101.11.601.1501430850.3.20250429075751522, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:13:51,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Ignore received Instance[studyUID=1.2.410.200001.101.11.601.1501430850.1.20250429075159053,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429075334200,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429075751522] with equal digest
2025-04-30 07:13:51,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85): Updated DB in 3 ms
2025-04-30 07:13:51,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429075751522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:51,690 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:51,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52246, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111039666, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:13:51,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111039666] with equal digest
2025-04-30 07:13:51,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 3 ms
2025-04-30 07:13:51,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20241125111039666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:51,705 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) >> A-RELEASE-RQ
2025-04-30 07:13:51,705 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(85) << A-RELEASE-RP
2025-04-30 07:13:51,755 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS60MT(85): close Socket[addr=187.91.28.24/187.91.28.24,port=49232,localport=11112]
2025-04-30 07:13:51,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111049005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:52,113 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49233,localport=11112]
2025-04-30 07:13:52,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92) >> A-ASSOCIATE-RQ
2025-04-30 07:13:52,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92) << A-ASSOCIATE-AC
2025-04-30 07:13:52,203 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:52,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52247, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111049005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:13:52,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111049005] with equal digest
2025-04-30 07:13:52,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 3 ms
2025-04-30 07:13:52,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20241125111049005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:52,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) 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.20250429173751289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:52,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111123254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:52,791 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:52,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52248, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111123254, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:13:52,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111123254] with equal digest
2025-04-30 07:13:52,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 4 ms
2025-04-30 07:13:52,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20241125111123254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:53,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111200108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:53,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:53,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52249, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111200108, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:13:53,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111200108] with equal digest
2025-04-30 07:13:53,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 3 ms
2025-04-30 07:13:53,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20241125111200108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:53,392 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52056,localport=11112]
2025-04-30 07:13:53,392 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> A-ASSOCIATE-RQ
2025-04-30 07:13:53,393 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << A-ASSOCIATE-AC
2025-04-30 07:13:53,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111303700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:53,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:53,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:53,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52250, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111303700, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:13:53,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111303700] with equal digest
2025-04-30 07:13:53,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 3 ms
2025-04-30 07:13:53,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20241125111303700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:54,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111317068 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:54,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:54,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52251, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111317068, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 07:13:54,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111317068] with equal digest
2025-04-30 07:13:54,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 3 ms
2025-04-30 07:13:54,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 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.20241125111317068 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:54,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111342532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:54,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:54,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Found previous received Instance[pk=52252, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111342532, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 07:13:54,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111342532] with equal digest
2025-04-30 07:13:54,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91): Updated DB in 4 ms
2025-04-30 07:13:54,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 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.20241125111342532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:55,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111642286 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:55,517 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:55,520 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:13:55,522 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111642286 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:55,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:55,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111654022 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:55,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:55,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68485, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101004138, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:13:55,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101004138] with equal digest
2025-04-30 07:13:55,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 4 ms
2025-04-30 07:13:55,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:56,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:56,086 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:13:56,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111654022 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:56,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:56,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:56,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111752071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:56,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:56,600 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:13:56,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111752071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:56,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:56,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111813146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:57,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:57,112 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:13:57,114 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111813146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:57,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:57,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111851226 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:57,628 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:57,630 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:13:57,632 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111851226 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:57,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:57,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111933570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:58,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3692) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:58,191 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3692) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:13:58,193 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111933570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:13:58,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:58,415 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) >> A-RELEASE-RQ
2025-04-30 07:13:58,415 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3692) DCM4CHEE<-HS50US07(91) << A-RELEASE-RP
2025-04-30 07:13:58,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(91): close Socket[addr=187.91.28.24/187.91.28.24,port=52109,localport=11112]
2025-04-30 07:13:58,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:13:58,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68486, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101043301, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:13:58,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101043301] with equal digest
2025-04-30 07:13:58,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:13:58,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:13:58,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:02,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:02,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68487, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101134139, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:14:02,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101134139] with equal digest
2025-04-30 07:14:02,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:02,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:02,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 07:14:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 07:14:07,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:07,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68488, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101322358, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:14:07,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101322358] with equal digest
2025-04-30 07:14:07,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:07,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:07,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:11,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:11,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68489, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:14:11,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101453938] with equal digest
2025-04-30 07:14:11,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:11,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:11,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:11,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 07:14:11,351 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 07:14:13,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:13,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68490, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:14:13,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101608307] with equal digest
2025-04-30 07:14:13,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:13,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:14,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:17,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:17,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68507, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102029058, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 07:14:17,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102029058] with equal digest
2025-04-30 07:14:17,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 2 ms
2025-04-30 07:14:17,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:17,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:22,152 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:22,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68491, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102106517, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 07:14:22,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102106517] with equal digest
2025-04-30 07:14:22,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:22,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:22,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:27,508 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:27,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68508, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102233058, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 07:14:27,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102233058] with equal digest
2025-04-30 07:14:27,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:27,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:27,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:28,895 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52110,localport=11112]
2025-04-30 07:14:28,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) >> A-ASSOCIATE-RQ
2025-04-30 07:14:28,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << A-ASSOCIATE-AC
2025-04-30 07:14:29,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:30,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:30,889 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:30,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:30,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:31,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:31,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:31,447 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:31,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:31,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:31,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:31,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:31,998 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:32,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:32,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:32,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:32,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 07:14:32,333 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-04-30 07:14:32,333 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:32,357 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-04-30 07:14:32,357 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:32,357 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 07:14:32,536 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:32,539 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:32,541 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:32,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:32,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:33,106 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:33,108 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:33,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:33,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68509, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102304613, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 07:14:33,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102304613] with equal digest
2025-04-30 07:14:33,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:33,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:33,273 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Patient[pk=10424, id=PatientID[pk=10424, id=231164, issuer=DCM4CHEE.577680B0.0DDAE5B0], name=VIVIANE ANTUNES PEREIRA]
2025-04-30 07:14:33,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Study[pk=11851, uid=231164, id=38451]
2025-04-30 07:14:33,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Series[pk=12489, uid=1.2.410.200001.101.11.601.1501430850.2.20250429173750860, no=1, mod=US]
2025-04-30 07:14:33,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Instance[pk=136109, uid=1.2.410.200001.101.11.601.1501430850.3.20250429173751289, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:14:33,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Location[pk=136109, systemID=fs1, path=2025/04/30/5838029F/83B4BCCC/515F7CAD, tsuid=1.2.840.10008.1.2, size=3915724, status=OK, objectType=DICOM_FILE]
2025-04-30 07:14:33,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Updated DB in 40 ms
2025-04-30 07:14:33,310 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) No duplicate record with equal Patient ID found Patient[pk=10424, id=PatientID[pk=10424, id=231164, issuer=DCM4CHEE.577680B0.0DDAE5B0], name=VIVIANE ANTUNES PEREIRA]
2025-04-30 07:14:33,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) 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.20250429173751289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) 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.20250429173828190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,677 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:33,680 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:33,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:33,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:33,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:34,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:34,248 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:34,250 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:34,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:34,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:34,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:34,790 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:34,792 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:34,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:35,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) >> A-RELEASE-RQ
2025-04-30 07:14:35,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(94) << A-RELEASE-RP
2025-04-30 07:14:35,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS50US07(94): close Socket[addr=187.91.28.24/187.91.28.24,port=52110,localport=11112]
2025-04-30 07:14:35,447 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52111,localport=11112]
2025-04-30 07:14:35,450 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> A-ASSOCIATE-RQ
2025-04-30 07:14:35,450 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << A-ASSOCIATE-AC
2025-04-30 07:14:35,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:37,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:37,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68492, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102352517, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 07:14:37,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102352517] with equal digest
2025-04-30 07:14:37,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:37,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:37,560 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:37,563 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:37,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:37,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:37,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:37,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:38,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:38,090 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:38,092 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:38,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:38,260 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 07:14:38,262 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 07:14:38,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:38,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:38,624 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:38,626 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:38,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:38,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:39,137 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:39,140 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:39,142 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:39,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:39,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:39,699 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:39,702 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:39,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:39,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:39,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:40,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:40,217 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:40,219 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:40,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:40,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:40,731 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:40,734 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:40,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:40,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:40,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:40,997 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:40,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68493, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102531554, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 07:14:40,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102531554] with equal digest
2025-04-30 07:14:41,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:41,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:41,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:41,244 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3698) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:41,247 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3698) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:14:41,249 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:14:41,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:41,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) >> A-RELEASE-RQ
2025-04-30 07:14:41,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3698) DCM4CHEE<-HS50US07(95) << A-RELEASE-RP
2025-04-30 07:14:41,576 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS50US07(95): close Socket[addr=187.91.28.24/187.91.28.24,port=52111,localport=11112]
2025-04-30 07:14:44,975 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:44,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68494, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102646485, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 07:14:44,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102646485] with equal digest
2025-04-30 07:14:44,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:44,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:45,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:49,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:49,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68510, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102719626, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 07:14:49,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102719626] with equal digest
2025-04-30 07:14:49,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 4 ms
2025-04-30 07:14:49,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:49,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:52,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:52,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68495, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102819757, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 07:14:52,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102819757] with equal digest
2025-04-30 07:14:52,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:52,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:52,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:55,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:55,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68511, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103840389, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 07:14:55,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103840389] with equal digest
2025-04-30 07:14:55,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:55,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:56,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:59,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:14:59,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68512, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103902565, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 07:14:59,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103902565] with equal digest
2025-04-30 07:14:59,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:14:59,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:14:59,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 07:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 07:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3699) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:15:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3699) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 07:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 07:15:03,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:03,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68513, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104041179, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 07:15:03,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104041179] with equal digest
2025-04-30 07:15:03,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:03,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:03,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:06,481 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:06,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68514, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104134011, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 07:15:06,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104134011] with equal digest
2025-04-30 07:15:06,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:06,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:06,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:09,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:09,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68515, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104213108, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 07:15:09,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104213108] with equal digest
2025-04-30 07:15:09,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:09,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:09,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:11,351 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 07:15:11,353 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 07:15:12,003 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52112,localport=11112]
2025-04-30 07:15:12,003 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> A-ASSOCIATE-RQ
2025-04-30 07:15:12,003 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << A-ASSOCIATE-AC
2025-04-30 07:15:12,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:13,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:13,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68516, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104235069, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 07:15:13,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104235069] with equal digest
2025-04-30 07:15:13,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:13,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:13,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:14,240 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:14,243 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:14,245 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:14,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:14,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:14,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:14,802 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:14,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:14,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:15,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:15,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:15,334 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:15,336 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:15,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:15,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:15,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:15,848 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:15,850 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:15,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:16,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:16,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:16,358 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:16,360 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:16,361 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:16,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:16,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:16,859 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:16,861 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:16,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:17,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:17,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:17,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68517, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104333162, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 07:15:17,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104333162] with equal digest
2025-04-30 07:15:17,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:17,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:17,383 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:17,387 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:17,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:17,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:17,467 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:17,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:17,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3703) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:17,893 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3703) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:15:17,895 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:17,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:18,118 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) >> A-RELEASE-RQ
2025-04-30 07:15:18,118 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) DCM4CHEE<-HS50US07(96) << A-RELEASE-RP
2025-04-30 07:15:18,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS50US07(96): close Socket[addr=187.91.28.24/187.91.28.24,port=52112,localport=11112]
2025-04-30 07:15:20,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:20,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Instance[pk=136110, uid=1.2.410.200001.101.11.601.1501430850.3.20250429173828190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:15:20,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Location[pk=136110, systemID=fs1, path=2025/04/30/5838029F/83B4BCCC/52ED39B7, tsuid=1.2.840.10008.1.2, size=3915724, status=OK, objectType=DICOM_FILE]
2025-04-30 07:15:20,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Updated DB in 29 ms
2025-04-30 07:15:20,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429173828190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:20,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) 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.20250429173958761 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:21,227 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:21,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68518, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104445528, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 07:15:21,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104445528] with equal digest
2025-04-30 07:15:21,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 4 ms
2025-04-30 07:15:21,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:21,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:24,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:24,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68519, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104635455, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 07:15:24,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104635455] with equal digest
2025-04-30 07:15:24,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:24,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:24,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:28,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:28,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68520, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104729571, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 07:15:28,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104729571] with equal digest
2025-04-30 07:15:28,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:28,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:28,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:32,356 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:32,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 07:15:32,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68521, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104732550, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 07:15:32,359 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-04-30 07:15:32,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104732550] with equal digest
2025-04-30 07:15:32,359 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:32,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 2 ms
2025-04-30 07:15:32,361 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:32,381 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-04-30 07:15:32,381 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:32,382 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 07:15:32,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 07:15:32,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:35,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:35,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68522, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104938652, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 07:15:35,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104938652] with equal digest
2025-04-30 07:15:35,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:35,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:35,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:38,262 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 07:15:38,264 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 07:15:40,103 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:40,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68523, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105130641, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 07:15:40,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105130641] with equal digest
2025-04-30 07:15:40,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:40,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:40,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:43,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:43,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Found previous received Instance[pk=68524, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105233867, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 07:15:43,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105233867] with equal digest
2025-04-30 07:15:43,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): Updated DB in 3 ms
2025-04-30 07:15:43,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:43,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:48,607 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52113,localport=11112]
2025-04-30 07:15:48,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) >> A-ASSOCIATE-RQ
2025-04-30 07:15:48,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) << A-ASSOCIATE-AC
2025-04-30 07:15:48,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:50,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3704) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:50,587 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3704) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:15:50,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97): 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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:50,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:50,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:51,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3704) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:51,094 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3704) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:15:51,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97): 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:51,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:51,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:51,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3704) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:51,613 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3704) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:15:51,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97): 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:51,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:51,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:52,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3704) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:15:52,115 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3704) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:15:52,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97): 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:15:52,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:15:52,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) >> A-RELEASE-RQ
2025-04-30 07:15:52,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3704) DCM4CHEE<-HS50US07(97) << A-RELEASE-RP
2025-04-30 07:15:52,384 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(97): close Socket[addr=187.91.28.24/187.91.28.24,port=52113,localport=11112]
2025-04-30 07:16:01,934 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:01,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Instance[pk=136111, uid=1.2.410.200001.101.11.601.1501430850.3.20250429173958761, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:16:01,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Location[pk=136111, systemID=fs1, path=2025/04/30/5838029F/83B4BCCC/54CC6F03, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-04-30 07:16:01,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Updated DB in 22 ms
2025-04-30 07:16:01,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429173958761 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:02,169 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) 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.20250429174035434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 07:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 07:16:08,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:08,078 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:16:08,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): 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.301.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:08,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:08,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:11,353 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 07:16:11,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 07:16:22,779 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52114,localport=11112]
2025-04-30 07:16:22,780 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> A-ASSOCIATE-RQ
2025-04-30 07:16:22,780 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << A-ASSOCIATE-AC
2025-04-30 07:16:22,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:24,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:24,773 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:24,775 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:24,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:24,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:25,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:25,277 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:25,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:25,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:25,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:25,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:25,799 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:25,800 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:25,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:26,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:26,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:26,305 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:26,307 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:26,307 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:26,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:26,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:26,811 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:26,812 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:26,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:27,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:27,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:27,334 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:27,336 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:27,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:27,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:27,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:27,842 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:27,844 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:27,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:28,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:28,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:28,354 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3709) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:16:28,356 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:28,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:28,567 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) >> A-RELEASE-RQ
2025-04-30 07:16:28,567 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3709) DCM4CHEE<-HS50US07(98) << A-RELEASE-RP
2025-04-30 07:16:28,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(98): close Socket[addr=187.91.28.24/187.91.28.24,port=52114,localport=11112]
2025-04-30 07:16:32,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 07:16:32,384 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 07:16:32,386 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-04-30 07:16:32,386 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:32,407 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-04-30 07:16:32,408 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:32,408 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 07:16:32,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:32,583 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:16:32,594 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:32,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:32,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:35,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:35,383 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:16:35,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:35,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:35,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:37,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:37,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Instance[pk=136112, uid=1.2.410.200001.101.11.601.1501430850.3.20250429174035434, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:16:37,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Create Location[pk=136112, systemID=fs1, path=2025/04/30/5838029F/83B4BCCC/7A3974F1, tsuid=1.2.840.10008.1.2, size=3915724, status=OK, objectType=DICOM_FILE]
2025-04-30 07:16:37,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92): Updated DB in 12 ms
2025-04-30 07:16:37,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429174035434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:37,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92) >> A-RELEASE-RQ
2025-04-30 07:16:37,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(92) << A-RELEASE-RP
2025-04-30 07:16:38,040 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS60MT(92): close Socket[addr=187.91.28.24/187.91.28.24,port=49233,localport=11112]
2025-04-30 07:16:38,264 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 07:16:38,266 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 07:16:38,384 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49234,localport=11112]
2025-04-30 07:16:38,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) >> A-ASSOCIATE-RQ
2025-04-30 07:16:38,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) << A-ASSOCIATE-AC
2025-04-30 07:16:38,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110330855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:39,964 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3693) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:16:39,966 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3693) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:16:39,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93): processing 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:16:39,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << 33:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:16:40,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) >> A-RELEASE-RQ
2025-04-30 07:16:40,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3693) DCM4CHEE<-HS30(93) << A-RELEASE-RP
2025-04-30 07:16:40,222 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(93): close Socket[addr=187.91.28.24/187.91.28.24,port=52056,localport=11112]
2025-04-30 07:16:59,016 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52115,localport=11112]
2025-04-30 07:16:59,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) >> A-ASSOCIATE-RQ
2025-04-30 07:16:59,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << A-ASSOCIATE-AC
2025-04-30 07:16:59,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:00,912 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212110024705&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:17:00,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:00,996 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:00,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:00,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:01,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:01,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:01,505 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:01,507 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:01,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:01,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:02,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:02,021 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:02,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:02,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:02,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:02,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:02,564 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:02,566 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:02,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:02,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 07:17:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 07:17:06,282 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104812462&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:17:06,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:06,617 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:06,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:06,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:06,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:07,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:07,137 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:07,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:07,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:07,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:07,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:07,677 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:07,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:07,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:07,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:08,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:08,182 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:17:08,184 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:08,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:08,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) >> A-RELEASE-RQ
2025-04-30 07:17:08,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(100) << A-RELEASE-RP
2025-04-30 07:17:08,446 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS50US07(100): close Socket[addr=187.91.28.24/187.91.28.24,port=52115,localport=11112]
2025-04-30 07:17:09,748 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:17:09,750 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:17:10,579 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52062,localport=11112]
2025-04-30 07:17:10,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) >> A-ASSOCIATE-RQ
2025-04-30 07:17:10,580 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << A-ASSOCIATE-AC
2025-04-30 07:17:10,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) 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.1144174170.3.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:11,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 07:17:11,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 07:17:12,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:12,799 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:12,801 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:12,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:13,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) 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.1144174170.3.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:18,626 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212104820468&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:17:21,685 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:21,688 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:21,690 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:21,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:21,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) 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.1144174170.3.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:23,100 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105440577&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:17:25,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:25,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Found previous received Instance[pk=135472, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110330855, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:17:25,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110330855] with equal digest
2025-04-30 07:17:25,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Updated DB in 5 ms
2025-04-30 07:17:25,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110330855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:25,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110421872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:25,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:25,971 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:25,973 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:25,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:26,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) 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.1144174170.3.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:28,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:28,717 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:28,719 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:28,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:28,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) 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.1144174170.3.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:32,408 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 07:17:32,409 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 07:17:32,411 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 07:17:32,411 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 07:17:32,615 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:32,618 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:32,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:32,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:32,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) 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.1144174170.3.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:36,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:36,515 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:36,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:36,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:36,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) 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.1144174170.3.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:38,266 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 07:17:38,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 07:17:38,864 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52116,localport=11112]
2025-04-30 07:17:38,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) >> A-ASSOCIATE-RQ
2025-04-30 07:17:38,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << A-ASSOCIATE-AC
2025-04-30 07:17:39,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:40,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:40,025 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:40,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:40,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:40,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:41,029 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:41,032 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:41,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:41,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:41,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:41,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:41,701 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:41,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:41,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:41,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:42,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:42,325 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:42,327 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:42,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:42,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:43,262 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:43,265 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:43,267 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:43,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:43,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:43,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:43,654 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:43,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:43,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:43,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) >> 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.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:43,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:43,971 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:43,973 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:43,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:44,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:44,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:44,672 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:44,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:44,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:44,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:45,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:45,366 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:45,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:45,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:45,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:46,041 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3715) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:46,044 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3715) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:17:46,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:46,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:46,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) >> A-RELEASE-RQ
2025-04-30 07:17:46,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3715) DCM4CHEE<-HS50US07(102) << A-RELEASE-RP
2025-04-30 07:17:46,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS50US07(102): close Socket[addr=187.91.28.24/187.91.28.24,port=52116,localport=11112]
2025-04-30 07:17:48,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:48,108 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:48,110 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:48,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:48,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) >> 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.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:51,039 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:51,042 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:51,044 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:51,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:51,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) >> 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.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:54,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:17:54,173 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:17:54,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:17:54,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:17:54,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) >> 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.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 07:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 07:18:04,330 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 07:18:04,392 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 1 studies
2025-04-30 07:18:04,392 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 07:18:11,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 07:18:11,357 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 07:18:12,881 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:12,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Found previous received Instance[pk=135473, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110421872, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:18:12,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110421872] with equal digest
2025-04-30 07:18:12,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Updated DB in 4 ms
2025-04-30 07:18:12,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110421872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:13,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110534813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:14,076 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105451812&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:18:15,976 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:15,979 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:18:15,989 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:15,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:16,187 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) >> A-RELEASE-RQ
2025-04-30 07:18:16,187 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS30(101) << A-RELEASE-RP
2025-04-30 07:18:16,237 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(101): close Socket[addr=187.91.28.24/187.91.28.24,port=52062,localport=11112]
2025-04-30 07:18:16,730 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52117,localport=11112]
2025-04-30 07:18:16,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) >> A-ASSOCIATE-RQ
2025-04-30 07:18:16,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << A-ASSOCIATE-AC
2025-04-30 07:18:16,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:18,753 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:18,755 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:18,757 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:18,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:18,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:19,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:19,308 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:19,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:19,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:19,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:19,852 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:19,854 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:19,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:19,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:20,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:20,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:20,393 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:20,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:20,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:20,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:20,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:20,934 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:20,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:20,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:21,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:21,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:21,485 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:21,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:21,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:21,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:22,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:22,071 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:22,073 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:22,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:22,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:22,620 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3710) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:22,623 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3710) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:18:22,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:22,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:22,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) >> A-RELEASE-RQ
2025-04-30 07:18:22,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3710) DCM4CHEE<-HS50US07(103) << A-RELEASE-RP
2025-04-30 07:18:22,910 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS50US07(103): close Socket[addr=187.91.28.24/187.91.28.24,port=52117,localport=11112]
2025-04-30 07:18:25,181 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105526276&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:18:32,102 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52055,localport=11112]
2025-04-30 07:18:32,119 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> A-ASSOCIATE-RQ
2025-04-30 07:18:32,119 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << A-ASSOCIATE-AC
2025-04-30 07:18:32,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084336136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:32,411 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 07:18:32,413 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 07:18:32,413 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 07:18:32,415 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-04-30 07:18:32,415 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:32,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 07:18:38,268 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 07:18:38,269 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 07:18:39,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:39,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Found previous received Instance[pk=132737, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084336136, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:18:39,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084336136] with equal digest
2025-04-30 07:18:39,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Updated DB in 11 ms
2025-04-30 07:18:39,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084336136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:40,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084419542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:46,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:46,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Found previous received Instance[pk=132738, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084419542, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:18:46,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084419542] with equal digest
2025-04-30 07:18:46,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Updated DB in 3 ms
2025-04-30 07:18:46,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084419542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:46,619 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52067,localport=11112]
2025-04-30 07:18:46,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) >> A-ASSOCIATE-RQ
2025-04-30 07:18:46,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << A-ASSOCIATE-AC
2025-04-30 07:18:46,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) 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.1144174170.3.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:48,939 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:48,942 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:18:48,944 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:48,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:49,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) 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.1144174170.3.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:50,375 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:50,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Found previous received Instance[pk=135474, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110534813, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:18:50,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110534813] with equal digest
2025-04-30 07:18:50,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Updated DB in 3 ms
2025-04-30 07:18:50,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110534813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:50,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110620429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:53,314 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52118,localport=11112]
2025-04-30 07:18:53,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) >> A-ASSOCIATE-RQ
2025-04-30 07:18:53,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) << A-ASSOCIATE-AC
2025-04-30 07:18:53,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:53,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084505649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:55,411 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:55,415 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3722) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:18:55,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106): 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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:55,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:55,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:55,628 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:55,631 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:18:55,633 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:55,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:55,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) 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.1144174170.3.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:56,036 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:56,039 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3722) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:18:56,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106): 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:56,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:56,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:56,649 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:56,652 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3722) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:18:56,654 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106): 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:56,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:56,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:57,203 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:57,206 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3722) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:18:57,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106): 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:18:57,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:57,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) >> A-RELEASE-RQ
2025-04-30 07:18:57,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3722) DCM4CHEE<-HS50US07(106) << A-RELEASE-RP
2025-04-30 07:18:57,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(106): close Socket[addr=187.91.28.24/187.91.28.24,port=52118,localport=11112]
2025-04-30 07:18:57,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:18:57,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Found previous received Instance[pk=132739, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084505649, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:18:57,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084505649] with equal digest
2025-04-30 07:18:57,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Updated DB in 4 ms
2025-04-30 07:18:57,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084505649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:18:58,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084610261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:02,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:02,195 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:02,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:02,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:02,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) 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.1144174170.3.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 07:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 07:19:03,560 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:03,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Found previous received Instance[pk=132834, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084610261, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:19:03,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084610261] with equal digest
2025-04-30 07:19:03,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Updated DB in 3 ms
2025-04-30 07:19:03,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084610261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:03,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084631381 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:04,396 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:04,399 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:04,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:04,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:04,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) 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.1144174170.3.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:06,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:06,598 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:06,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:06,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:06,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) 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.1144174170.3.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:09,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:09,195 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:09,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:09,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:09,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) 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.1144174170.3.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:09,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:09,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Found previous received Instance[pk=132740, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084631381, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:19:09,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084631381] with equal digest
2025-04-30 07:19:09,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Updated DB in 3 ms
2025-04-30 07:19:09,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084631381 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:10,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084714969 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:11,357 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 07:19:11,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 07:19:12,392 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:12,395 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:12,397 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:12,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:12,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:15,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:15,198 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:15,200 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:15,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:15,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) >> 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.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:17,299 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:17,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Found previous received Instance[pk=132835, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084714969, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 07:19:17,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084714969] with equal digest
2025-04-30 07:19:17,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): Updated DB in 3 ms
2025-04-30 07:19:17,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424084714969 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:17,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) 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.20250424085204425 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:17,996 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:17,999 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:18,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:18,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:18,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) >> 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.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:20,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3721) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:20,403 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3721) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:19:20,405 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:20,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:20,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) >> A-RELEASE-RQ
2025-04-30 07:19:20,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3721) DCM4CHEE<-HS30(105) << A-RELEASE-RP
2025-04-30 07:19:20,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(105): close Socket[addr=187.91.28.24/187.91.28.24,port=52067,localport=11112]
2025-04-30 07:19:21,086 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:21,089 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:19:21,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.1123109166.3.20250424085204425 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:21,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:21,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424085206778 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:25,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:25,322 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:19:25,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424085206778 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:25,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:25,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424085230210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:27,872 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52119,localport=11112]
2025-04-30 07:19:27,873 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> A-ASSOCIATE-RQ
2025-04-30 07:19:27,873 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << A-ASSOCIATE-AC
2025-04-30 07:19:28,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:28,542 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:28,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Found previous received Instance[pk=135475, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110620429, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:19:28,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110620429] with equal digest
2025-04-30 07:19:28,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Updated DB in 4 ms
2025-04-30 07:19:28,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110620429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:28,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110711257 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:29,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:29,896 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:29,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:29,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:30,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:30,415 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:30,418 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:30,420 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:30,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:30,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:30,933 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:30,936 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:30,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:30,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:31,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:31,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:31,478 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:31,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:31,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:31,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:31,987 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:31,990 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:31,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:31,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:32,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:32,095 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:19:32,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424085230210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:32,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:32,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:32,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424085400640 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:32,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 07:19:32,417 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 07:19:32,418 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 07:19:32,419 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-04-30 07:19:32,419 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:32,445 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-04-30 07:19:32,445 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:32,446 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 07:19:32,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 07:19:32,493 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:32,495 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:32,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:32,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:32,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:33,058 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:33,062 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:33,064 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:33,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:33,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:33,565 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:33,568 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:33,570 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:33,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:33,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> 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.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:34,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:34,137 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3727) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:19:34,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107): 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.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:34,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:34,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) >> A-RELEASE-RQ
2025-04-30 07:19:34,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3727) DCM4CHEE<-HS50US07(107) << A-RELEASE-RP
2025-04-30 07:19:34,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(107): close Socket[addr=187.91.28.24/187.91.28.24,port=52119,localport=11112]
2025-04-30 07:19:38,269 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 07:19:38,271 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 07:19:38,714 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105555865&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:19:38,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:38,749 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:19:38,751 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424085400640 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:38,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:38,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424085425547 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:43,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:43,830 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:19:43,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424085425547 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:43,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:44,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424085546347 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:50,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:50,248 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:19:50,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424085546347 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:50,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:50,294 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105846488&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:19:50,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424085731467 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:51,026 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52068,localport=11112]
2025-04-30 07:19:51,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> A-ASSOCIATE-RQ
2025-04-30 07:19:51,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << A-ASSOCIATE-AC
2025-04-30 07:19:51,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:53,409 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:53,412 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:19:53,415 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:53,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:53,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:55,795 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105918866&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:19:55,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:55,965 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:19:55,967 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:55,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:56,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:56,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:56,655 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:19:56,657 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424085731467 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:56,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:56,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424085820688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:19:59,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:19:59,841 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:19:59,843 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:19:59,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:00,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:00,314 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212110055986&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 07:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 07:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3729) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3729) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:20:02,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:02,862 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:02,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.1123109166.3.20250424085820688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:02,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 07:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 07:20:03,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424085949546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:03,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:03,333 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:03,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:03,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:03,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:04,394 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212110143626&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:20:04,811 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52120,localport=11112]
2025-04-30 07:20:04,823 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) >> A-ASSOCIATE-RQ
2025-04-30 07:20:04,823 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << A-ASSOCIATE-AC
2025-04-30 07:20:05,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:06,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:06,434 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:06,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:06,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:06,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:07,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3729) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:07,029 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3729) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:07,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:07,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:07,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:07,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3729) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:07,725 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3729) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:07,727 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:07,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:07,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:08,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3729) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:08,326 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3729) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:08,328 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:08,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:08,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:08,868 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3729) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:08,871 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3729) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:08,873 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:08,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:09,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:09,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3729) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:09,452 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3729) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:09,454 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:09,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:09,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:09,485 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:09,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424085949546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:09,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:09,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:09,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090009834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:09,915 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212110203599&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:20:09,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3729) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:09,973 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3729) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:09,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:09,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:10,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:10,115 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:10,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:10,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:10,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) >> A-RELEASE-RQ
2025-04-30 07:20:10,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3729) DCM4CHEE<-HS50US07(109) << A-RELEASE-RP
2025-04-30 07:20:10,237 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(109): close Socket[addr=187.91.28.24/187.91.28.24,port=52120,localport=11112]
2025-04-30 07:20:10,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:11,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 07:20:11,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 07:20:13,454 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105358262&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:20:13,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:13,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Found previous received Instance[pk=135476, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110711257, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:20:13,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110711257] with equal digest
2025-04-30 07:20:13,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99): Updated DB in 4 ms
2025-04-30 07:20:13,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426110711257 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:13,688 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) >> A-RELEASE-RQ
2025-04-30 07:20:13,688 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(99) << A-RELEASE-RP
2025-04-30 07:20:13,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS60MT(99): close Socket[addr=187.91.28.24/187.91.28.24,port=49234,localport=11112]
2025-04-30 07:20:14,113 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49235,localport=11112]
2025-04-30 07:20:14,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> A-ASSOCIATE-RQ
2025-04-30 07:20:14,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << A-ASSOCIATE-AC
2025-04-30 07:20:14,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085128157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:14,373 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:14,376 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:14,378 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:14,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:14,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:16,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:16,257 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:16,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090009834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:16,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:16,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090156217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:19,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:19,023 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:19,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:19,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:19,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:21,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:21,906 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:21,908 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090156217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:21,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:22,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090217986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:22,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:22,701 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:22,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:22,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:22,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:23,615 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212105715918&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:20:25,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:25,605 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:25,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:25,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:25,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:27,555 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:27,557 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:27,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090217986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:27,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:27,579 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212110105782&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:20:27,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090315502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:28,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:28,896 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:28,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:28,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:29,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:31,975 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340504&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250212104627918&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250212110135020&contentType=image/jpeg from null@177.79.30.50
2025-04-30 07:20:32,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 07:20:32,448 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 07:20:32,450 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-04-30 07:20:32,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:32,451 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 07:20:32,473 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-04-30 07:20:32,473 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:32,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 07:20:32,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:32,767 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:32,769 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:32,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:32,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:33,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:33,384 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:33,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090315502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:33,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:33,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090448465 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:36,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:36,250 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:36,252 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:36,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:36,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:38,271 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 07:20:38,273 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 07:20:39,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:39,351 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:20:39,353 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:39,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:39,561 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) >> A-RELEASE-RQ
2025-04-30 07:20:39,561 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS30(108) << A-RELEASE-RP
2025-04-30 07:20:39,596 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:39,598 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:39,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090448465 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:39,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:39,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(108): close Socket[addr=187.91.28.24/187.91.28.24,port=52068,localport=11112]
2025-04-30 07:20:39,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090544989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:40,628 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52121,localport=11112]
2025-04-30 07:20:40,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) >> A-ASSOCIATE-RQ
2025-04-30 07:20:40,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << A-ASSOCIATE-AC
2025-04-30 07:20:40,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:42,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:42,757 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:42,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:42,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:42,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:43,441 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:43,444 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:43,446 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:43,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:43,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:44,050 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:44,053 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:44,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:44,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:44,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:44,589 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:44,592 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:44,594 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:44,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:44,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:45,162 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:45,165 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:45,167 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:45,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:45,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:45,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3728) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:45,702 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3728) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:20:45,704 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:45,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:45,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) >> A-RELEASE-RQ
2025-04-30 07:20:45,908 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3728) DCM4CHEE<-HS50US07(111) << A-RELEASE-RP
2025-04-30 07:20:45,958 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS50US07(111): close Socket[addr=187.91.28.24/187.91.28.24,port=52121,localport=11112]
2025-04-30 07:20:46,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:46,180 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:46,182 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090544989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:46,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:46,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090754490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:53,139 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:53,140 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:53,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090754490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:53,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:53,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424090921701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:57,108 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:20:57,110 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:20:57,112 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424090921701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:20:57,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:20:57,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424091115901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:01,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:01,456 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:01,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091115901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:01,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:01,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424091201222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:01,708 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:01,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135487, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085128157, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:21:01,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085128157] with equal digest
2025-04-30 07:21:01,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:21:01,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085128157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:01,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085215824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 07:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 07:21:07,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:07,520 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:07,522 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091201222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:07,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:07,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424091219136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:09,976 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52069,localport=11112]
2025-04-30 07:21:09,978 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) >> A-ASSOCIATE-RQ
2025-04-30 07:21:09,979 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << A-ASSOCIATE-AC
2025-04-30 07:21:10,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:11,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 07:21:11,361 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 07:21:12,580 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:12,584 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:12,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:12,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:12,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:14,283 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:14,285 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:14,287 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091219136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:14,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:14,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424091302727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:15,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:15,126 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:15,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:15,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:15,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:16,331 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52122,localport=11112]
2025-04-30 07:21:16,336 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) >> A-ASSOCIATE-RQ
2025-04-30 07:21:16,336 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << A-ASSOCIATE-AC
2025-04-30 07:21:16,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170645432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:18,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:18,235 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:18,238 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.501.1791052210.3.20250429170645432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:18,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:18,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:18,439 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:18,441 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:18,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:18,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170705488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:18,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:18,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:18,837 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:18,839 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.20250429170705488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:18,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:19,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170737970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:19,337 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:19,341 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:19,343 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.20250429170737970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:19,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:19,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170841755 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:19,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:19,959 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:19,961 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.20250429170841755 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:19,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:20,118 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:20,120 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:20,122 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091302727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:20,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:20,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170906862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:20,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424091328847 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:20,495 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:20,498 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:20,500 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.20250429170906862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:20,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:20,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429171114990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:21,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:21,004 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:21,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.20250429171114990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:21,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:21,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429171157700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:21,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:21,533 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:21,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.20250429171157700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:21,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:21,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429171227451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:22,028 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3737) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:22,031 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3737) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:21:22,033 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113): 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.20250429171227451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:22,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:22,270 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) >> A-RELEASE-RQ
2025-04-30 07:21:22,270 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3737) DCM4CHEE<-HS50US07(113) << A-RELEASE-RP
2025-04-30 07:21:22,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(113): close Socket[addr=187.91.28.24/187.91.28.24,port=52122,localport=11112]
2025-04-30 07:21:22,707 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:22,710 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:22,712 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:22,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:22,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:26,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:26,022 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:26,024 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:26,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:26,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:26,690 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:26,692 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:26,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091328847 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:26,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:26,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424091416764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:29,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:29,528 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:29,530 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:29,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:29,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:32,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 07:21:32,475 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-04-30 07:21:32,475 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:32,498 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-04-30 07:21:32,498 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:32,499 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 07:21:32,500 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 07:21:32,500 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 07:21:32,708 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:32,710 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:32,712 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091416764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:32,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:32,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.20250424091431866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:33,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:33,611 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:33,613 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:33,613 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:33,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:38,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:38,095 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:38,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:38,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:38,274 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 07:21:38,275 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 07:21:38,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:39,289 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:39,291 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:39,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091431866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:39,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:39,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.301.1123109166.3.20250424091727555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:41,790 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:41,793 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:41,795 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:41,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:42,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:44,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:44,724 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:44,727 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:44,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:44,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) 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.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:45,309 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:45,311 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:45,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091727555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:45,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:45,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.301.1123109166.3.20250424091837357 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:48,221 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:48,224 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:48,226 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:48,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:48,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:49,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:49,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135488, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085215824, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:21:49,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085215824] with equal digest
2025-04-30 07:21:49,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:21:49,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085215824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:49,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085500032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:51,892 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:51,894 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:51,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): 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.301.1123109166.3.20250424091837357 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:51,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:52,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.301.1123109166.3.20250424091938368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:52,507 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:52,510 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:52,512 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:52,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:52,691 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52123,localport=11112]
2025-04-30 07:21:52,692 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) >> A-ASSOCIATE-RQ
2025-04-30 07:21:52,692 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << A-ASSOCIATE-AC
2025-04-30 07:21:52,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:52,895 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:54,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:54,633 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:54,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:54,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:54,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:55,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:55,141 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:55,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:55,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:55,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:55,673 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:55,677 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:55,680 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:55,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:55,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:56,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:56,009 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:56,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:56,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:56,181 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:56,184 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:56,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:56,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:56,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:56,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:56,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:56,696 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:56,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:56,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:56,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:57,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:57,199 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:57,201 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:57,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:57,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:57,718 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:57,721 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:57,723 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:57,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:57,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:58,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:58,273 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:58,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:58,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:58,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:58,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:58,673 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:21:58,675 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 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.301.1123109166.3.20250424091938368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:58,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 33:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:58,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:58,781 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:58,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:58,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:58,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 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.301.1123109166.3.20250424092146343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:59,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:59,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3733) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:59,124 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3733) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:21:59,126 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:59,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:59,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) >> A-RELEASE-RQ
2025-04-30 07:21:59,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3733) DCM4CHEE<-HS30(112) << A-RELEASE-RP
2025-04-30 07:21:59,342 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3738) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:21:59,345 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3738) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:21:59,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114): 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.501.1791052210.3.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:21:59,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:21:59,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(112): close Socket[addr=187.91.28.24/187.91.28.24,port=52069,localport=11112]
2025-04-30 07:21:59,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) >> A-RELEASE-RQ
2025-04-30 07:21:59,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3738) DCM4CHEE<-HS50US07(114) << A-RELEASE-RP
2025-04-30 07:21:59,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS50US07(114): close Socket[addr=187.91.28.24/187.91.28.24,port=52123,localport=11112]
2025-04-30 07:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 07:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 07:22:04,924 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:04,926 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:04,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 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.301.1123109166.3.20250424092146343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:04,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 34:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:05,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 35:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092448789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:09,750 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:22:09,752 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:22:10,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:10,764 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:10,766 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 35:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092448789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:10,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 35:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:10,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 36:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092728846 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:11,362 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 07:22:11,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 07:22:17,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:17,259 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:17,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 36:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092728846 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:17,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 36:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:17,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 37:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092816498 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:23,285 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:23,287 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:23,289 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 37:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092816498 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:23,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 37:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:23,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 38:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092950249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:29,741 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52070,localport=11112]
2025-04-30 07:22:29,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) >> A-ASSOCIATE-RQ
2025-04-30 07:22:29,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << A-ASSOCIATE-AC
2025-04-30 07:22:29,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:29,889 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:29,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 38:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092950249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:29,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 38:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:29,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:30,018 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52124,localport=11112]
2025-04-30 07:22:30,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) >> A-ASSOCIATE-RQ
2025-04-30 07:22:30,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << A-ASSOCIATE-AC
2025-04-30 07:22:30,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 39:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092957648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:30,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:32,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3744) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:32,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:32,040 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3744) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:22:32,041 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:22:32,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:32,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:32,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:32,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:32,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:32,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:32,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 07:22:32,502 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 07:22:32,503 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-04-30 07:22:32,503 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:32,526 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-04-30 07:22:32,526 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:32,527 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 07:22:32,592 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3744) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:32,595 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3744) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:22:32,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:32,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:32,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:32,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:32,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135497, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085500032, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:22:32,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085500032] with equal digest
2025-04-30 07:22:32,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:22:32,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085500032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:33,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085617033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:33,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3744) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:33,351 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3744) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:22:33,353 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:33,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:33,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:33,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3744) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:33,860 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3744) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:22:33,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:33,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:34,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:34,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3744) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:34,475 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3744) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:22:34,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:34,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:34,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:34,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3744) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:34,986 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3744) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:22:34,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:34,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:35,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) >> A-RELEASE-RQ
2025-04-30 07:22:35,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3744) DCM4CHEE<-HS50US07(116) << A-RELEASE-RP
2025-04-30 07:22:35,265 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(116): close Socket[addr=187.91.28.24/187.91.28.24,port=52124,localport=11112]
2025-04-30 07:22:36,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:36,548 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:22:36,550 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:36,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:36,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:36,669 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:36,671 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 39:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092957648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:36,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 39:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:36,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:36,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 40:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093002201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:38,276 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 07:22:38,277 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 07:22:42,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:42,320 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:42,322 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 40:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093002201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:42,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 40:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:42,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 41:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093006615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:42,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:42,524 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:22:42,526 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:42,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:42,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:46,306 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:46,309 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:22:46,311 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:46,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:46,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:47,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:47,973 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:47,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 41:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093006615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:47,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 41:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:48,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 42:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093010263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:49,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:49,500 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:22:49,502 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:49,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:49,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:53,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:53,623 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:53,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 42:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093010263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:53,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 42:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:53,684 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:53,687 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:22:53,688 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:53,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:53,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> 43:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093013832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:53,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:57,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:57,277 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:22:57,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:57,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:57,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:59,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3720) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:22:59,307 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3720) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:22:59,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104): processing 43:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093013832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:22:59,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << 43:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:22:59,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) >> A-RELEASE-RQ
2025-04-30 07:22:59,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3720) DCM4CHEE<-HS30(104) << A-RELEASE-RP
2025-04-30 07:22:59,552 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(104): close Socket[addr=187.91.28.24/187.91.28.24,port=52055,localport=11112]
2025-04-30 07:23:00,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:00,271 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:00,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:00,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:00,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 07:23:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 07:23:04,263 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:04,266 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:04,268 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:04,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:04,392 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 07:23:04,463 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) Calculated size of 1 studies
2025-04-30 07:23:04,463 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 07:23:04,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:05,651 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52125,localport=11112]
2025-04-30 07:23:05,652 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) >> A-ASSOCIATE-RQ
2025-04-30 07:23:05,652 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << A-ASSOCIATE-AC
2025-04-30 07:23:05,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:07,261 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:07,264 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:07,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:07,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:07,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) 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.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:07,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:07,551 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:07,553 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:07,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:07,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:08,047 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:08,050 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:08,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:08,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:08,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:08,557 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:08,560 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:08,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:08,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:08,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:09,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:09,063 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:09,065 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:09,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:09,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:09,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:09,570 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:09,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:09,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:09,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:10,061 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:10,064 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:10,066 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:10,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:10,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:10,074 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:10,076 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:10,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:10,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:10,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:10,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:10,574 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:10,576 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:10,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:10,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:11,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3745) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:11,074 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3745) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:23:11,075 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:11,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:11,283 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) >> A-RELEASE-RQ
2025-04-30 07:23:11,283 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3745) DCM4CHEE<-HS50US07(117) << A-RELEASE-RP
2025-04-30 07:23:11,333 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(117): close Socket[addr=187.91.28.24/187.91.28.24,port=52125,localport=11112]
2025-04-30 07:23:11,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 07:23:11,364 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 07:23:11,741 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52126,localport=11112]
2025-04-30 07:23:11,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) >> A-ASSOCIATE-RQ
2025-04-30 07:23:11,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << A-ASSOCIATE-AC
2025-04-30 07:23:11,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:13,679 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3748) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:13,682 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3748) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:13,684 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:13,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:13,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:13,848 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:13,850 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:13,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:13,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:14,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:14,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3748) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:14,246 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3748) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:14,248 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:14,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:14,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:14,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3748) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:14,794 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3748) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:14,796 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:14,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:15,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:15,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3748) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:15,301 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3748) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:15,303 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:15,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:15,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:15,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3748) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:15,852 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3748) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:15,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:15,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:16,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:16,354 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3748) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:16,357 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3748) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:16,359 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:16,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:16,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) >> A-RELEASE-RQ
2025-04-30 07:23:16,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3748) DCM4CHEE<-HS50US07(118) << A-RELEASE-RP
2025-04-30 07:23:16,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS50US07(118): close Socket[addr=187.91.28.24/187.91.28.24,port=52126,localport=11112]
2025-04-30 07:23:17,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:17,238 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:17,240 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:17,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:17,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:17,938 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:17,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135501, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085617033, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:23:17,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085617033] with equal digest
2025-04-30 07:23:17,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:23:17,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085617033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:18,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085813837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:19,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3743) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:19,439 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3743) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:19,441 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:19,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:19,648 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) >> A-RELEASE-RQ
2025-04-30 07:23:19,648 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3743) DCM4CHEE<-HS30(115) << A-RELEASE-RP
2025-04-30 07:23:19,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(115): close Socket[addr=187.91.28.24/187.91.28.24,port=52070,localport=11112]
2025-04-30 07:23:29,922 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=1227,localport=11112]
2025-04-30 07:23:29,923 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) >> A-ASSOCIATE-RQ
2025-04-30 07:23:29,923 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << A-ASSOCIATE-AC
2025-04-30 07:23:29,933 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429082926854&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,007 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429082941099&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,089 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083000912&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415102334608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:30,164 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083016267&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,237 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083049504&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,300 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083135613&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,357 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083149786&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,436 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083318978&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,495 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083351055&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,559 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083407434&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:30,612 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343258&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250429082926455&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250429083553169&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:23:32,527 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 07:23:32,528 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-04-30 07:23:32,528 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:32,551 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-04-30 07:23:32,551 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:32,552 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 07:23:32,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 07:23:38,278 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 07:23:38,279 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 07:23:47,077 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52127,localport=11112]
2025-04-30 07:23:47,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) >> A-ASSOCIATE-RQ
2025-04-30 07:23:47,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << A-ASSOCIATE-AC
2025-04-30 07:23:47,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:49,056 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:49,060 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3750) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:49,062 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:49,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:49,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:49,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:49,638 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3750) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:49,640 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:49,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:49,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:50,068 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52071,localport=11112]
2025-04-30 07:23:50,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) >> A-ASSOCIATE-RQ
2025-04-30 07:23:50,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << A-ASSOCIATE-AC
2025-04-30 07:23:50,184 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:50,187 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3750) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:50,189 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:50,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:50,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:50,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:50,690 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:50,693 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3750) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:50,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:50,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:50,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:51,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:51,249 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3750) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:51,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:51,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:51,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:51,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:51,758 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3750) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:23:51,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:51,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:51,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:51,963 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:51,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:51,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:51,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) >> A-RELEASE-RQ
2025-04-30 07:23:51,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3750) DCM4CHEE<-HS50US07(120) << A-RELEASE-RP
2025-04-30 07:23:52,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS50US07(120): close Socket[addr=187.91.28.24/187.91.28.24,port=52127,localport=11112]
2025-04-30 07:23:52,169 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:52,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:52,588 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:23:52,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.1123109166.3.20250415102334608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:52,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:52,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415102425952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:54,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:54,690 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:54,692 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:54,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:54,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:56,905 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:56,908 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:56,910 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:56,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:57,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:58,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:58,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135503, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085813837, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:23:58,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085813837] with equal digest
2025-04-30 07:23:58,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 07:23:58,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085813837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:58,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090323087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:59,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:59,005 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:23:59,007 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.1123109166.3.20250415102425952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:59,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:59,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415102606028 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:59,515 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:23:59,518 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:23:59,520 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:23:59,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:23:59,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:02,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:02,919 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:02,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:02,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 07:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 07:24:03,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:06,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:06,125 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:06,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:06,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:06,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:07,836 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:07,840 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:07,841 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.1123109166.3.20250415102606028 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:07,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:08,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415102624254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:09,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:09,321 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:09,323 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:09,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:09,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:11,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 07:24:11,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 07:24:11,723 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:11,726 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:11,728 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:11,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:11,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:12,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:12,416 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:12,419 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.20250415102624254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:12,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:12,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415102756441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:14,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:14,738 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:14,740 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:14,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:14,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:17,741 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:17,744 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:17,746 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:17,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:17,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:18,508 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:18,511 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:18,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.1123109166.3.20250415102756441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:18,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:18,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415102838853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:20,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:20,354 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:20,356 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:20,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:20,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:22,444 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52128,localport=11112]
2025-04-30 07:24:22,444 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) >> A-ASSOCIATE-RQ
2025-04-30 07:24:22,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << A-ASSOCIATE-AC
2025-04-30 07:24:22,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:23,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:23,968 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:23,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:23,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:24,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:24,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:24,562 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:24,564 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:24,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:24,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:25,282 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:25,285 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:25,287 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.1123109166.3.20250415102838853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:25,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:25,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:25,304 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:25,306 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:25,307 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:25,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415103020889 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:25,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:25,940 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:25,943 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:25,945 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:25,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:26,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:26,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:26,513 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:26,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:26,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:26,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:26,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:26,973 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:26,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:26,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:27,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:29,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3751) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:29,977 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3751) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:24:29,979 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:29,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:30,193 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) >> A-RELEASE-RQ
2025-04-30 07:24:30,193 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3751) DCM4CHEE<-HS30(121) << A-RELEASE-RP
2025-04-30 07:24:30,244 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(121): close Socket[addr=187.91.28.24/187.91.28.24,port=52071,localport=11112]
2025-04-30 07:24:30,623 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:30,625 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:30,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:30,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:30,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:31,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:31,145 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:31,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:31,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:31,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:31,250 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:31,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.1123109166.3.20250415103020889 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:31,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:31,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:31,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415103145987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:31,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:31,670 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:31,672 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:31,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:31,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:32,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3756) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:32,181 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3756) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:24:32,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:32,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:32,402 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) >> A-RELEASE-RQ
2025-04-30 07:24:32,402 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3756) DCM4CHEE<-HS50US07(122) << A-RELEASE-RP
2025-04-30 07:24:32,452 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(122): close Socket[addr=187.91.28.24/187.91.28.24,port=52128,localport=11112]
2025-04-30 07:24:32,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 07:24:32,555 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 07:24:32,556 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 07:24:32,556 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 07:24:32,578 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-04-30 07:24:32,578 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:32,579 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 07:24:32,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 07:24:37,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:37,664 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:37,666 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.301.1123109166.3.20250415103145987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:37,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:37,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415103418397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:38,280 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 07:24:38,281 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 07:24:38,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:38,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135504, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090323087, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:24:38,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090323087] with equal digest
2025-04-30 07:24:38,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:24:38,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090323087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:39,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090443051 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:44,623 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:44,626 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:44,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.301.1123109166.3.20250415103418397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:44,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:44,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415103604337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:50,600 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:50,603 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:50,605 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.301.1123109166.3.20250415103604337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:50,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:50,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) 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.20250415103653795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:57,182 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:24:57,186 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:24:57,188 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.301.1123109166.3.20250415103653795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:24:57,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:24:57,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) >> 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.20250415103709410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:00,601 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52072,localport=11112]
2025-04-30 07:25:00,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> A-ASSOCIATE-RQ
2025-04-30 07:25:00,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << A-ASSOCIATE-AC
2025-04-30 07:25:00,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 07:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 07:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3758) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3758) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:25:02,830 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52129,localport=11112]
2025-04-30 07:25:02,830 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) >> A-ASSOCIATE-RQ
2025-04-30 07:25:02,830 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << A-ASSOCIATE-AC
2025-04-30 07:25:02,865 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:02,868 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:02,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:02,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 07:25:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 07:25:03,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:03,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:03,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:03,971 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:25:03,973 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.301.1123109166.3.20250415103709410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:03,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:04,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) >> 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.20250415104031055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:05,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:05,071 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:05,073 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:05,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:05,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:05,933 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:05,936 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:05,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:05,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:06,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:06,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:06,624 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:06,626 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:06,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:06,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:07,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:07,252 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:07,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:07,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:07,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:08,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:08,829 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:08,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:08,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:09,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:10,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:10,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135505, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090443051, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 07:25:10,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090443051] with equal digest
2025-04-30 07:25:10,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:25:10,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090443051 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:10,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090459352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:10,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:10,932 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:25:10,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.301.1123109166.3.20250415104031055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:10,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:11,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) >> 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.20250415104155871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:11,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 07:25:11,367 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 07:25:11,835 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:11,838 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:11,848 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:11,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:12,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:12,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:12,401 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:12,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:12,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:12,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:12,932 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:12,935 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:12,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:12,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:13,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:13,494 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3758) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:13,497 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3758) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:13,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:13,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:13,729 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) >> A-RELEASE-RQ
2025-04-30 07:25:13,729 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3758) DCM4CHEE<-HS50US07(124) << A-RELEASE-RP
2025-04-30 07:25:13,780 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS50US07(124): close Socket[addr=187.91.28.24/187.91.28.24,port=52129,localport=11112]
2025-04-30 07:25:14,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:14,655 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:14,657 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:14,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:14,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:16,920 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:16,923 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:25:16,925 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.1123109166.3.20250415104155871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:16,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:17,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) >> 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.20250415104206572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:17,576 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:17,580 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:17,582 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:17,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:17,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:20,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:20,308 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:20,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:20,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:20,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:23,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3749) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:23,307 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3749) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:25:23,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119): 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.301.1123109166.3.20250415104206572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:23,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:23,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:23,426 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:23,429 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:23,429 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:23,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) >> A-RELEASE-RQ
2025-04-30 07:25:23,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3749) DCM4CHEE<-HS30(119) << A-RELEASE-RP
2025-04-30 07:25:23,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(119): close Socket[addr=187.91.28.24/187.91.28.24,port=1227,localport=11112]
2025-04-30 07:25:23,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:27,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:27,129 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:27,131 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:27,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:27,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:30,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:30,441 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:30,443 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:30,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:30,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> 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.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:32,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 07:25:32,581 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 07:25:32,582 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 07:25:32,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 07:25:33,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:33,559 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:33,561 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:33,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:33,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> 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.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:38,282 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 07:25:38,283 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 07:25:38,807 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:38,810 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:38,812 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:38,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:39,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> 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.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:41,317 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:41,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135506, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090459352, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 07:25:41,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090459352] with equal digest
2025-04-30 07:25:41,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 07:25:41,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090459352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:41,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090657444 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:42,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:42,507 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:25:42,509 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:42,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:42,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> 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.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:44,215 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52130,localport=11112]
2025-04-30 07:25:44,216 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) >> A-ASSOCIATE-RQ
2025-04-30 07:25:44,216 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << A-ASSOCIATE-AC
2025-04-30 07:25:44,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:46,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:46,213 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:46,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:46,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:46,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:46,729 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:46,733 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:46,735 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:46,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:46,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:47,250 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:47,252 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:47,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:47,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:47,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:47,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:47,778 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:47,780 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:47,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:47,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:51,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:51,737 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:51,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:51,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:51,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:52,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:52,269 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:52,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:52,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:52,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:52,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:52,775 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:52,777 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:52,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:52,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:53,278 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:25:53,281 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:25:53,282 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:25:53,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:25:53,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) >> A-RELEASE-RQ
2025-04-30 07:25:53,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(125) << A-RELEASE-RP
2025-04-30 07:25:53,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(125): close Socket[addr=187.91.28.24/187.91.28.24,port=52130,localport=11112]
2025-04-30 07:25:53,950 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52071,localport=11112]
2025-04-30 07:25:53,951 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> A-ASSOCIATE-RQ
2025-04-30 07:25:53,951 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << A-ASSOCIATE-AC
2025-04-30 07:25:54,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084336136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:01,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3757) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:01,723 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3757) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:26:01,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:01,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:01,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) >> A-RELEASE-RQ
2025-04-30 07:26:01,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3757) DCM4CHEE<-HS30(123) << A-RELEASE-RP
2025-04-30 07:26:01,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(123): close Socket[addr=187.91.28.24/187.91.28.24,port=52072,localport=11112]
2025-04-30 07:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 07:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 07:26:11,367 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 07:26:11,369 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 07:26:17,152 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:17,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Found previous received Instance[pk=132737, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084336136, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:26:17,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084336136] with equal digest
2025-04-30 07:26:17,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Updated DB in 4 ms
2025-04-30 07:26:17,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:17,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084336136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:17,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135507, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090657444, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 07:26:17,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090657444] with equal digest
2025-04-30 07:26:17,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 2 ms
2025-04-30 07:26:17,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090657444 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:17,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090748030 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:17,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084419542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:23,169 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:23,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Found previous received Instance[pk=132738, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084419542, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:26:23,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084419542] with equal digest
2025-04-30 07:26:23,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Updated DB in 2 ms
2025-04-30 07:26:23,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084419542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:23,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084505649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:23,943 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52131,localport=11112]
2025-04-30 07:26:23,943 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) >> A-ASSOCIATE-RQ
2025-04-30 07:26:23,944 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << A-ASSOCIATE-AC
2025-04-30 07:26:24,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:25,785 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:25,788 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:25,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:25,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:26,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:26,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:26,323 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:26,325 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:26,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:26,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:26,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:26,831 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:26,833 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:26,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:27,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:27,338 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:27,341 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:27,343 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:27,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:27,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:30,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:30,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Found previous received Instance[pk=132739, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084505649, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:26:30,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084505649] with equal digest
2025-04-30 07:26:30,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Updated DB in 2 ms
2025-04-30 07:26:30,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084505649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:30,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084610261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:31,315 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:31,317 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:31,327 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:31,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:31,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:31,820 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:31,823 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:31,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:31,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:32,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:32,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:32,323 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:32,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:32,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:32,334 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52077,localport=11112]
2025-04-30 07:26:32,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) >> A-ASSOCIATE-RQ
2025-04-30 07:26:32,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << A-ASSOCIATE-AC
2025-04-30 07:26:32,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:32,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:32,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 07:26:32,584 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 07:26:32,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 07:26:32,823 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3768) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:32,826 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3768) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:26:32,828 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:32,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:33,032 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) >> A-RELEASE-RQ
2025-04-30 07:26:33,033 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3768) DCM4CHEE<-HS50US07(127) << A-RELEASE-RP
2025-04-30 07:26:33,083 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS50US07(127): close Socket[addr=187.91.28.24/187.91.28.24,port=52131,localport=11112]
2025-04-30 07:26:34,356 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:34,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Found previous received Instance[pk=132834, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084610261, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:26:34,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084610261] with equal digest
2025-04-30 07:26:34,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Updated DB in 3 ms
2025-04-30 07:26:34,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084610261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:34,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084631381 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:35,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:35,018 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:35,020 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:35,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:35,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:36,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:36,401 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:36,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:36,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:36,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:38,284 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 07:26:38,285 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 07:26:39,114 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:39,117 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:39,119 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:39,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:39,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:40,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:40,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Found previous received Instance[pk=132740, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084631381, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:26:40,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084631381] with equal digest
2025-04-30 07:26:40,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Updated DB in 3 ms
2025-04-30 07:26:40,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084631381 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:40,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084714969 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:41,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:41,447 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:41,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:41,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:41,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:44,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:44,737 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:44,738 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:44,739 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:44,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:47,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:47,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Found previous received Instance[pk=132835, uid=1.2.410.200001.101.11.301.1123109166.3.20250424084714969, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 07:26:47,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Ignore received Instance[studyUID=1.2.410.200001.101.11.301.1123109166.1.20250424084252015,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424084335751,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424084714969] with equal digest
2025-04-30 07:26:47,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): Updated DB in 2 ms
2025-04-30 07:26:47,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424084714969 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:47,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:47,450 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:47,452 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:47,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:47,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085204425 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:47,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:50,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:50,162 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:50,163 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:50,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:50,361 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:51,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:51,585 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:26:51,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.1123109166.3.20250424085204425 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:51,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:51,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085206778 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:52,678 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:52,680 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:52,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:52,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:52,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:55,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:55,586 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:55,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:55,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:55,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) 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.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:56,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:56,604 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:26:56,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424085206778 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:56,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:56,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085230210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:58,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:58,880 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:26:58,881 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:26:58,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:59,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) >> A-RELEASE-RQ
2025-04-30 07:26:59,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS30(128) << A-RELEASE-RP
2025-04-30 07:26:59,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:26:59,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135508, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090748030, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 07:26:59,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090748030] with equal digest
2025-04-30 07:26:59,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:26:59,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090748030 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:26:59,129 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(128): close Socket[addr=187.91.28.24/187.91.28.24,port=52077,localport=11112]
2025-04-30 07:26:59,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090950816 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 07:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 07:27:03,445 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52132,localport=11112]
2025-04-30 07:27:03,462 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) >> A-ASSOCIATE-RQ
2025-04-30 07:27:03,462 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << A-ASSOCIATE-AC
2025-04-30 07:27:03,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:03,600 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:03,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424085230210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:03,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:03,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:03,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085400640 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:05,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:05,362 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:05,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:05,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:05,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:06,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:06,012 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:06,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:06,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:06,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:06,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:06,651 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:06,653 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:06,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:06,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:07,263 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:07,267 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:07,269 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:07,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:07,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:09,752 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:27:09,755 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:27:10,397 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:10,399 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:10,400 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424085400640 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:10,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:10,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085425547 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:11,369 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 07:27:11,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 07:27:13,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:13,739 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:13,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:13,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:14,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:14,487 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:14,490 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:14,492 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:14,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:14,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:15,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:15,141 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:15,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:15,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:15,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:15,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:15,785 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3769) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:27:15,787 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:15,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:15,989 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) >> A-RELEASE-RQ
2025-04-30 07:27:15,989 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3769) DCM4CHEE<-HS50US07(129) << A-RELEASE-RP
2025-04-30 07:27:16,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(129): close Socket[addr=187.91.28.24/187.91.28.24,port=52132,localport=11112]
2025-04-30 07:27:16,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:16,209 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:16,211 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424085425547 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:16,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:16,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085546347 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:24,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:24,015 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:24,017 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424085546347 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:24,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:24,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085731467 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:28,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:28,070 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:28,072 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424085731467 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:28,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:28,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085820688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:29,476 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52078,localport=11112]
2025-04-30 07:27:29,476 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> A-ASSOCIATE-RQ
2025-04-30 07:27:29,476 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << A-ASSOCIATE-AC
2025-04-30 07:27:29,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) 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.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:31,798 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:31,801 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:31,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:31,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:31,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) 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.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:32,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 07:27:32,605 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-04-30 07:27:32,606 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:32,606 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 07:27:32,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:32,677 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:32,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.1123109166.3.20250424085820688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:32,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:32,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424085949546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:34,063 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:34,066 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:34,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:34,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:34,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) 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.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:37,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:37,078 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:37,081 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:37,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:37,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) 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.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:38,286 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 07:27:38,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 07:27:39,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:39,095 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:39,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424085949546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:39,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:39,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090009834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:39,577 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:39,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135510, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090950816, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 07:27:39,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090950816] with equal digest
2025-04-30 07:27:39,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 07:27:39,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426090950816 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:39,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:39,716 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:39,718 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:39,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:39,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091005437 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:39,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) 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.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:42,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:42,350 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:42,352 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:42,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:42,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) 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.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:45,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:45,897 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:45,899 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090009834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:45,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:46,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090156217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:46,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:46,296 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:46,299 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:46,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:46,415 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52133,localport=11112]
2025-04-30 07:27:46,416 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) >> A-ASSOCIATE-RQ
2025-04-30 07:27:46,416 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << A-ASSOCIATE-AC
2025-04-30 07:27:46,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) 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.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:46,613 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:48,356 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:48,359 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:48,362 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:48,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:48,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:48,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:48,913 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:48,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:48,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:49,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:49,441 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:49,443 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:49,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:49,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:49,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:49,677 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:49,681 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:49,683 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:49,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:49,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:49,978 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:49,981 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:49,983 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:49,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:50,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:50,485 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:50,488 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:50,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:50,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:50,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:50,996 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:50,999 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:51,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:51,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:51,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:51,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:51,513 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:51,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:51,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:51,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,055 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:52,058 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:52,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:52,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) >> 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.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:52,500 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:52,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:52,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:52,588 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:52,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:52,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:52,714 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:52,716 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090156217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:52,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) >> 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.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:52,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090217986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:53,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:53,144 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3775) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:27:53,146 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131): 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.501.1791052210.3.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:53,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:53,366 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) >> A-RELEASE-RQ
2025-04-30 07:27:53,366 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3775) DCM4CHEE<-HS50US07(131) << A-RELEASE-RP
2025-04-30 07:27:53,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS50US07(131): close Socket[addr=187.91.28.24/187.91.28.24,port=52133,localport=11112]
2025-04-30 07:27:56,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:56,445 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:56,447 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:56,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:56,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:58,519 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:58,521 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:27:58,523 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090217986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:58,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:58,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090315502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:59,451 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:27:59,454 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:27:59,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:27:59,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:27:59,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:02,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:02,277 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:02,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:02,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:02,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 07:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 07:28:04,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:04,327 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:04,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090315502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:04,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:04,463 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 07:28:04,464 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 07:28:04,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090448465 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:04,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:04,723 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:04,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:04,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:04,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:07,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:07,362 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:07,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:07,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:07,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:10,557 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:10,560 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3774) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:10,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:10,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:10,751 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) >> A-RELEASE-RQ
2025-04-30 07:28:10,751 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3774) DCM4CHEE<-HS30(130) << A-RELEASE-RP
2025-04-30 07:28:10,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(130): close Socket[addr=187.91.28.24/187.91.28.24,port=52078,localport=11112]
2025-04-30 07:28:11,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 07:28:11,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 07:28:11,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:11,724 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:11,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090448465 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:11,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:11,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090544989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:13,959 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:13,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135511, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091005437, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 07:28:13,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091005437] with equal digest
2025-04-30 07:28:13,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:28:13,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091005437 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:14,169 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091123610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:19,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:19,128 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:19,130 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090544989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:19,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:19,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090754490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:23,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:23,540 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:23,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090754490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:23,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:23,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424090921701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:23,800 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52134,localport=11112]
2025-04-30 07:28:23,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) >> A-ASSOCIATE-RQ
2025-04-30 07:28:23,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) << A-ASSOCIATE-AC
2025-04-30 07:28:24,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:25,782 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-04-30 07:28:25,784 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:28:25,786 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132): 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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:25,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:26,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:26,322 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-04-30 07:28:26,325 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:28:26,327 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132): 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:26,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:26,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:26,837 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-04-30 07:28:26,840 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:28:26,842 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132): 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:26,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:27,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:27,354 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-04-30 07:28:27,357 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:28:27,359 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132): 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:27,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:27,593 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) >> A-RELEASE-RQ
2025-04-30 07:28:27,594 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(132) << A-RELEASE-RP
2025-04-30 07:28:27,644 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(132): close Socket[addr=187.91.28.24/187.91.28.24,port=52134,localport=11112]
2025-04-30 07:28:28,075 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52135,localport=11112]
2025-04-30 07:28:28,077 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) >> A-ASSOCIATE-RQ
2025-04-30 07:28:28,077 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << A-ASSOCIATE-AC
2025-04-30 07:28:28,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:29,345 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:29,347 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:29,349 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424090921701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:29,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:29,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424091115901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:29,939 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-04-30 07:28:29,942 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:29,944 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:29,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:30,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:30,438 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-04-30 07:28:30,441 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:30,443 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:30,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:30,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:30,943 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-04-30 07:28:30,946 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:30,947 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:30,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:31,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:31,443 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-04-30 07:28:31,446 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:31,448 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:31,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:31,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:32,606 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 07:28:32,607 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 07:28:32,629 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-04-30 07:28:32,629 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:32,629 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 07:28:35,452 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-04-30 07:28:35,455 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:35,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:35,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:35,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:35,965 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-04-30 07:28:35,968 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:35,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:35,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:35,982 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:35,984 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:35,986 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091115901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:35,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:36,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424091201222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:36,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:36,520 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-04-30 07:28:36,523 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:36,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:36,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:36,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:37,026 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-04-30 07:28:37,029 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:37,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:37,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:37,252 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) >> A-RELEASE-RQ
2025-04-30 07:28:37,252 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(133) << A-RELEASE-RP
2025-04-30 07:28:37,302 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(133): close Socket[addr=187.91.28.24/187.91.28.24,port=52135,localport=11112]
2025-04-30 07:28:37,741 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52136,localport=11112]
2025-04-30 07:28:37,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) >> A-ASSOCIATE-RQ
2025-04-30 07:28:37,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << A-ASSOCIATE-AC
2025-04-30 07:28:37,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:38,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 07:28:38,290 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 07:28:39,716 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-04-30 07:28:39,719 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:39,721 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:39,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:39,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:40,278 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-04-30 07:28:40,281 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:40,283 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:40,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:40,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:40,814 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-04-30 07:28:40,817 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:40,819 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:40,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:41,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:41,145 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52080,localport=11112]
2025-04-30 07:28:41,146 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> A-ASSOCIATE-RQ
2025-04-30 07:28:41,146 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << A-ASSOCIATE-AC
2025-04-30 07:28:41,333 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-04-30 07:28:41,336 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:41,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) 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.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:41,338 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:41,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:41,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:42,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:42,194 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:42,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091201222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:42,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:42,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424091219136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:43,489 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-04-30 07:28:43,492 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:43,495 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:43,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:43,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) 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.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:44,862 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-04-30 07:28:44,865 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:44,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:44,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:45,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) 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.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:45,244 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:45,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135512, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091123610, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 07:28:45,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091123610] with equal digest
2025-04-30 07:28:45,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:28:45,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091123610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:45,304 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-04-30 07:28:45,307 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:45,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:45,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:45,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091130171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:45,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:45,820 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-04-30 07:28:45,823 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:45,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:45,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:46,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:46,339 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-04-30 07:28:46,343 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:46,345 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:46,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:46,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:46,850 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-04-30 07:28:46,853 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:28:46,855 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:46,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:47,065 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) >> A-RELEASE-RQ
2025-04-30 07:28:47,065 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(134) << A-RELEASE-RP
2025-04-30 07:28:47,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(134): close Socket[addr=187.91.28.24/187.91.28.24,port=52136,localport=11112]
2025-04-30 07:28:47,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-04-30 07:28:47,540 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:47,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:47,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:47,563 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52137,localport=11112]
2025-04-30 07:28:47,576 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) >> A-ASSOCIATE-RQ
2025-04-30 07:28:47,576 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << A-ASSOCIATE-AC
2025-04-30 07:28:47,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) 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.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:47,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:48,975 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:48,977 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:48,979 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091219136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:48,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:49,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424091302727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:49,588 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-04-30 07:28:49,592 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:49,595 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:49,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:49,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:50,219 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-04-30 07:28:50,222 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:50,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:50,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:50,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:50,754 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-04-30 07:28:50,757 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:50,759 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:50,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:50,783 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-04-30 07:28:50,785 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:50,787 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:50,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:50,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) 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.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:50,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:51,334 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-04-30 07:28:51,337 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:51,339 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:51,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:51,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:51,863 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-04-30 07:28:51,866 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:51,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:51,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:52,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:52,368 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-04-30 07:28:52,371 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:52,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:52,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:52,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:52,871 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-04-30 07:28:52,874 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:52,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:52,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:53,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:53,394 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-04-30 07:28:53,398 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:53,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:53,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:53,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) >> A-RELEASE-RQ
2025-04-30 07:28:53,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(136) << A-RELEASE-RP
2025-04-30 07:28:53,654 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS50US07(136): close Socket[addr=187.91.28.24/187.91.28.24,port=52137,localport=11112]
2025-04-30 07:28:54,025 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52138,localport=11112]
2025-04-30 07:28:54,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) >> A-ASSOCIATE-RQ
2025-04-30 07:28:54,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << A-ASSOCIATE-AC
2025-04-30 07:28:54,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:55,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:28:55,104 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:28:55,106 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091302727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:55,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:55,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424091328847 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:55,359 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-04-30 07:28:55,362 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:55,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:55,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:55,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) 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.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:56,210 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-04-30 07:28:56,213 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:56,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:56,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:56,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:56,846 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-04-30 07:28:56,849 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:56,851 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:56,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:57,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:57,398 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-04-30 07:28:57,401 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:57,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:57,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:57,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:57,941 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-04-30 07:28:57,944 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:57,946 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:57,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:58,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:58,485 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-04-30 07:28:58,488 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:58,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:58,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:58,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:59,048 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-04-30 07:28:59,051 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:59,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:59,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:59,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:59,579 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-04-30 07:28:59,582 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:28:59,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:59,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:59,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:28:59,930 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-04-30 07:28:59,933 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:28:59,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:28:59,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:00,083 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-04-30 07:29:00,086 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:00,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:00,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:00,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) 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.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:00,326 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) >> A-RELEASE-RQ
2025-04-30 07:29:00,326 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(137) << A-RELEASE-RP
2025-04-30 07:29:00,376 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS50US07(137): close Socket[addr=187.91.28.24/187.91.28.24,port=52138,localport=11112]
2025-04-30 07:29:00,757 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52139,localport=11112]
2025-04-30 07:29:00,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) >> A-ASSOCIATE-RQ
2025-04-30 07:29:00,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << A-ASSOCIATE-AC
2025-04-30 07:29:00,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:01,888 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:01,890 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:01,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091328847 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:01,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:02,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424091416764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:02,698 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-04-30 07:29:02,701 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:02,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:02,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:02,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 07:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 07:29:03,236 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-04-30 07:29:03,240 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:03,242 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:03,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:03,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:03,776 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-04-30 07:29:03,779 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:03,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:03,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:03,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:04,278 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-04-30 07:29:04,281 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:04,283 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:04,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:04,314 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-04-30 07:29:04,317 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:04,319 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:04,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:04,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:04,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:05,019 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-04-30 07:29:05,022 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:05,024 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:05,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:05,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:05,565 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-04-30 07:29:05,568 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:05,570 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:05,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:05,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:06,127 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-04-30 07:29:06,129 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:06,131 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:06,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:06,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:06,651 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-04-30 07:29:06,654 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:06,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:06,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:06,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) >> A-RELEASE-RQ
2025-04-30 07:29:06,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(138) << A-RELEASE-RP
2025-04-30 07:29:06,914 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(138): close Socket[addr=187.91.28.24/187.91.28.24,port=52139,localport=11112]
2025-04-30 07:29:07,320 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52140,localport=11112]
2025-04-30 07:29:07,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) >> A-ASSOCIATE-RQ
2025-04-30 07:29:07,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << A-ASSOCIATE-AC
2025-04-30 07:29:07,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:08,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:08,085 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:08,087 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091416764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:08,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:08,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) 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.20250424091431866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:09,073 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-04-30 07:29:09,076 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:09,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:09,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:09,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:09,390 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-04-30 07:29:09,393 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:09,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:09,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:09,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:09,890 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-04-30 07:29:09,893 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:09,895 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:09,895 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:10,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:10,394 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-04-30 07:29:10,397 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:10,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:10,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:10,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:10,893 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-04-30 07:29:10,896 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:10,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:10,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:11,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:11,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 07:29:11,372 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 07:29:11,407 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-04-30 07:29:11,411 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:11,413 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:11,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:11,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:11,914 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-04-30 07:29:11,917 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:11,919 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:11,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:12,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:12,414 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-04-30 07:29:12,417 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:12,419 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:12,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:12,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:12,694 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-04-30 07:29:12,697 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:12,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:12,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:12,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:12,935 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-04-30 07:29:12,938 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:12,940 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:12,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:13,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) >> A-RELEASE-RQ
2025-04-30 07:29:13,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(139) << A-RELEASE-RP
2025-04-30 07:29:13,205 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS50US07(139): close Socket[addr=187.91.28.24/187.91.28.24,port=52140,localport=11112]
2025-04-30 07:29:13,581 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52141,localport=11112]
2025-04-30 07:29:13,581 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) >> A-ASSOCIATE-RQ
2025-04-30 07:29:13,581 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << A-ASSOCIATE-AC
2025-04-30 07:29:13,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:14,864 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:14,866 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:14,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091431866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:14,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:15,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 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.301.1123109166.3.20250424091727555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:15,416 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-04-30 07:29:15,420 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:15,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:15,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:15,484 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-04-30 07:29:15,487 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:15,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:15,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:15,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:15,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:15,984 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-04-30 07:29:15,987 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:15,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:15,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:16,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:16,524 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-04-30 07:29:16,527 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:16,529 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:16,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:16,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:17,050 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-04-30 07:29:17,052 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:17,054 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:17,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:17,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:17,569 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-04-30 07:29:17,573 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:17,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:17,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:17,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:18,077 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-04-30 07:29:18,080 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:18,082 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:18,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:18,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:18,582 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-04-30 07:29:18,585 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:18,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:18,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:18,658 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-04-30 07:29:18,661 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:18,663 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:18,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:18,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:18,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:19,085 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-04-30 07:29:19,088 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:19,090 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:19,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:19,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) >> A-RELEASE-RQ
2025-04-30 07:29:19,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(140) << A-RELEASE-RP
2025-04-30 07:29:19,352 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS50US07(140): close Socket[addr=187.91.28.24/187.91.28.24,port=52141,localport=11112]
2025-04-30 07:29:19,794 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52142,localport=11112]
2025-04-30 07:29:19,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) >> A-ASSOCIATE-RQ
2025-04-30 07:29:19,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << A-ASSOCIATE-AC
2025-04-30 07:29:19,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:21,059 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:21,061 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:21,063 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091727555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:21,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:21,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 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.301.1123109166.3.20250424091837357 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:21,676 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-04-30 07:29:21,679 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:21,681 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:21,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:21,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:22,181 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-04-30 07:29:22,184 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:22,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:22,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:22,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:22,665 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-04-30 07:29:22,669 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:22,671 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:22,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:22,720 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-04-30 07:29:22,722 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:22,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:22,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:22,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:22,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:23,028 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:23,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135513, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091130171, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 07:29:23,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091130171] with equal digest
2025-04-30 07:29:23,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 07:29:23,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091130171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:23,219 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-04-30 07:29:23,222 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:23,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:23,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:23,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091148570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:23,429 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:23,721 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-04-30 07:29:23,724 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:23,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:23,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:23,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:24,244 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-04-30 07:29:24,247 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:24,249 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:24,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:24,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:24,752 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-04-30 07:29:24,754 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:24,756 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:24,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:24,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:25,262 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-04-30 07:29:25,266 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:25,268 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:25,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:25,470 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) >> A-RELEASE-RQ
2025-04-30 07:29:25,470 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(141) << A-RELEASE-RP
2025-04-30 07:29:25,521 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(141): close Socket[addr=187.91.28.24/187.91.28.24,port=52142,localport=11112]
2025-04-30 07:29:25,912 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52143,localport=11112]
2025-04-30 07:29:25,912 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) >> A-ASSOCIATE-RQ
2025-04-30 07:29:25,912 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << A-ASSOCIATE-AC
2025-04-30 07:29:26,093 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-04-30 07:29:26,096 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:26,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:26,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:26,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111024663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:26,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:27,845 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:27,847 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:27,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): 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.301.1123109166.3.20250424091837357 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:27,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:27,878 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-04-30 07:29:27,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52245, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111024663, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:29:27,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111024663] with equal digest
2025-04-30 07:29:27,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 4 ms
2025-04-30 07:29:27,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111024663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:28,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 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.301.1123109166.3.20250424091938368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:28,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111039666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:28,382 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-04-30 07:29:28,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52246, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111039666, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:29:28,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111039666] with equal digest
2025-04-30 07:29:28,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 3 ms
2025-04-30 07:29:28,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111039666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:28,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111049005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:28,897 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-04-30 07:29:28,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52247, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111049005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:29:28,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111049005] with equal digest
2025-04-30 07:29:28,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 3 ms
2025-04-30 07:29:28,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111049005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:29,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111123254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:29,333 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-04-30 07:29:29,337 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:29:29,339 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:29,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:29,478 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-04-30 07:29:29,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52248, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111123254, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:29:29,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111123254] with equal digest
2025-04-30 07:29:29,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 3 ms
2025-04-30 07:29:29,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111123254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:29,533 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) >> A-RELEASE-RQ
2025-04-30 07:29:29,533 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS30(135) << A-RELEASE-RP
2025-04-30 07:29:29,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(135): close Socket[addr=187.91.28.24/187.91.28.24,port=52080,localport=11112]
2025-04-30 07:29:29,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111200108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:30,028 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-04-30 07:29:30,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52249, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111200108, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:29:30,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111200108] with equal digest
2025-04-30 07:29:30,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 2 ms
2025-04-30 07:29:30,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111200108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:30,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111303700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:30,603 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-04-30 07:29:30,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52250, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111303700, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:29:30,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111303700] with equal digest
2025-04-30 07:29:30,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 3 ms
2025-04-30 07:29:30,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111303700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:30,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111317068 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:31,116 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-04-30 07:29:31,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52251, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111317068, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 07:29:31,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111317068] with equal digest
2025-04-30 07:29:31,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 3 ms
2025-04-30 07:29:31,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111317068 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:31,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111342532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:31,631 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-04-30 07:29:31,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Found previous received Instance[pk=52252, uid=1.2.410.200001.101.11.501.1791052210.3.20241125111342532, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 07:29:31,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20241125110956241,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20241125111023890,objectUID=1.2.410.200001.101.11.501.1791052210.3.20241125111342532] with equal digest
2025-04-30 07:29:31,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): Updated DB in 2 ms
2025-04-30 07:29:31,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111342532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:31,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111642286 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:32,136 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-04-30 07:29:32,138 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:29:32,140 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): 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.20241125111642286 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:32,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:32,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111654022 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:32,629 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 07:29:32,631 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 07:29:32,640 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-04-30 07:29:32,642 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:29:32,644 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): 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.501.1791052210.3.20241125111654022 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:32,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:32,659 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-04-30 07:29:32,659 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:32,660 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 07:29:32,660 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 07:29:32,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111752071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:33,143 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-04-30 07:29:33,145 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:29:33,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): 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.20241125111752071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:33,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:33,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111813146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:33,660 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-04-30 07:29:33,662 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:29:33,664 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): 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.20241125111813146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:33,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:33,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111851226 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:34,050 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:34,052 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:34,054 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 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.301.1123109166.3.20250424091938368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:34,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 33:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:34,165 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-04-30 07:29:34,167 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:29:34,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): 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.20241125111851226 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:34,169 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:34,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 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.301.1123109166.3.20250424092146343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:34,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20241125111933570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:34,730 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-04-30 07:29:34,732 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
2025-04-30 07:29:34,734 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142): 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.20241125111933570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Patient ID 240220^^^DCM4CHEE.9CF11A33.0BC3CA48 in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20241125110956241].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:34,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240220^^^DCM4CHEE.25135D80.0BC3CA48 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:34,947 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) >> A-RELEASE-RQ
2025-04-30 07:29:34,947 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(142) << A-RELEASE-RP
2025-04-30 07:29:34,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS50US07(142): close Socket[addr=187.91.28.24/187.91.28.24,port=52143,localport=11112]
2025-04-30 07:29:35,418 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52144,localport=11112]
2025-04-30 07:29:35,419 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) >> A-ASSOCIATE-RQ
2025-04-30 07:29:35,419 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << A-ASSOCIATE-AC
2025-04-30 07:29:35,613 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:37,292 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-04-30 07:29:37,295 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:37,297 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:37,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:37,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:37,803 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-04-30 07:29:37,806 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:37,808 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:37,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:38,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:38,290 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 07:29:38,291 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 07:29:38,319 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-04-30 07:29:38,322 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:38,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:38,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:38,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:38,837 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-04-30 07:29:38,840 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:38,842 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:38,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:39,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:39,488 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-04-30 07:29:39,491 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:39,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:39,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:39,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:40,151 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-04-30 07:29:40,154 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:40,156 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:40,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:40,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:40,825 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-04-30 07:29:40,828 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:40,830 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:40,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:41,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:41,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:41,251 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:41,253 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 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.301.1123109166.3.20250424092146343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:41,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 34:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:41,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 35:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092448789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:41,466 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-04-30 07:29:41,469 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:41,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:41,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:41,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) >> A-RELEASE-RQ
2025-04-30 07:29:41,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(143) << A-RELEASE-RP
2025-04-30 07:29:41,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(143): close Socket[addr=187.91.28.24/187.91.28.24,port=52144,localport=11112]
2025-04-30 07:29:42,099 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52145,localport=11112]
2025-04-30 07:29:42,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) >> A-ASSOCIATE-RQ
2025-04-30 07:29:42,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << A-ASSOCIATE-AC
2025-04-30 07:29:42,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:44,228 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-04-30 07:29:44,231 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:44,232 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:44,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:44,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:44,782 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-04-30 07:29:44,785 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:44,787 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:44,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:44,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:45,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:45,252 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:45,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 35:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092448789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:45,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 35:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:45,306 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-04-30 07:29:45,309 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:45,311 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:45,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:45,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 36:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092728846 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:45,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:45,824 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-04-30 07:29:45,827 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:45,829 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:45,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:46,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:46,334 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-04-30 07:29:46,337 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:46,339 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:46,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:46,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:46,835 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-04-30 07:29:46,838 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:46,840 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:46,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:47,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:47,335 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-04-30 07:29:47,337 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:47,339 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:47,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:47,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:47,841 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-04-30 07:29:47,844 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:47,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:47,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:48,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) >> A-RELEASE-RQ
2025-04-30 07:29:48,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(144) << A-RELEASE-RP
2025-04-30 07:29:48,148 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS50US07(144): close Socket[addr=187.91.28.24/187.91.28.24,port=52145,localport=11112]
2025-04-30 07:29:48,515 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52146,localport=11112]
2025-04-30 07:29:48,516 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) >> A-ASSOCIATE-RQ
2025-04-30 07:29:48,516 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) << A-ASSOCIATE-AC
2025-04-30 07:29:48,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:49,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:49,657 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:49,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 36:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092728846 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:49,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 36:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:49,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 37:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092816498 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:50,392 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-04-30 07:29:50,395 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:29:50,397 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145): 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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:50,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:50,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:51,012 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-04-30 07:29:51,015 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:29:51,017 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145): 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:51,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:51,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:51,554 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-04-30 07:29:51,557 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:29:51,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145): 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:51,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:51,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:52,311 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-04-30 07:29:52,314 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:29:52,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145): 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:52,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:52,521 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) >> A-RELEASE-RQ
2025-04-30 07:29:52,521 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(145) << A-RELEASE-RP
2025-04-30 07:29:52,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS50US07(145): close Socket[addr=187.91.28.24/187.91.28.24,port=52146,localport=11112]
2025-04-30 07:29:53,069 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52147,localport=11112]
2025-04-30 07:29:53,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) >> A-ASSOCIATE-RQ
2025-04-30 07:29:53,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << A-ASSOCIATE-AC
2025-04-30 07:29:53,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:54,945 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-04-30 07:29:54,948 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:54,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:54,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:55,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:55,478 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-04-30 07:29:55,480 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:55,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:55,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:55,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:55,987 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-04-30 07:29:55,989 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:55,991 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:55,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:56,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:56,523 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-04-30 07:29:56,526 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:56,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:56,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:56,647 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:29:56,649 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:29:56,650 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 37:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092816498 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:56,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 37:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:56,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:56,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 38:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092950249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:57,029 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-04-30 07:29:57,032 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:57,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:57,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:57,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:57,567 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-04-30 07:29:57,570 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:57,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:57,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:57,790 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:58,082 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-04-30 07:29:58,085 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:58,087 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:58,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:58,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:58,618 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-04-30 07:29:58,621 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:29:58,623 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:29:58,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:58,833 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) >> A-RELEASE-RQ
2025-04-30 07:29:58,833 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(146) << A-RELEASE-RP
2025-04-30 07:29:58,884 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS50US07(146): close Socket[addr=187.91.28.24/187.91.28.24,port=52147,localport=11112]
2025-04-30 07:29:59,291 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52148,localport=11112]
2025-04-30 07:29:59,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) >> A-ASSOCIATE-RQ
2025-04-30 07:29:59,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << A-ASSOCIATE-AC
2025-04-30 07:29:59,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:29:59,939 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52081,localport=11112]
2025-04-30 07:29:59,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> A-ASSOCIATE-RQ
2025-04-30 07:29:59,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << A-ASSOCIATE-AC
2025-04-30 07:30:00,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-04-30 07:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-04-30 07:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3786) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3786) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:30:01,304 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-04-30 07:30:01,308 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:01,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:01,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:01,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:02,149 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-04-30 07:30:02,152 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:02,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:02,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:02,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:02,650 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:02,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68485, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101004138, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 07:30:02,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101004138] with equal digest
2025-04-30 07:30:02,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:02,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:02,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:02,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135514, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091148570, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 07:30:02,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091148570] with equal digest
2025-04-30 07:30:02,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:30:02,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091148570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:02,833 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-04-30 07:30:02,836 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:02,838 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:02,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:02,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:02,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091158706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 07:30:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 07:30:03,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:03,499 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-04-30 07:30:03,501 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:03,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:03,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:03,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:05,128 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:05,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68486, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101043301, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 07:30:05,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101043301] with equal digest
2025-04-30 07:30:05,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:05,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:05,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:08,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:08,091 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:30:08,093 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 38:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092950249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:08,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 38:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:08,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 39:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092957648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:08,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:08,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68487, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101134139, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 07:30:08,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101134139] with equal digest
2025-04-30 07:30:08,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 2 ms
2025-04-30 07:30:08,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:08,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:08,678 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-04-30 07:30:08,681 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:08,691 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:08,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:08,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:09,266 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-04-30 07:30:09,269 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:09,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:09,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:09,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:09,817 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-04-30 07:30:09,820 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:09,822 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:09,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:10,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:10,394 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-04-30 07:30:10,397 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:30:10,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:10,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:10,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) >> A-RELEASE-RQ
2025-04-30 07:30:10,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(147) << A-RELEASE-RP
2025-04-30 07:30:10,675 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(147): close Socket[addr=187.91.28.24/187.91.28.24,port=52148,localport=11112]
2025-04-30 07:30:11,059 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52149,localport=11112]
2025-04-30 07:30:11,059 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) >> A-ASSOCIATE-RQ
2025-04-30 07:30:11,059 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << A-ASSOCIATE-AC
2025-04-30 07:30:11,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:11,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 07:30:11,374 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 07:30:12,946 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-04-30 07:30:12,949 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:12,951 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:12,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:13,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:13,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68488, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101322358, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 07:30:13,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101322358] with equal digest
2025-04-30 07:30:13,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:13,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:13,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:13,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:13,466 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-04-30 07:30:13,469 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:13,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:13,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:13,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:13,889 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:13,891 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:30:13,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 39:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424092957648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:13,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 39:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:13,972 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-04-30 07:30:13,975 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:13,977 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:13,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:14,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 40:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093002201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:14,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:14,475 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-04-30 07:30:14,478 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:14,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:14,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:14,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:15,002 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-04-30 07:30:15,004 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:15,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:15,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:15,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:15,510 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-04-30 07:30:15,513 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:15,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:15,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:15,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:16,027 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-04-30 07:30:16,030 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:16,032 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:16,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:16,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:16,506 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:16,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68489, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 07:30:16,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101453938] with equal digest
2025-04-30 07:30:16,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:16,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:16,532 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-04-30 07:30:16,535 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:16,537 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:16,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:16,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:16,753 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) >> A-RELEASE-RQ
2025-04-30 07:30:16,753 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(149) << A-RELEASE-RP
2025-04-30 07:30:16,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(149): close Socket[addr=187.91.28.24/187.91.28.24,port=52149,localport=11112]
2025-04-30 07:30:17,218 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52150,localport=11112]
2025-04-30 07:30:17,218 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) >> A-ASSOCIATE-RQ
2025-04-30 07:30:17,218 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << A-ASSOCIATE-AC
2025-04-30 07:30:17,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:19,172 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:19,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68490, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 07:30:19,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101608307] with equal digest
2025-04-30 07:30:19,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:19,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.1144174170.3.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:19,179 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-04-30 07:30:19,182 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:19,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:19,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:19,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:19,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:19,711 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-04-30 07:30:19,714 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:19,715 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:19,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:19,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:20,227 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-04-30 07:30:20,230 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:20,233 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.20250404090046891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:20,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:20,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:20,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:20,674 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:30:20,676 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 40:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093002201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:20,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 40:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:20,759 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-04-30 07:30:20,762 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:20,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.20250404090407699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:20,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:20,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 41:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093006615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:20,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:21,270 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-04-30 07:30:21,274 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:21,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.20250404090546756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:21,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:21,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:21,778 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-04-30 07:30:21,781 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:21,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.20250404090611469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:21,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:22,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:22,315 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-04-30 07:30:22,318 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:22,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.20250404090743596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:22,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:22,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:22,828 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-04-30 07:30:22,831 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 07:30:22,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150): 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.20250404090831241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:22,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:22,963 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:22,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68507, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102029058, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 07:30:22,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102029058] with equal digest
2025-04-30 07:30:22,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:22,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:23,051 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) >> A-RELEASE-RQ
2025-04-30 07:30:23,051 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(150) << A-RELEASE-RP
2025-04-30 07:30:23,102 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS50US07(150): close Socket[addr=187.91.28.24/187.91.28.24,port=52150,localport=11112]
2025-04-30 07:30:23,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:23,484 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52151,localport=11112]
2025-04-30 07:30:23,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) >> A-ASSOCIATE-RQ
2025-04-30 07:30:23,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) << A-ASSOCIATE-AC
2025-04-30 07:30:23,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:25,642 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-04-30 07:30:25,645 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:30:25,647 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151): 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.501.1791052210.3.20250318145931401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:25,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:25,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:26,147 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-04-30 07:30:26,150 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:30:26,152 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151): 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.20250318150004648 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:26,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:26,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:26,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:26,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68491, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102106517, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 07:30:26,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102106517] with equal digest
2025-04-30 07:30:26,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:26,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:26,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:26,663 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-04-30 07:30:26,666 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:30:26,668 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151): 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.20250318150121896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:26,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:26,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:27,168 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-04-30 07:30:27,171 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
2025-04-30 07:30:27,173 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151): 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.20250318150131696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Patient ID 340802^^^DCM4CHEE.9B73E1D9.0BA79B42 in previous received object of Study[uid=340802].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:27,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340802^^^DCM4CHEE.90582204.0BA79B42 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:27,383 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) >> A-RELEASE-RQ
2025-04-30 07:30:27,383 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(151) << A-RELEASE-RP
2025-04-30 07:30:27,434 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS50US07(151): close Socket[addr=187.91.28.24/187.91.28.24,port=52151,localport=11112]
2025-04-30 07:30:27,659 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:27,660 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:30:27,662 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 41:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093006615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:27,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 41:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:27,830 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52152,localport=11112]
2025-04-30 07:30:27,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) >> A-ASSOCIATE-RQ
2025-04-30 07:30:27,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << A-ASSOCIATE-AC
2025-04-30 07:30:27,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 42:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093010263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:28,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:29,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:29,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68508, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102233058, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 07:30:29,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102233058] with equal digest
2025-04-30 07:30:29,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:29,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:29,887 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-04-30 07:30:29,890 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:29,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:29,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:29,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:30,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:30,395 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-04-30 07:30:30,399 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:30,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:30,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:30,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:30,898 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-04-30 07:30:30,901 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:30,903 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:30,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:31,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:31,408 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-04-30 07:30:31,411 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:31,413 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:31,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:31,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:31,945 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-04-30 07:30:31,948 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:31,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:31,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:32,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:32,459 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-04-30 07:30:32,462 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:32,464 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:32,464 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:32,660 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 07:30:32,662 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 07:30:32,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:32,681 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-04-30 07:30:32,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-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:32,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 07:30:33,016 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-04-30 07:30:33,019 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:33,021 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:33,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,424 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:33,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135515, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091158706, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 07:30:33,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091158706] with equal digest
2025-04-30 07:30:33,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:30:33,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091158706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:33,452 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:30:33,454 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 42:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093010263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:33,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 42:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,512 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-04-30 07:30:33,515 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:33,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:33,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091212584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> 43:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093013832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) >> 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.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:33,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68509, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102304613, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 07:30:33,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102304613] with equal digest
2025-04-30 07:30:33,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:33,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:33,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:34,069 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-04-30 07:30:34,072 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:34,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152): 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.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:34,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:34,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) >> A-RELEASE-RQ
2025-04-30 07:30:34,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(152) << A-RELEASE-RP
2025-04-30 07:30:34,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(152): close Socket[addr=187.91.28.24/187.91.28.24,port=52152,localport=11112]
2025-04-30 07:30:34,718 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52153,localport=11112]
2025-04-30 07:30:34,718 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) >> A-ASSOCIATE-RQ
2025-04-30 07:30:34,719 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << A-ASSOCIATE-AC
2025-04-30 07:30:34,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:36,720 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-04-30 07:30:36,723 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:36,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:36,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:36,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:37,198 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:37,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68492, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102352517, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 07:30:37,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102352517] with equal digest
2025-04-30 07:30:37,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:37,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:37,265 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-04-30 07:30:37,269 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:37,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:37,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:37,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:37,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:37,833 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-04-30 07:30:37,836 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:37,838 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:37,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:38,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:38,292 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 07:30:38,293 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 07:30:38,345 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-04-30 07:30:38,348 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:38,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:38,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:38,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:38,892 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-04-30 07:30:38,895 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:38,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:38,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:39,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:39,480 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-04-30 07:30:39,484 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:39,486 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:39,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:39,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) >> A-RELEASE-RQ
2025-04-30 07:30:39,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(153) << A-RELEASE-RP
2025-04-30 07:30:39,745 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS50US07(153): close Socket[addr=187.91.28.24/187.91.28.24,port=52153,localport=11112]
2025-04-30 07:30:39,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:39,903 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
2025-04-30 07:30:39,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126): processing 43:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250424093013832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs from Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.null in previous received object of Study[uid=1.2.410.200001.101.11.301.1123109166.1.20250424084252015].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:39,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << 43:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 24042025-084220^^^DCM4CHEE.62F08C99.89E5BB10 differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:40,110 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) >> A-RELEASE-RQ
2025-04-30 07:30:40,110 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS30(126) << A-RELEASE-RP
2025-04-30 07:30:40,118 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52154,localport=11112]
2025-04-30 07:30:40,126 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> A-ASSOCIATE-RQ
2025-04-30 07:30:40,126 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << A-ASSOCIATE-AC
2025-04-30 07:30:40,161 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(126): close Socket[addr=187.91.28.24/187.91.28.24,port=52071,localport=11112]
2025-04-30 07:30:40,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:40,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:40,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68493, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102531554, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 07:30:40,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102531554] with equal digest
2025-04-30 07:30:40,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:40,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:40,511 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52077,localport=11112]
2025-04-30 07:30:40,511 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> A-ASSOCIATE-RQ
2025-04-30 07:30:40,512 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << A-ASSOCIATE-AC
2025-04-30 07:30:40,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:40,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250415102334608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:42,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:42,004 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:42,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:42,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:42,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:42,600 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:42,603 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:42,605 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:42,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:42,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:43,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:43,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68494, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102646485, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 07:30:43,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102646485] with equal digest
2025-04-30 07:30:43,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:43,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:43,225 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:43,228 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:43,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:43,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:43,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:43,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:43,760 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:43,763 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:43,765 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:43,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:43,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:44,345 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:44,348 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:44,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:44,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:44,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:44,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:44,913 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:30:44,915 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:44,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:45,120 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) >> A-RELEASE-RQ
2025-04-30 07:30:45,120 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(154) << A-RELEASE-RP
2025-04-30 07:30:45,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS50US07(154): close Socket[addr=187.91.28.24/187.91.28.24,port=52154,localport=11112]
2025-04-30 07:30:45,578 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52155,localport=11112]
2025-04-30 07:30:45,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) >> A-ASSOCIATE-RQ
2025-04-30 07:30:45,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << A-ASSOCIATE-AC
2025-04-30 07:30:45,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170645432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:46,030 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-04-30 07:30:46,033 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:30:46,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.1123109166.3.20250415102334608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:46,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:46,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250415102425952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:46,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:46,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68510, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102719626, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 07:30:46,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102719626] with equal digest
2025-04-30 07:30:46,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:46,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:46,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:47,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:47,453 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:47,454 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.501.1791052210.3.20250429170645432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:47,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:47,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170705488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:47,978 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:47,981 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:47,983 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.20250429170705488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:47,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:48,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170737970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:48,478 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:48,481 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:48,483 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.20250429170737970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:48,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:48,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170841755 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:49,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:49,022 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:49,024 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.20250429170841755 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:49,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:49,164 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:49,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68495, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102819757, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 07:30:49,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102819757] with equal digest
2025-04-30 07:30:49,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:49,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:49,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429170906862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:49,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:49,580 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:49,583 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:49,585 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.20250429170906862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:49,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:49,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429171114990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:50,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:50,082 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:50,084 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.20250429171114990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:50,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:50,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429171157700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:50,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:50,627 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:50,629 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.20250429171157700 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:50,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:50,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250429171227451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:51,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:51,145 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
2025-04-30 07:30:51,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156): 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.20250429171227451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Patient ID 241046^^^DCM4CHEE.34A10258.0D6A2D70 in previous received object of Study[uid=241046].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:51,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 241046^^^DCM4CHEE.F2F5469A.0D6A2D70 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:51,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) >> A-RELEASE-RQ
2025-04-30 07:30:51,375 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(156) << A-RELEASE-RP
2025-04-30 07:30:51,425 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS50US07(156): close Socket[addr=187.91.28.24/187.91.28.24,port=52155,localport=11112]
2025-04-30 07:30:51,825 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52156,localport=11112]
2025-04-30 07:30:51,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) >> A-ASSOCIATE-RQ
2025-04-30 07:30:51,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << A-ASSOCIATE-AC
2025-04-30 07:30:52,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:52,399 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:52,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68511, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103840389, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 07:30:52,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103840389] with equal digest
2025-04-30 07:30:52,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 2 ms
2025-04-30 07:30:52,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:52,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:52,609 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-04-30 07:30:52,612 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:30:52,613 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.1123109166.3.20250415102425952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:52,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:52,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250415102606028 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:53,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:53,921 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:53,923 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:53,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:54,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:54,416 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:54,419 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:54,421 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:54,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:54,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:54,932 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:54,935 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:54,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:54,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:55,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:55,439 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:55,442 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:55,444 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:55,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:55,628 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:55,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68512, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103902565, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 07:30:55,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103902565] with equal digest
2025-04-30 07:30:55,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:55,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:55,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:55,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:55,948 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:55,951 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:55,953 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:55,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:56,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:56,478 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:56,481 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:56,483 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:56,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:56,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:56,986 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:56,990 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:56,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:56,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:57,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:57,532 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:57,535 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:57,537 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:57,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:57,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) >> 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.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:58,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:58,079 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:58,081 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:58,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:58,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) >> 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.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:58,625 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:58,628 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:30:58,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157): 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.501.1791052210.3.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:58,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:58,666 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:30:58,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68513, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104041179, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 07:30:58,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104041179] with equal digest
2025-04-30 07:30:58,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:30:58,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:58,695 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-04-30 07:30:58,698 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:30:58,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.1123109166.3.20250415102606028 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:30:58,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:58,838 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) >> A-RELEASE-RQ
2025-04-30 07:30:58,838 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(157) << A-RELEASE-RP
2025-04-30 07:30:58,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:58,888 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS50US07(157): close Socket[addr=187.91.28.24/187.91.28.24,port=52156,localport=11112]
2025-04-30 07:30:58,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250415102624254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:30:59,246 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52157,localport=11112]
2025-04-30 07:30:59,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) >> A-ASSOCIATE-RQ
2025-04-30 07:30:59,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << A-ASSOCIATE-AC
2025-04-30 07:30:59,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:01,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:01,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68514, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104134011, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 07:31:01,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104134011] with equal digest
2025-04-30 07:31:01,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:31:01,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:01,343 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:01,346 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:01,348 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:01,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:01,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:01,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:01,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:01,894 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:01,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:01,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:02,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:02,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:02,436 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:02,438 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:02,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:02,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:02,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:02,939 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:02,941 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:02,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 07:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 07:31:03,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:03,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:03,508 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:03,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:03,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:03,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:04,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:04,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:04,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135520, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091212584, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 07:31:04,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091212584] with equal digest
2025-04-30 07:31:04,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:31:04,018 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:04,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091212584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:04,020 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:04,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:04,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091300458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:04,253 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) >> A-RELEASE-RQ
2025-04-30 07:31:04,253 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(158) << A-RELEASE-RP
2025-04-30 07:31:04,303 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(158): close Socket[addr=187.91.28.24/187.91.28.24,port=52157,localport=11112]
2025-04-30 07:31:04,560 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:04,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68515, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104213108, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 07:31:04,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104213108] with equal digest
2025-04-30 07:31:04,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:31:04,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:04,689 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52158,localport=11112]
2025-04-30 07:31:04,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) >> A-ASSOCIATE-RQ
2025-04-30 07:31:04,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << A-ASSOCIATE-AC
2025-04-30 07:31:04,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:04,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:05,332 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-04-30 07:31:05,335 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:05,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.20250415102624254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:05,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:05,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250415102756441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:06,637 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:06,641 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:06,643 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:06,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:06,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:07,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:07,194 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:07,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:07,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:07,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:07,601 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:07,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68516, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104235069, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 07:31:07,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104235069] with equal digest
2025-04-30 07:31:07,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 4 ms
2025-04-30 07:31:07,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:07,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:07,739 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:07,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:07,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:07,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:07,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:08,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:08,245 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:08,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:08,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:08,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:08,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:08,795 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:08,797 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:08,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:09,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:09,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:09,322 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:09,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:09,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:09,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) >> A-RELEASE-RQ
2025-04-30 07:31:09,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(159) << A-RELEASE-RP
2025-04-30 07:31:09,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS50US07(159): close Socket[addr=187.91.28.24/187.91.28.24,port=52158,localport=11112]
2025-04-30 07:31:09,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:09,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68517, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104333162, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 07:31:09,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104333162] with equal digest
2025-04-30 07:31:09,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:31:09,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:09,956 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52159,localport=11112]
2025-04-30 07:31:09,958 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) >> A-ASSOCIATE-RQ
2025-04-30 07:31:09,958 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << A-ASSOCIATE-AC
2025-04-30 07:31:10,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:10,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:11,374 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 07:31:11,375 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 07:31:11,959 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:11,962 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:11,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160): 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.501.1791052210.3.20250221121622638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:11,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:12,111 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-04-30 07:31:12,115 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:12,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.1123109166.3.20250415102756441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:12,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:12,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:12,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) 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.20250415102838853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:12,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:12,521 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:12,523 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160): 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.20250221121724509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:12,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:12,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:12,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68518, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104445528, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 07:31:12,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104445528] with equal digest
2025-04-30 07:31:12,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 2 ms
2025-04-30 07:31:12,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:12,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:12,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:13,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:13,065 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:13,067 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160): 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.20250221121805539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:13,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:13,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:13,570 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:13,573 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:13,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160): 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.20250221121948156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:13,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:13,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:14,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:14,149 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:14,152 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160): 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.20250221122049744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:14,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:14,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:14,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:14,664 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
2025-04-30 07:31:14,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160): 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.20250221122147993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Patient ID 340977^^^DCM4CHEE.9C328DAC.0883E749 in previous received object of Study[uid=340977].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:14,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340977^^^DCM4CHEE.5FE0B8BB.0883E749 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:14,872 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) >> A-RELEASE-RQ
2025-04-30 07:31:14,872 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(160) << A-RELEASE-RP
2025-04-30 07:31:14,922 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS50US07(160): close Socket[addr=187.91.28.24/187.91.28.24,port=52159,localport=11112]
2025-04-30 07:31:15,287 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52160,localport=11112]
2025-04-30 07:31:15,287 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) >> A-ASSOCIATE-RQ
2025-04-30 07:31:15,287 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << A-ASSOCIATE-AC
2025-04-30 07:31:15,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:15,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:15,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68519, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104635455, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 07:31:15,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104635455] with equal digest
2025-04-30 07:31:15,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:31:15,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:15,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:17,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:17,173 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:17,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:17,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:17,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:17,673 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:17,675 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:17,677 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:17,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:17,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:18,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:18,177 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:18,178 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:18,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:18,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:18,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:18,685 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:18,686 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:18,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:18,692 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-04-30 07:31:18,695 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:18,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.1123109166.3.20250415102838853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:18,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:18,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250415103020889 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:18,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:19,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:19,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68520, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104729571, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 07:31:19,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104729571] with equal digest
2025-04-30 07:31:19,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:31:19,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:19,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:22,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:22,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68521, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104732550, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 07:31:22,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104732550] with equal digest
2025-04-30 07:31:22,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:31:22,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:22,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:23,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:23,115 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:23,124 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:23,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:23,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:23,663 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:23,666 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:23,668 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:23,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:23,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:24,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:24,203 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:24,205 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:24,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:24,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:24,701 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-04-30 07:31:24,704 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:24,706 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.1123109166.3.20250415103020889 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:24,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:24,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:24,745 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:24,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:24,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:24,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250415103145987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:24,955 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) >> A-RELEASE-RQ
2025-04-30 07:31:24,955 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(161) << A-RELEASE-RP
2025-04-30 07:31:25,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS50US07(161): close Socket[addr=187.91.28.24/187.91.28.24,port=52160,localport=11112]
2025-04-30 07:31:25,421 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52161,localport=11112]
2025-04-30 07:31:25,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) >> A-ASSOCIATE-RQ
2025-04-30 07:31:25,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << A-ASSOCIATE-AC
2025-04-30 07:31:25,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:25,649 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:25,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68522, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104938652, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 07:31:25,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104938652] with equal digest
2025-04-30 07:31:25,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 2 ms
2025-04-30 07:31:25,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:25,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:27,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:27,581 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:27,583 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:27,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:27,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:28,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:28,096 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:28,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:28,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:28,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:28,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:28,605 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:28,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:28,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:28,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:28,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68523, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105130641, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 07:31:28,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105130641] with equal digest
2025-04-30 07:31:28,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 2 ms
2025-04-30 07:31:28,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:28,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:28,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:29,109 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:29,112 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:29,114 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:29,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:29,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:31,288 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-04-30 07:31:31,292 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:31,294 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.301.1123109166.3.20250415103145987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:31,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:31,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 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.20250415103418397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:32,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:32,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Found previous received Instance[pk=68524, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105233867, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 07:31:32,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105233867] with equal digest
2025-04-30 07:31:32,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): Updated DB in 3 ms
2025-04-30 07:31:32,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:32,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:32,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 07:31:32,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 07:31:32,685 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 07:31:32,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-04-30 07:31:32,713 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:32,713 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 07:31:32,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 07:31:33,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:33,070 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:33,080 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:33,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:33,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:33,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:33,596 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:33,598 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:33,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:33,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:34,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:34,107 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:34,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:34,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:34,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:34,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:34,658 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:34,660 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:34,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:34,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:34,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135523, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091300458, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 07:31:34,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091300458] with equal digest
2025-04-30 07:31:34,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:31:34,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091300458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:34,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) >> A-RELEASE-RQ
2025-04-30 07:31:34,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(162) << A-RELEASE-RP
2025-04-30 07:31:34,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(162): close Socket[addr=187.91.28.24/187.91.28.24,port=52161,localport=11112]
2025-04-30 07:31:34,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091527417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:35,338 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52162,localport=11112]
2025-04-30 07:31:35,339 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) >> A-ASSOCIATE-RQ
2025-04-30 07:31:35,339 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << A-ASSOCIATE-AC
2025-04-30 07:31:35,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:37,299 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-04-30 07:31:37,302 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:37,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.301.1123109166.3.20250415103418397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:37,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:37,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:37,435 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:37,437 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:37,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:37,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 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.20250415103604337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:37,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:38,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:38,130 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:38,132 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:38,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:38,294 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 07:31:38,295 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 07:31:38,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:38,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:38,695 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:38,697 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:38,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:38,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:39,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:39,270 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:39,272 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:39,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:39,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:43,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:43,323 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:43,333 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:43,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:43,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:43,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:43,841 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:43,843 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:43,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:43,885 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-04-30 07:31:43,888 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:43,889 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.301.1123109166.3.20250415103604337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:43,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:44,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:44,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 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.20250415103653795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:44,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:44,350 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:44,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:44,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:44,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:44,863 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:44,866 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:44,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:44,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:45,084 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) >> A-RELEASE-RQ
2025-04-30 07:31:45,084 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(163) << A-RELEASE-RP
2025-04-30 07:31:45,134 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS50US07(163): close Socket[addr=187.91.28.24/187.91.28.24,port=52162,localport=11112]
2025-04-30 07:31:45,581 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52163,localport=11112]
2025-04-30 07:31:45,582 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> A-ASSOCIATE-RQ
2025-04-30 07:31:45,582 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << A-ASSOCIATE-AC
2025-04-30 07:31:45,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:47,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:47,930 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:47,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:47,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:48,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:48,617 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:48,620 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:48,622 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:48,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:48,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:49,288 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:49,291 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:49,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:49,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:49,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:49,892 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-04-30 07:31:49,895 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:49,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.301.1123109166.3.20250415103653795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:49,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:49,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:49,960 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:49,962 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:49,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:50,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 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.20250415103709410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:50,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:55,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:55,441 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:55,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:55,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:55,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:56,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:56,014 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:56,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:56,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:56,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:56,476 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-04-30 07:31:56,478 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:31:56,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.301.1123109166.3.20250415103709410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:56,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:56,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:56,572 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:56,573 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:56,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:56,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 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.20250415104031055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:56,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:57,152 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:31:57,155 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:31:57,157 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:31:57,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:31:57,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) >> A-RELEASE-RQ
2025-04-30 07:31:57,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(164) << A-RELEASE-RP
2025-04-30 07:31:57,423 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(164): close Socket[addr=187.91.28.24/187.91.28.24,port=52163,localport=11112]
2025-04-30 07:31:57,875 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52164,localport=11112]
2025-04-30 07:31:57,876 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) >> A-ASSOCIATE-RQ
2025-04-30 07:31:57,876 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << A-ASSOCIATE-AC
2025-04-30 07:31:58,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:00,006 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:00,009 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:00,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:00,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:00,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:00,565 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:00,567 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:00,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:00,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:00,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:01,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:01,087 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:01,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:01,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:01,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:01,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:01,607 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:01,609 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:01,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:01,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:02,303 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:02,305 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:32:02,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): 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.301.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:02,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:02,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 07:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 07:32:03,256 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-04-30 07:32:03,258 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:32:03,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.301.1123109166.3.20250415104031055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:03,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:03,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 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.20250415104155871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:05,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:05,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135524, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091527417, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 07:32:05,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091527417] with equal digest
2025-04-30 07:32:05,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 2 ms
2025-04-30 07:32:05,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091527417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:05,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091653371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:06,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:06,521 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:06,532 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:06,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:06,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:07,059 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:07,062 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:07,064 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:07,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:07,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:07,590 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:07,593 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:07,595 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:07,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:07,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:08,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:08,126 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 07:32:08,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:08,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:08,423 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) >> A-RELEASE-RQ
2025-04-30 07:32:08,423 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(165) << A-RELEASE-RP
2025-04-30 07:32:08,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS50US07(165): close Socket[addr=187.91.28.24/187.91.28.24,port=52164,localport=11112]
2025-04-30 07:32:08,866 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52165,localport=11112]
2025-04-30 07:32:08,866 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) >> A-ASSOCIATE-RQ
2025-04-30 07:32:08,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << A-ASSOCIATE-AC
2025-04-30 07:32:09,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:09,755 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:32:09,757 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:32:09,834 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-04-30 07:32:09,838 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:32:09,840 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.1123109166.3.20250415104155871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:09,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:10,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> 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.20250415104206572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:10,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:10,751 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:10,753 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166): 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.501.1791052210.3.20250425154145744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:10,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:10,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:11,278 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:11,281 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:11,282 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154238084 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:11,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:11,375 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 07:32:11,377 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 07:32:11,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:11,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:11,798 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:11,800 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154428671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:11,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:12,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:12,303 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:12,306 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:12,308 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154459678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:12,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:12,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:12,818 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:12,821 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:12,823 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154529033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:12,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:13,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:13,341 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:13,344 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:13,346 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154559120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:13,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:13,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:13,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:13,852 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:13,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154628292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:13,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:14,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:14,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:14,429 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:14,432 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154727392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:14,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:14,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:14,938 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:14,940 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:14,942 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154747787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:14,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:15,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:15,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3763) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:15,508 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3763) Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
2025-04-30 07:32:15,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250425154907834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Patient ID 339710^^^DCM4CHEE.AFB77D4C.8A01D76A in previous received object of Study[uid=339710].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:15,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339710^^^DCM4CHEE.951A1FDD.8A01D76A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:15,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) >> A-RELEASE-RQ
2025-04-30 07:32:15,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3763) DCM4CHEE<-HS50US07(166) << A-RELEASE-RP
2025-04-30 07:32:15,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(166): close Socket[addr=187.91.28.24/187.91.28.24,port=52165,localport=11112]
2025-04-30 07:32:15,844 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-04-30 07:32:15,846 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 07:32:15,848 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155): 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.301.1123109166.3.20250415104206572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:15,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:16,047 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) >> A-RELEASE-RQ
2025-04-30 07:32:16,047 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS30(155) << A-RELEASE-RP
2025-04-30 07:32:16,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(155): close Socket[addr=187.91.28.24/187.91.28.24,port=52077,localport=11112]
2025-04-30 07:32:21,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:21,802 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:32:21,813 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:21,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:22,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:26,306 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:26,308 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:32:26,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:26,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:26,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:30,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:30,672 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 07:32:30,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148): processing 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:30,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << 33:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:30,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) >> A-RELEASE-RQ
2025-04-30 07:32:30,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(148) << A-RELEASE-RP
2025-04-30 07:32:30,918 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(148): close Socket[addr=187.91.28.24/187.91.28.24,port=52081,localport=11112]
2025-04-30 07:32:31,261 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52084,localport=11112]
2025-04-30 07:32:31,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) >> A-ASSOCIATE-RQ
2025-04-30 07:32:31,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << A-ASSOCIATE-AC
2025-04-30 07:32:31,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:32,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 07:32:32,715 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 07:32:32,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 07:32:32,739 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-04-30 07:32:32,739 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:32,740 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 07:32:32,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 07:32:33,719 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:33,722 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:33,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:33,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:33,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:36,065 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:36,068 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:36,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:36,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:36,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:38,295 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 07:32:38,297 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 07:32:40,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:40,133 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:40,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:40,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:40,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:40,580 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:40,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135525, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091653371, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 07:32:40,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091653371] with equal digest
2025-04-30 07:32:40,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 07:32:40,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091653371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:40,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091733485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:42,730 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=4543&seriesUID=1.2.840.113619.2.423.84107009440.1744623094.205&objectUID=1.2.840.113619.2.423.84107009440.1744623593.218&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:32:42,788 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=4543&seriesUID=1.2.840.113619.2.423.84107009440.1744623094.205&objectUID=1.2.840.113619.2.423.84107009440.1744623623.222&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:32:42,834 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=4543&seriesUID=1.2.840.113619.2.423.84107009440.1744623094.205&objectUID=1.2.840.113619.2.423.84107009440.1744623421.206&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:32:42,881 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=4543&seriesUID=1.2.840.113619.2.423.84107009440.1744623094.205&objectUID=1.2.840.113619.2.423.84107009440.1744623431.210&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:32:42,926 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-3) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=4543&seriesUID=1.2.840.113619.2.423.84107009440.1744623094.205&objectUID=1.2.840.113619.2.423.84107009440.1744623489.214&contentType=image/jpeg from null@162.240.235.97
2025-04-30 07:32:43,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:43,439 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:43,442 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:43,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:43,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:46,729 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:46,732 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:46,734 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:46,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:46,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:50,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:50,413 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:50,415 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:50,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:50,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:53,517 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:53,520 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:53,522 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:53,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:53,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:57,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:32:57,977 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:32:57,979 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:32:57,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:32:58,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:01,467 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:01,469 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:33:01,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:01,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:01,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 07:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 07:33:04,464 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 07:33:04,466 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 07:33:04,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:04,572 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:33:04,574 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:04,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:04,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:08,065 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:08,068 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:33:08,070 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:08,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:08,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:11,186 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:11,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135526, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091733485, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 07:33:11,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091733485] with equal digest
2025-04-30 07:33:11,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 2 ms
2025-04-30 07:33:11,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091733485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:11,377 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 07:33:11,378 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 07:33:11,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091740621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:32,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 07:33:32,742 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 07:33:32,743 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 07:33:32,744 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-04-30 07:33:32,744 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:32,745 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 07:33:32,745 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 07:33:38,297 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 07:33:38,299 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 07:33:42,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:42,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135527, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091740621, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 07:33:42,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091740621] with equal digest
2025-04-30 07:33:42,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 07:33:42,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091740621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:42,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091751024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:42,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:42,475 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:33:42,485 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:42,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:42,686 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) >> A-RELEASE-RQ
2025-04-30 07:33:42,687 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(167) << A-RELEASE-RP
2025-04-30 07:33:42,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(167): close Socket[addr=187.91.28.24/187.91.28.24,port=52084,localport=11112]
2025-04-30 07:33:43,083 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52085,localport=11112]
2025-04-30 07:33:43,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) >> A-ASSOCIATE-RQ
2025-04-30 07:33:43,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << A-ASSOCIATE-AC
2025-04-30 07:33:43,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:45,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:45,527 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:33:45,530 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:45,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:45,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:48,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:48,058 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:33:48,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:48,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:48,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:51,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:51,354 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:33:51,356 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:51,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:51,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:55,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:55,617 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:33:55,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:55,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:55,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:59,108 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:33:59,111 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:33:59,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:33:59,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:33:59,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:02,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:02,211 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:34:02,213 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:02,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:02,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 07:34:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 07:34:05,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:05,890 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:34:05,892 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:05,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:06,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:08,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:08,995 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:34:08,997 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:08,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:09,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:11,378 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 07:34:11,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 07:34:12,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:12,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135528, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091751024, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 07:34:12,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091751024] with equal digest
2025-04-30 07:34:12,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:34:12,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091751024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:13,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091756993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:13,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:13,453 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:34:13,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:13,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:13,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:16,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:16,934 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:34:16,936 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:16,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:17,133 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) >> A-RELEASE-RQ
2025-04-30 07:34:17,133 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(168) << A-RELEASE-RP
2025-04-30 07:34:17,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(168): close Socket[addr=187.91.28.24/187.91.28.24,port=52085,localport=11112]
2025-04-30 07:34:17,546 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52086,localport=11112]
2025-04-30 07:34:17,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> A-ASSOCIATE-RQ
2025-04-30 07:34:17,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << A-ASSOCIATE-AC
2025-04-30 07:34:17,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:20,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:20,586 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:20,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:20,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:20,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:24,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:24,020 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:24,022 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:24,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:24,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:26,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:26,370 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:26,372 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:26,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:26,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:28,150 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:28,153 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:28,155 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:28,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:28,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:30,699 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:30,702 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:30,704 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:30,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:30,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:32,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 07:34:32,747 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 07:34:32,748 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-04-30 07:34:32,748 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:32,748 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 07:34:34,224 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:34,227 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:34,229 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:34,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:34,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:37,167 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:37,170 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:37,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:37,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:37,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:38,299 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 07:34:38,301 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 07:34:40,876 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:40,879 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:40,881 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:40,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:41,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:43,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:43,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135529, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091756993, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 07:34:43,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091756993] with equal digest
2025-04-30 07:34:43,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 07:34:43,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091756993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:43,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 25: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.20250426091804840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:44,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:44,585 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:44,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:44,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:44,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:48,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:48,104 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:48,105 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:48,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:48,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:51,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:51,236 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:51,238 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:51,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:51,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:53,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:53,584 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:53,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:53,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:53,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:56,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:56,326 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:56,328 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:56,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:56,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:59,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:34:59,262 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:34:59,263 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:34:59,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:34:59,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) >> A-RELEASE-RQ
2025-04-30 07:34:59,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(169) << A-RELEASE-RP
2025-04-30 07:34:59,519 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(169): close Socket[addr=187.91.28.24/187.91.28.24,port=52086,localport=11112]
2025-04-30 07:34:59,877 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52087,localport=11112]
2025-04-30 07:34:59,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> A-ASSOCIATE-RQ
2025-04-30 07:34:59,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << A-ASSOCIATE-AC
2025-04-30 07:35:00,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 07:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 07:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3807) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:35:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3807) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 07:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 07:35:03,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:03,354 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:03,356 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:03,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:03,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:05,315 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:05,318 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:05,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:05,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:05,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:06,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:06,694 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:06,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:06,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:06,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:08,643 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:08,645 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:08,647 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:08,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:08,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:11,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:11,173 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:11,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:11,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:11,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:11,380 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 07:35:11,380 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 07:35:14,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:14,862 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:14,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:14,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:15,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:18,354 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:18,356 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:18,359 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:18,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:18,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:21,820 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:21,823 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:21,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:21,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:22,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:25,321 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:25,324 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:25,326 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:25,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:25,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:28,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:28,048 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:28,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:28,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:28,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:31,550 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:31,553 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:31,555 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:31,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:31,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:32,748 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 07:35:32,750 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-04-30 07:35:32,750 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:32,751 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 07:35:32,775 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-04-30 07:35:32,776 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:32,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 07:35:34,663 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:34,666 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:34,668 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:34,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:34,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:37,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:37,005 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:37,007 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:37,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:37,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:38,301 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 07:35:38,303 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 07:35:39,354 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:39,357 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:39,359 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:39,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:39,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) >> A-RELEASE-RQ
2025-04-30 07:35:39,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(170) << A-RELEASE-RP
2025-04-30 07:35:39,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(170): close Socket[addr=187.91.28.24/187.91.28.24,port=52087,localport=11112]
2025-04-30 07:35:39,960 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52088,localport=11112]
2025-04-30 07:35:39,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) >> A-ASSOCIATE-RQ
2025-04-30 07:35:39,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << A-ASSOCIATE-AC
2025-04-30 07:35:40,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:42,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:42,451 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:42,453 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:42,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:42,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:45,008 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:45,010 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:45,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:45,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:45,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:48,910 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:48,912 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:48,914 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:48,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:49,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:52,419 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:52,422 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:52,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:52,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:52,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:55,542 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:55,545 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:55,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:55,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:55,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:59,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:35:59,456 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:35:59,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:35:59,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:35:59,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 07:36:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 07:36:03,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:03,746 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:03,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:03,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:03,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:07,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:07,072 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:07,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:07,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:07,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:10,403 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:10,406 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:10,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:10,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:10,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:11,381 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 07:36:11,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 07:36:13,731 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:13,734 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:13,735 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:13,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:13,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:17,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:17,445 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:17,447 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:17,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:17,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:20,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:20,582 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:20,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:20,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:20,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:23,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:23,533 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:23,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:23,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:23,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:27,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:27,435 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:27,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:27,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:27,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) >> A-RELEASE-RQ
2025-04-30 07:36:27,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(171) << A-RELEASE-RP
2025-04-30 07:36:27,685 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(171): close Socket[addr=187.91.28.24/187.91.28.24,port=52088,localport=11112]
2025-04-30 07:36:28,047 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52089,localport=11112]
2025-04-30 07:36:28,056 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) >> A-ASSOCIATE-RQ
2025-04-30 07:36:28,057 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << A-ASSOCIATE-AC
2025-04-30 07:36:28,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:30,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:30,343 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:30,345 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:30,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:30,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:31,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:31,758 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:31,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:31,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:31,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:32,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 07:36:32,777 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-04-30 07:36:32,778 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:32,802 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-04-30 07:36:32,802 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:32,802 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 07:36:34,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:34,507 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:34,508 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:34,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:34,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:37,854 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:37,856 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:37,858 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:37,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:38,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:38,303 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 07:36:38,305 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 07:36:41,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:41,021 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:41,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:41,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:41,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:43,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:43,584 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:43,585 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:43,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:43,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:46,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:46,160 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:46,162 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:46,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:46,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:48,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:48,918 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:48,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:48,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:49,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:52,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:52,663 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:52,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:52,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:52,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:55,623 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:55,626 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:55,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:55,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:55,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:58,393 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:36:58,396 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:36:58,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:36:58,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:36:58,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:00,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:00,767 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:37:00,769 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:00,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:00,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 07:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 07:37:03,527 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:03,529 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:37:03,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:03,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:03,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:06,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:06,905 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:37:06,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:06,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:07,106 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) >> A-RELEASE-RQ
2025-04-30 07:37:07,107 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(172) << A-RELEASE-RP
2025-04-30 07:37:07,157 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(172): close Socket[addr=187.91.28.24/187.91.28.24,port=52089,localport=11112]
2025-04-30 07:37:07,526 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52090,localport=11112]
2025-04-30 07:37:07,526 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) >> A-ASSOCIATE-RQ
2025-04-30 07:37:07,526 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << A-ASSOCIATE-AC
2025-04-30 07:37:07,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:09,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:09,696 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:09,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:09,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:09,757 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:37:09,759 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:37:09,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:10,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:10,940 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:10,942 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:10,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:11,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:11,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 07:37:11,383 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 07:37:12,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:12,760 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:12,762 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:12,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:12,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:15,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:15,181 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:15,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:15,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:15,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:18,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:18,206 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:18,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:18,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:18,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:20,827 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:20,830 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:20,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:20,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:21,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:23,441 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:23,444 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:23,446 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:23,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:23,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:27,059 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:27,062 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:27,064 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:27,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:27,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) 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.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:30,471 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:30,474 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:30,476 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:30,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:30,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) >> 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.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:32,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:32,691 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:32,693 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:32,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:32,802 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 07:37:32,804 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-04-30 07:37:32,804 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:32,804 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 07:37:32,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) >> 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.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:35,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:35,104 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:35,106 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:35,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:35,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) >> 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.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:38,305 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 07:37:38,307 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 07:37:56,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:37:56,741 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 07:37:56,751 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:37:56,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:37:56,955 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) >> A-RELEASE-RQ
2025-04-30 07:37:56,955 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(173) << A-RELEASE-RP
2025-04-30 07:37:57,005 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS30(173): close Socket[addr=187.91.28.24/187.91.28.24,port=52090,localport=11112]
2025-04-30 07:37:57,362 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52091,localport=11112]
2025-04-30 07:37:57,363 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) >> A-ASSOCIATE-RQ
2025-04-30 07:37:57,363 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << A-ASSOCIATE-AC
2025-04-30 07:37:57,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:00,563 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:00,566 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:00,568 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:00,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:00,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:02,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:02,715 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:02,717 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:02,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:02,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 07:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 07:38:04,466 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 07:38:04,467 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 07:38:04,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:04,861 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:04,863 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:04,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:05,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:07,577 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:07,580 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:07,582 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:07,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:07,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:11,066 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:11,069 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:11,071 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:11,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:11,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:11,384 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 07:38:11,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 07:38:14,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:14,366 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:14,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:14,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:14,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:16,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:16,696 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:16,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:16,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:16,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:19,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:19,046 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:19,048 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:19,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:19,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:21,953 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:21,955 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:21,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:21,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:22,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:24,471 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:24,474 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 07:38:24,476 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:24,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:24,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) >> A-RELEASE-RQ
2025-04-30 07:38:24,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(174) << A-RELEASE-RP
2025-04-30 07:38:24,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(174): close Socket[addr=187.91.28.24/187.91.28.24,port=52091,localport=11112]
2025-04-30 07:38:25,073 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52092,localport=11112]
2025-04-30 07:38:25,073 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> A-ASSOCIATE-RQ
2025-04-30 07:38:25,073 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << A-ASSOCIATE-AC
2025-04-30 07:38:25,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:28,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:28,360 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:28,362 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:28,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:28,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:30,507 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:30,510 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:30,512 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:30,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:30,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:32,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 07:38:32,806 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-04-30 07:38:32,806 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:32,807 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 07:38:33,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:33,425 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:33,427 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:33,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:33,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:37,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:37,107 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:37,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:37,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:37,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:38,307 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 07:38:38,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 07:38:40,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:40,222 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:40,223 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:40,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:40,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:45,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:45,254 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:45,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:45,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:45,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:48,745 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:48,748 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:48,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:48,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:48,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:51,463 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:51,465 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:51,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:51,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:51,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:55,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:55,144 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:55,146 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:55,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:55,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:59,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:38:59,024 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:38:59,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:38:59,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:38:59,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:02,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:02,314 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:02,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:02,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:02,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 07:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 07:39:05,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:05,420 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:05,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:05,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:05,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:08,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:08,912 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:08,914 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:08,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:09,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:11,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 07:39:11,386 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 07:39:12,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:12,987 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:12,989 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:12,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:13,200 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) >> A-RELEASE-RQ
2025-04-30 07:39:13,200 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(175) << A-RELEASE-RP
2025-04-30 07:39:13,250 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(175): close Socket[addr=187.91.28.24/187.91.28.24,port=52092,localport=11112]
2025-04-30 07:39:13,610 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52093,localport=11112]
2025-04-30 07:39:13,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> A-ASSOCIATE-RQ
2025-04-30 07:39:13,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << A-ASSOCIATE-AC
2025-04-30 07:39:13,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:15,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:15,723 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:15,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:15,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:15,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:17,494 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:17,497 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:17,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:17,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:17,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:20,618 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:20,621 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:20,624 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:20,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:20,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:23,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:23,355 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:23,356 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:23,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:23,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:26,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:26,084 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:26,086 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:26,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:26,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:30,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:30,174 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:30,176 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:30,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:30,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:32,807 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 07:39:32,808 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-04-30 07:39:32,808 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:32,810 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 07:39:32,831 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-04-30 07:39:32,831 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:32,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 07:39:33,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:33,673 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:33,675 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:33,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:33,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:36,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:36,591 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:36,593 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:36,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:36,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:38,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 07:39:38,310 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 07:39:40,673 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:40,676 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:40,678 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:40,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:40,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:43,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:43,792 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:43,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:43,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:44,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:46,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:46,914 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:46,917 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:46,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:47,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:50,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:50,802 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:50,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:50,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:51,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:54,107 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:54,110 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:54,112 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:54,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:54,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:57,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3785) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:39:57,222 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3785) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 07:39:57,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:39:57,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:39:57,433 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) >> A-RELEASE-RQ
2025-04-30 07:39:57,433 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3785) DCM4CHEE<-HS30(176) << A-RELEASE-RP
2025-04-30 07:39:57,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(176): close Socket[addr=187.91.28.24/187.91.28.24,port=52093,localport=11112]
2025-04-30 07:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 07:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 07:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3785) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3785) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 07:40:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 07:40:11,387 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 07:40:11,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 07:40:32,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 07:40:32,833 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-04-30 07:40:32,833 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:40:32,857 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-04-30 07:40:32,857 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:40:32,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 07:40:38,311 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 07:40:38,312 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 07:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 07:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 07:41:11,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 07:41:11,389 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 07:41:32,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 07:41:32,859 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 07:41:32,861 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-04-30 07:41:32,861 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:41:32,882 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-04-30 07:41:32,882 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:41:32,882 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 07:41:38,313 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 07:41:38,315 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 07:41:44,999 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSDeleteScheduler.execute()
2025-04-30 07:41:45,001 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSDeleteScheduler.execute()
2025-04-30 07:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 07:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 07:42:09,760 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:42:09,762 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:42:11,390 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 07:42:11,391 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 07:42:32,882 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 07:42:32,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-04-30 07:42:32,884 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:42:32,905 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-04-30 07:42:32,905 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:42:32,906 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 07:42:38,315 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 07:42:38,317 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 07:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 07:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 07:43:04,468 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 07:43:04,469 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 07:43:11,391 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 07:43:11,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 07:43:32,906 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 07:43:32,907 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-04-30 07:43:32,907 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:43:32,932 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-04-30 07:43:32,932 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:43:32,932 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 07:43:38,317 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 07:43:38,318 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 07:43:43,861 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49332,localport=11112]
2025-04-30 07:43:43,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) >> A-ASSOCIATE-RQ
2025-04-30 07:43:43,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) << A-ASSOCIATE-AC
2025-04-30 07:43:44,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) >> 53:C-STORE-RQ[pcid=51, 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.254280031.2617320638.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 07:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 07:44:11,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 07:44:11,394 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 07:44:32,933 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 07:44:32,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 07:44:32,957 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-04-30 07:44:32,957 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:44:32,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 07:44:38,319 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 07:44:38,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 07:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 07:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 07:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3849) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3849) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 07:45:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 07:45:11,394 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 07:45:11,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 07:45:32,958 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 07:45:32,959 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-04-30 07:45:32,959 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:45:32,981 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-04-30 07:45:32,982 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:45:32,982 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 07:45:38,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 07:45:38,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 07:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 07:46:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 07:46:11,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 07:46:11,397 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 07:46:32,982 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 07:46:32,983 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-04-30 07:46:32,983 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:46:33,005 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-04-30 07:46:33,006 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:46:33,006 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 07:46:38,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 07:46:38,324 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 07:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 07:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 07:47:09,762 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:47:09,764 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:47:11,397 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 07:47:11,398 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 07:47:33,006 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 07:47:33,008 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-04-30 07:47:33,008 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:47:33,029 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-04-30 07:47:33,029 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:47:33,029 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 07:47:38,324 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 07:47:38,326 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 07:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 07:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 07:48:04,469 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 07:48:04,471 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 07:48:11,398 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 07:48:11,400 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 07:48:26,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:48:26,789 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Patient[pk=10425, id=PatientID[pk=10425, id=230, issuer=DCM4CHEE.5BE9B55C.08AE31AA], name=MARLI DE SOUZA BATISTA FERNANDES]
2025-04-30 07:48:26,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Study[pk=11852, uid=1.2.392.200036.9125.2.3619053820161.6598452787.32962, id=*]
2025-04-30 07:48:26,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Series[pk=12490, uid=1.2.392.200036.9125.3.3619053820161.6598452787.32963, no=3001, mod=CR]
2025-04-30 07:48:26,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Instance[pk=136113, uid=1.2.392.200036.9125.9.0.254280031.2617320638.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 07:48:26,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Location[pk=136113, systemID=fs1, path=2025/04/30/6F30F7FD/F76137DD/37BCCA5D, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 07:48:26,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Updated DB in 56 ms
2025-04-30 07:48:26,839 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) No duplicate record with equal Patient ID found Patient[pk=10425, id=PatientID[pk=10425, id=230, issuer=DCM4CHEE.5BE9B55C.08AE31AA], name=MARLI DE SOUZA BATISTA FERNANDES]
2025-04-30 07:48:26,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) << 53:C-STORE-RSP[pcid=51, 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.254280031.2617320638.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:48:27,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) >> 65:C-STORE-RQ[pcid=51, 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.254280031.3892454590.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:48:33,030 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 07:48:33,031 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-04-30 07:48:33,031 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:48:33,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 07:48:33,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 07:48:38,326 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 07:48:38,328 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 07:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 07:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 07:49:11,400 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 07:49:11,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 07:49:33,054 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 07:49:33,055 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 07:49:33,056 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 07:49:33,057 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-04-30 07:49:33,057 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:49: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-04-30 07:49: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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:49:33,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 07:49:38,328 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 07:49:38,330 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 07:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-04-30 07:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-04-30 07:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3870) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3870) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 07:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 07:50:11,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 07:50:11,402 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 07:50:33,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 07:50:33,078 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-04-30 07:50:33,078 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:50:33,098 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-04-30 07:50:33,098 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:50:33,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 07:50:38,330 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 07:50:38,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 07:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 07:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 07:51:11,403 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 07:51:11,404 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 07:51:33,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 07:51:33,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 07:51:33,124 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-04-30 07:51:33,124 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:51:33,124 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 07:51:38,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 07:51:38,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 07:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 07:52:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 07:52:09,764 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:52:09,766 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:52:11,404 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 07:52:11,405 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 07:52:33,125 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 07:52:33,127 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-04-30 07:52:33,127 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:52:33,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 07:52:33,164 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:52:33,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 07:52:38,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 07:52:38,336 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 07:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 07:53:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 07:53:04,471 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-04-30 07:53:04,473 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-04-30 07:53:10,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:53:10,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Instance[pk=136114, uid=1.2.392.200036.9125.9.0.254280031.3892454590.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 07:53:10,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Location[pk=136114, systemID=fs1, path=2025/04/30/6F30F7FD/F76137DD/38E06E5A, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 07:53:10,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Updated DB in 19 ms
2025-04-30 07:53:10,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) << 65:C-STORE-RSP[pcid=51, 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.254280031.3892454590.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:53:10,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) >> 77:C-STORE-RQ[pcid=51, 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.254280033.1157899454.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:53:11,406 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 07:53:11,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 07:53:33,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 07:53:33,166 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-04-30 07:53:33,166 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:53:33,189 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-04-30 07:53:33,189 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:53:33,189 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 07:53:38,336 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 07:53:38,338 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 07:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 07:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 07:54:11,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 07:54:11,408 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 07:54:33,189 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 07:54:33,191 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-04-30 07:54:33,192 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-04-30 07:54:33,192 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:54:33,213 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-04-30 07:54:33,213 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:54:33,213 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 07:54:38,338 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 07:54:38,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 07:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 07:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 07:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3891) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3891) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 07:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 07:55:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 07:55:11,409 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 07:55:11,410 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 07:55:33,213 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 07:55:33,214 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-04-30 07:55:33,215 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:55:33,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 07:55:33,235 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 07:55:38,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 07:55:38,342 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 07:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 07:56:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 07:56:11,410 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 07:56:11,411 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 07:56:33,235 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 07:56:33,236 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-04-30 07:56:33,236 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:56:33,260 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-04-30 07:56:33,260 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:56:33,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 07:56:38,342 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 07:56:38,344 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 07:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 07:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 07:57:09,767 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:57:09,769 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 07:57:11,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 07:57:11,413 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 07:57:33,261 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 07:57:33,262 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-04-30 07:57:33,262 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:57:33,283 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-04-30 07:57:33,283 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:57:33,283 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 07:57:38,345 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 07:57:38,346 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 07:57:47,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 07:57:47,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Instance[pk=136115, uid=1.2.392.200036.9125.9.0.254280033.1157899454.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 07:57:47,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Location[pk=136115, systemID=fs1, path=2025/04/30/6F30F7FD/F76137DD/89478876, tsuid=1.2.840.10008.1.2, size=14015768, status=OK, objectType=DICOM_FILE]
2025-04-30 07:57:47,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Updated DB in 8 ms
2025-04-30 07:57:47,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) << 77:C-STORE-RSP[pcid=51, 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.254280033.1157899454.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:57:47,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) >> 89:C-STORE-RQ[pcid=51, 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.254280032.839066814.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 07:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 07:58:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 07:58:04,473 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-04-30 07:58:04,536 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) Calculated size of 1 studies
2025-04-30 07:58:04,536 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-04-30 07:58:11,413 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 07:58:11,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 07:58:33,284 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 07:58:33,285 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-04-30 07:58:33,285 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:58:33,306 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-04-30 07:58:33,306 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:58:33,307 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 07:58:38,347 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 07:58:38,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 07:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 07:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 07:59:11,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 07:59:11,415 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 07:59:33,307 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 07:59:33,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 07:59:33,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 07:59:33,310 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-04-30 07:59:33,310 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:59:33,331 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-04-30 07:59:33,331 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 07:59:33,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 07:59:38,349 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 07:59:38,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 08:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 08:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 08:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3912) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3912) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 08:00:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 08:00:11,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 08:00:11,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 08:00:33,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 08:00:33,332 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-04-30 08:00:33,332 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:00:33,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:00:33,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 08:00:38,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 08:00:38,352 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 08:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 08:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 08:01:11,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 08:01:11,419 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 08:01:33,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 08:01:33,356 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-04-30 08:01:33,356 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:01:33,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:01:33,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 08:01:38,352 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 08:01:38,354 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 08:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 08:02:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 08:02:09,769 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:02:09,771 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:02:11,419 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 08:02:11,420 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 08:02:24,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:24,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Instance[pk=136116, uid=1.2.392.200036.9125.9.0.254280032.839066814.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 08:02:24,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Create Location[pk=136116, systemID=fs1, path=2025/04/30/6F30F7FD/F76137DD/354A4E01, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:24,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177): Updated DB in 24 ms
2025-04-30 08:02:24,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) << 89:C-STORE-RSP[pcid=51, 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.254280032.839066814.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:24,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) >> A-RELEASE-RQ
2025-04-30 08:02:24,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-FCR-CSL1(177) << A-RELEASE-RP
2025-04-30 08:02:24,306 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-FCR-CSL1(177): close Socket[addr=187.91.28.24/187.91.28.24,port=49332,localport=11112]
2025-04-30 08:02:24,887 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52171,localport=11112]
2025-04-30 08:02:24,888 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178) >> A-ASSOCIATE-RQ
2025-04-30 08:02:24,888 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178) << A-ASSOCIATE-AC
2025-04-30 08:02:25,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:26,752 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49396,localport=11112]
2025-04-30 08:02:26,752 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) >> A-ASSOCIATE-RQ
2025-04-30 08:02:26,752 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) << A-ASSOCIATE-AC
2025-04-30 08:02:26,830 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:26,834 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Patient[pk=10426, id=PatientID[pk=10426, id=343295, issuer=DCM4CHEE.5087B53C.0A630E2A], name=CLAUDIO ADÃO RODRIGUES]
2025-04-30 08:02:26,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Study[pk=11853, uid=343295, id=38467]
2025-04-30 08:02:26,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Series[pk=12491, uid=1.2.410.200001.101.11.501.1791052210.2.20250430075356895, no=1, mod=US]
2025-04-30 08:02:26,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136117, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:02:26,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136117, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/CEA4F327, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:26,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 50 ms
2025-04-30 08:02:26,881 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) No duplicate record with equal Patient ID found Patient[pk=10426, id=PatientID[pk=10426, id=343295, issuer=DCM4CHEE.5087B53C.0A630E2A], name=CLAUDIO ADÃO RODRIGUES]
2025-04-30 08:02:26,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:26,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) >> 103:C-STORE-RQ[pcid=101, 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.254280037.906372286.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:27,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:27,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:27,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136118, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:02:27,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136118, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D048FDCF, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:27,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 20 ms
2025-04-30 08:02:27,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:27,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:27,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:27,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136119, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:02:27,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136119, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D1E148B6, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:28,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 12 ms
2025-04-30 08:02:28,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:28,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:28,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:28,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136120, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:02:28,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136120, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D21C55AE, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:28,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 12 ms
2025-04-30 08:02:28,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:28,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:29,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:29,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136121, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:02:29,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136121, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D53D5E76, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:29,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 12 ms
2025-04-30 08:02:29,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:29,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:29,560 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:29,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136122, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:02:29,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136122, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D55A586E, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:29,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 10 ms
2025-04-30 08:02:29,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:29,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:30,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:30,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136123, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075902857, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:02:30,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136123, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D6F23393, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:30,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 16 ms
2025-04-30 08:02:30,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:30,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:30,587 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:30,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136124, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075921666, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:02:30,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136124, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D70DE6D2, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:30,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 13 ms
2025-04-30 08:02:30,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:30,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:31,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:31,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136125, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075939629, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:02:31,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136125, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/D71FA0D2, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:31,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 14 ms
2025-04-30 08:02:31,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:31,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:31,609 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:31,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136126, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080059746, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:02:31,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136126, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/27423AD3, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:31,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 13 ms
2025-04-30 08:02:31,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:31,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:32,119 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:32,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136127, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080150838, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:02:32,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136127, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/28F2FFBF, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:32,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 13 ms
2025-04-30 08:02:32,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:32,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:32,633 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:32,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136128, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080203048, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:02:32,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136128, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/2A62A20D, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:32,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 22 ms
2025-04-30 08:02:32,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:32,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:33,151 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:33,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136129, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080215548, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:02:33,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136129, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/2A71B511, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:33,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 10 ms
2025-04-30 08:02:33,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:33,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:33,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 08:02:33,385 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-04-30 08:02:33,385 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:02:33,424 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-04-30 08:02:33,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:02:33,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 08:02:33,658 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:33,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Instance[pk=136130, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080226993, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 08:02:33,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Create Location[pk=136130, systemID=fs1, path=2025/04/30/59FBDF9C/FF530593/2A80508B, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 08:02:33,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178): Updated DB in 10 ms
2025-04-30 08:02:33,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:33,863 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178) >> A-RELEASE-RQ
2025-04-30 08:02:33,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(178) << A-RELEASE-RP
2025-04-30 08:02:33,914 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(178): close Socket[addr=187.91.28.24/187.91.28.24,port=52171,localport=11112]
2025-04-30 08:02:34,256 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52172,localport=11112]
2025-04-30 08:02:34,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180) >> A-ASSOCIATE-RQ
2025-04-30 08:02:34,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180) << A-ASSOCIATE-AC
2025-04-30 08:02:34,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:36,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:36,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136117, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:02:36,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075448094] with equal digest
2025-04-30 08:02:36,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 4 ms
2025-04-30 08:02:36,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:36,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:36,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:36,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136118, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:02:36,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075532197] with equal digest
2025-04-30 08:02:36,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 2 ms
2025-04-30 08:02:36,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:37,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:37,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:37,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136119, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:02:37,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075611723] with equal digest
2025-04-30 08:02:37,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:37,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:37,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:38,025 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:38,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136120, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:02:38,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075657420] with equal digest
2025-04-30 08:02:38,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:38,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:38,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:38,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 08:02:38,356 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 08:02:38,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:38,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136121, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:02:38,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075802936] with equal digest
2025-04-30 08:02:38,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:38,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:38,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:39,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:39,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136122, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:02:39,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075824158] with equal digest
2025-04-30 08:02:39,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:39,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:39,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:39,564 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:39,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136123, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075902857, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:02:39,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075902857] with equal digest
2025-04-30 08:02:39,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:39,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:39,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:40,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:40,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136124, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075921666, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:02:40,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075921666] with equal digest
2025-04-30 08:02:40,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 2 ms
2025-04-30 08:02:40,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:40,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:40,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:40,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136125, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075939629, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:02:40,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075939629] with equal digest
2025-04-30 08:02:40,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:40,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:40,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:41,036 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:41,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136126, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080059746, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:02:41,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080059746] with equal digest
2025-04-30 08:02:41,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 4 ms
2025-04-30 08:02:41,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:41,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:41,529 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:41,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136127, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080150838, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:02:41,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080150838] with equal digest
2025-04-30 08:02:41,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:41,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:41,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:42,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:42,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136128, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080203048, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:02:42,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080203048] with equal digest
2025-04-30 08:02:42,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:42,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:42,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:42,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:42,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136129, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080215548, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:02:42,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080215548] with equal digest
2025-04-30 08:02:42,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 3 ms
2025-04-30 08:02:42,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:42,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:43,001 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:43,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Found previous received Instance[pk=136130, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080226993, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 08:02:43,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080226993] with equal digest
2025-04-30 08:02:43,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180): Updated DB in 2 ms
2025-04-30 08:02:43,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:43,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180) >> A-RELEASE-RQ
2025-04-30 08:02:43,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(180) << A-RELEASE-RP
2025-04-30 08:02:43,250 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS50US07(180): close Socket[addr=187.91.28.24/187.91.28.24,port=52172,localport=11112]
2025-04-30 08:02:43,588 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52173,localport=11112]
2025-04-30 08:02:43,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> A-ASSOCIATE-RQ
2025-04-30 08:02:43,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << A-ASSOCIATE-AC
2025-04-30 08:02:43,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:45,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:45,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136117, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:02:45,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075448094] with equal digest
2025-04-30 08:02:45,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 4 ms
2025-04-30 08:02:45,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:45,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:45,969 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:45,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136118, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:02:45,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075532197] with equal digest
2025-04-30 08:02:45,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 3 ms
2025-04-30 08:02:45,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:46,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:46,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:46,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136119, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:02:46,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075611723] with equal digest
2025-04-30 08:02:46,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 4 ms
2025-04-30 08:02:46,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:46,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:46,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:46,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136120, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:02:46,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075657420] with equal digest
2025-04-30 08:02:46,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 3 ms
2025-04-30 08:02:46,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:47,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:47,519 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:47,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136121, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:02:47,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075802936] with equal digest
2025-04-30 08:02:47,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:47,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:47,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:48,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:48,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136122, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:02:48,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075824158] with equal digest
2025-04-30 08:02:48,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:48,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:48,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:48,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:48,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136123, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075902857, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:02:48,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075902857] with equal digest
2025-04-30 08:02:48,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 3 ms
2025-04-30 08:02:48,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:48,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:48,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:48,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136124, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075921666, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:02:48,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075921666] with equal digest
2025-04-30 08:02:48,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:48,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:49,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 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.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:49,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:49,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136125, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075939629, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:02:49,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075939629] with equal digest
2025-04-30 08:02:49,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:49,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:49,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 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.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:49,961 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:49,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136126, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080059746, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:02:49,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080059746] with equal digest
2025-04-30 08:02:49,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:49,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:50,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 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.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:50,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:50,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136127, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080150838, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:02:50,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080150838] with equal digest
2025-04-30 08:02:50,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:50,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:50,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 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.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:50,936 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:50,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136128, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080203048, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:02:50,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080203048] with equal digest
2025-04-30 08:02:50,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:50,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:51,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 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.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:51,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:51,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136129, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080215548, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:02:51,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080215548] with equal digest
2025-04-30 08:02:51,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 2 ms
2025-04-30 08:02:51,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:51,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> 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.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:51,917 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3844) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:02:51,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Found previous received Instance[pk=136130, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080226993, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 08:02:51,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080226993] with equal digest
2025-04-30 08:02:51,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181): Updated DB in 3 ms
2025-04-30 08:02:51,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << 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.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:02:52,116 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) >> A-RELEASE-RQ
2025-04-30 08:02:52,116 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3844) DCM4CHEE<-HS50US07(181) << A-RELEASE-RP
2025-04-30 08:02:52,166 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS50US07(181): close Socket[addr=187.91.28.24/187.91.28.24,port=52173,localport=11112]
2025-04-30 08:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 08:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 08:03:04,536 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 08:03:04,538 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 08:03:11,420 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 08:03:11,421 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 08:03:32,482 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52176,localport=11112]
2025-04-30 08:03:32,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> A-ASSOCIATE-RQ
2025-04-30 08:03:32,483 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << A-ASSOCIATE-AC
2025-04-30 08:03:32,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:33,425 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 08:03:33,426 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 08:03:33,428 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-04-30 08:03:33,428 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:03:33,450 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-04-30 08:03:33,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:03:33,451 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 08:03:33,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 08:03:34,535 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:34,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136117, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:03:34,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075448094] with equal digest
2025-04-30 08:03:34,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:34,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075448094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:34,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:35,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:35,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136118, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:03:35,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075532197] with equal digest
2025-04-30 08:03:35,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:35,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075532197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:35,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:35,637 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:35,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136119, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:03:35,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075611723] with equal digest
2025-04-30 08:03:35,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:35,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075611723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:35,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:36,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:36,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136120, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:03:36,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075657420] with equal digest
2025-04-30 08:03:36,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:36,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075657420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:36,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:36,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:36,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136121, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:03:36,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075802936] with equal digest
2025-04-30 08:03:36,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:36,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075802936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:36,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:37,184 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:37,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136122, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:03:37,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075824158] with equal digest
2025-04-30 08:03:37,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:37,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075824158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:37,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:37,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:37,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136123, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075902857, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:03:37,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075902857] with equal digest
2025-04-30 08:03:37,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:37,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430075902857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:37,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:38,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:38,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136124, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075921666, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:03:38,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075921666] with equal digest
2025-04-30 08:03:38,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 2 ms
2025-04-30 08:03:38,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430075921666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:38,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 08:03:38,358 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 08:03:38,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 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.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:38,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:38,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136125, uid=1.2.410.200001.101.11.501.1791052210.3.20250430075939629, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:03:38,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430075939629] with equal digest
2025-04-30 08:03:38,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:38,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430075939629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:38,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 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.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:39,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:39,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136126, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080059746, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:03:39,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080059746] with equal digest
2025-04-30 08:03:39,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:39,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430080059746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:39,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 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.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:39,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:39,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136127, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080150838, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:03:39,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080150838] with equal digest
2025-04-30 08:03:39,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 2 ms
2025-04-30 08:03:39,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430080150838 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:39,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 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.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:40,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:40,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136128, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080203048, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:03:40,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080203048] with equal digest
2025-04-30 08:03:40,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 2 ms
2025-04-30 08:03:40,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430080203048 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:40,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 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.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:40,666 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:40,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136129, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080215548, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:03:40,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080215548] with equal digest
2025-04-30 08:03:40,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:40,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430080215548 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:40,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> 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.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:41,163 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:03:41,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Found previous received Instance[pk=136130, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080226993, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 08:03:41,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Ignore received Instance[studyUID=343295,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430075356895,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080226993] with equal digest
2025-04-30 08:03:41,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182): Updated DB in 3 ms
2025-04-30 08:03:41,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << 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.20250430080226993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:03:41,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) >> A-RELEASE-RQ
2025-04-30 08:03:41,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3930) DCM4CHEE<-HS50US07(182) << A-RELEASE-RP
2025-04-30 08:03:41,419 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS50US07(182): close Socket[addr=187.91.28.24/187.91.28.24,port=52176,localport=11112]
2025-04-30 08:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 08:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 08:04:11,422 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 08:04:11,423 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 08:04:33,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 08:04:33,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-04-30 08:04:33,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:04:33,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-04-30 08:04:33,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:04:33,475 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-04-30 08:04:33,476 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 08:04:38,359 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 08:04:38,360 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 08:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 08:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 08:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3935) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3935) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 08:05:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 08:05:11,423 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 08:05:11,424 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 08:05:33,476 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 08:05:33,477 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-04-30 08:05:33,477 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:05:33,502 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-04-30 08:05:33,502 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:05:33,502 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 08:05:38,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 08:05:38,362 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 08:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 08:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 08:06:11,424 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 08:06:11,425 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 08:06:33,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 08:06:33,504 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-04-30 08:06:33,504 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:06:33,525 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-04-30 08:06:33,526 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:06:33,526 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 08:06:38,362 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 08:06:38,364 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 08:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 08:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 08:07:05,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3925) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:07:05,769 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Patient[pk=10427, id=PatientID[pk=10427, id=214962, issuer=DCM4CHEE.B608E262.07077411], name=ARLETE BARROS RODRIGUES]
2025-04-30 08:07:05,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Study[pk=11854, uid=1.2.392.200036.9125.2.3619053820161.6598454241.329610, id=*]
2025-04-30 08:07:05,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Series[pk=12492, uid=1.2.392.200036.9125.3.3619053820161.6598454241.329611, no=3001, mod=CR]
2025-04-30 08:07:05,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Instance[pk=136131, uid=1.2.392.200036.9125.9.0.254280037.906372286.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 08:07:05,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Location[pk=136131, systemID=fs1, path=2025/04/30/1AEF6E5D/98C72A5F/EB600004, tsuid=1.2.840.10008.1.2, size=14015760, status=OK, objectType=DICOM_FILE]
2025-04-30 08:07:05,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Updated DB in 30 ms
2025-04-30 08:07:05,795 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) No duplicate record with equal Patient ID found Patient[pk=10427, id=PatientID[pk=10427, id=214962, issuer=DCM4CHEE.B608E262.07077411], name=ARLETE BARROS RODRIGUES]
2025-04-30 08:07:05,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) << 103:C-STORE-RSP[pcid=101, 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.254280037.906372286.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:07:05,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) >> 115:C-STORE-RQ[pcid=101, 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.254280037.2080842942.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:07:09,772 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:07:09,774 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:07:11,426 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 08:07:11,427 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 08:07:33,526 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 08:07:33,527 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-04-30 08:07:33,527 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:07:33,548 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-04-30 08:07:33,548 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:07:33,548 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 08:07:38,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 08:07:38,366 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 08:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 08:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 08:08:04,538 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 08:08:04,605 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 1 studies
2025-04-30 08:08:04,605 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 08:08:11,427 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 08:08:11,428 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 08:08:33,548 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 08:08:33,550 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-04-30 08:08:33,550 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:08:33,551 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 08:08:33,572 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-04-30 08:08:33,572 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:08:33,573 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 08:08:33,573 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 08:08:38,366 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 08:08:38,368 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 08:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 08:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 08:09:11,429 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 08:09:11,430 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 08:09:18,889 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStgCmtScheduler.execute()
2025-04-30 08:09:18,891 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStgCmtScheduler.execute()
2025-04-30 08:09:33,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 08:09:33,575 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-04-30 08:09:33,575 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:09:33,576 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 08:09:33,598 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-04-30 08:09:33,598 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:09:33,598 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 08:09:38,368 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 08:09:38,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 08:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 08:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 08:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3956) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3956) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 08:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 08:10:11,430 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 08:10:11,431 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 08:10:33,599 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 08:10:33,600 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-04-30 08:10:33,600 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:10:33,623 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-04-30 08:10:33,623 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:10:33,623 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 08:10:33,909 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084815067&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:33,980 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085231273&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,049 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085307347&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,129 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085343037&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,194 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085411896&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,254 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085448239&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,313 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423083921582&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,378 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423083928339&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,439 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084144461&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,499 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084305012&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,558 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423083906464&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,629 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423083935958&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,715 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084046719&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,799 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084223001&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,867 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084231990&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,932 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084344367&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:34,995 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084652462&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:35,055 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085423752&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:35,114 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084744689&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:35,176 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084801420&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:35,237 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423084845663&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:35,294 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085137036&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:35,352 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085147146&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:35,420 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343066&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423083906166&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423085334707&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:10:38,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 08:10:38,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 08:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 08:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 08:11:11,431 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 08:11:11,432 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 08:11:27,371 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeTaskScheduler.execute()
2025-04-30 08:11:27,388 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeTaskScheduler.execute()
2025-04-30 08:11:33,624 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 08:11:33,625 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-04-30 08:11:33,625 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:11:33,645 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-04-30 08:11:33,645 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:11:33,646 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 08:11:38,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 08:11:38,374 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 08:11:44,540 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3925) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:11:44,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Instance[pk=136132, uid=1.2.392.200036.9125.9.0.254280037.2080842942.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 08:11:44,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Location[pk=136132, systemID=fs1, path=2025/04/30/1AEF6E5D/98C72A5F/45DAEF40, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 08:11:44,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Updated DB in 13 ms
2025-04-30 08:11:44,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) << 115:C-STORE-RSP[pcid=101, 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.254280037.2080842942.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:11:44,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) >> 127:C-STORE-RQ[pcid=101, 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.254280037.3221759166.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 08:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 08:12:09,774 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:12:09,776 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:12:11,433 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 08:12:11,434 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 08:12:33,646 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 08:12:33,647 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,649 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,649 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,651 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:12:33,653 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,673 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-04-30 08:12:33,673 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:12:33,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 08:12:33,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 08:12:38,374 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 08:12:38,376 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 08:12:55,223 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52082,localport=11112]
2025-04-30 08:12:55,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183) >> A-ASSOCIATE-RQ
2025-04-30 08:12:55,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183) << A-ASSOCIATE-AC
2025-04-30 08:12:55,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080036299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:01,311 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:01,316 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Patient[pk=10428, id=PatientID[pk=10428, id=343292, issuer=DCM4CHEE.E08D38BD.0BFC246C], name=PRISCILLA AZAMBUJA JUSTI]
2025-04-30 08:13:01,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Study[pk=11855, uid=343292, id=38471]
2025-04-30 08:13:01,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Series[pk=12493, uid=1.2.410.200001.101.11.301.1123109166.2.20250430080035191, no=1, mod=US]
2025-04-30 08:13:01,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136133, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080036299, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:13:01,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136133, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/84E42E45, tsuid=1.2.840.10008.1.2, size=3416668, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:01,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 27 ms
2025-04-30 08:13:01,340 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) No duplicate record with equal Patient ID found Patient[pk=10428, id=PatientID[pk=10428, id=343292, issuer=DCM4CHEE.E08D38BD.0BFC246C], name=PRISCILLA AZAMBUJA JUSTI]
2025-04-30 08:13:01,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080036299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:01,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080100866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 08:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 08:13:04,606 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-04-30 08:13:04,675 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) Calculated size of 1 studies
2025-04-30 08:13:04,675 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-04-30 08:13:08,303 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:08,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136134, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080100866, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:13:08,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136134, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/866C1C4D, tsuid=1.2.840.10008.1.2, size=3416668, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:08,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 12 ms
2025-04-30 08:13:08,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080100866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:08,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080416952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:11,434 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 08:13:11,435 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 08:13:12,572 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:12,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136135, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080416952, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:13:12,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136135, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/8B9B7B83, tsuid=1.2.840.10008.1.2, size=3417020, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:12,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 20 ms
2025-04-30 08:13:12,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080416952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:12,790 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080522549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:19,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:19,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136136, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080522549, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:13:19,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136136, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/8D5C8B0B, tsuid=1.2.840.10008.1.2, size=3416872, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:19,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 12 ms
2025-04-30 08:13:19,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080522549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:19,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080542217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:25,173 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:25,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136137, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080542217, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:13:25,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136137, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/8D78AE6B, tsuid=1.2.840.10008.1.2, size=3416668, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:25,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 12 ms
2025-04-30 08:13:25,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080542217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:25,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080717308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:31,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:31,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136138, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080717308, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:13:31,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136138, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/90BA62A4, tsuid=1.2.840.10008.1.2, size=3915776, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:31,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 13 ms
2025-04-30 08:13:31,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080717308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:31,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080857176 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:33,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 08:13:33,676 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-04-30 08:13:33,676 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:13:33,703 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-04-30 08:13:33,704 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:13:33,705 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 08:13:33,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 08:13:38,376 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 08:13:38,377 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 08:13:38,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:38,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136139, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080857176, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:13:38,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136139, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/92A7929C, tsuid=1.2.840.10008.1.2, size=3915924, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:38,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 6 ms
2025-04-30 08:13:38,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430080857176 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:39,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081035861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:44,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:44,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136140, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081035861, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:13:44,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136140, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/B9CA0B48, tsuid=1.2.840.10008.1.2, size=3417020, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:44,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 12 ms
2025-04-30 08:13:44,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081035861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:44,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081139383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:51,307 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:51,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136141, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081139383, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:13:51,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136141, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/BB80A2DE, tsuid=1.2.840.10008.1.2, size=3417020, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:51,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 15 ms
2025-04-30 08:13:51,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081139383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:51,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081213950 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:58,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:13:58,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136142, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081213950, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:13:58,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136142, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/BD16A867, tsuid=1.2.840.10008.1.2, size=3417020, status=OK, objectType=DICOM_FILE]
2025-04-30 08:13:58,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 6 ms
2025-04-30 08:13:58,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081213950 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:13:58,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081302766 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 08:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 08:14:04,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:14:04,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136143, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081302766, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:14:04,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136143, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/BEBCEDC9, tsuid=1.2.840.10008.1.2, size=3416504, status=OK, objectType=DICOM_FILE]
2025-04-30 08:14:04,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 7 ms
2025-04-30 08:14:04,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081302766 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:14:04,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081307182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:14:09,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:14:09,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Instance[pk=136144, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081307182, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:14:09,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Create Location[pk=136144, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/BEBF1D58, tsuid=1.2.840.10008.1.2, size=3416504, status=OK, objectType=DICOM_FILE]
2025-04-30 08:14:09,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183): Updated DB in 9 ms
2025-04-30 08:14:09,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3969) 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.20250430081307182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:14:10,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183) >> A-RELEASE-RQ
2025-04-30 08:14:10,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3969) DCM4CHEE<-HS30(183) << A-RELEASE-RP
2025-04-30 08:14:10,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(183): close Socket[addr=187.91.28.24/187.91.28.24,port=52082,localport=11112]
2025-04-30 08:14:11,435 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 08:14:11,436 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 08:14:33,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 08:14:33,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 08:14:33,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:14:33,708 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 08:14:33,708 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 08:14:33,729 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-04-30 08:14:33,729 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:14:33,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 08:14:38,378 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 08:14:38,379 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 08:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 08:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 08:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3977) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:15:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3977) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 08:15:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 08:15:11,437 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 08:15:11,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 08:15:33,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 08:15:33,731 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-04-30 08:15:33,731 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:15:33,752 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-04-30 08:15:33,753 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:15:33,754 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 08:15:33,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 08:15:38,379 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 08:15:38,381 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 08:15:53,375 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:15:53,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135582, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091804840, class=1.2.840.10008.5.1.4.1.1.3.1, no=26]
2025-04-30 08:15:53,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091804840] with equal digest
2025-04-30 08:15:53,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 08:15:53,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 25: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.20250426091804840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:15:53,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091837432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 08:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 08:16:11,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 08:16:11,439 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 08:16:23,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3925) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:16:23,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Instance[pk=136145, uid=1.2.392.200036.9125.9.0.254280037.3221759166.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 08:16:23,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Location[pk=136145, systemID=fs1, path=2025/04/30/1AEF6E5D/98C72A5F/65394B03, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 08:16:23,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Updated DB in 19 ms
2025-04-30 08:16:23,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) << 127:C-STORE-RSP[pcid=101, 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.254280037.3221759166.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:16:23,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) >> 139:C-STORE-RQ[pcid=101, 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.254280036.4060423358.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:16:31,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:16:31,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135583, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091837432, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 08:16:31,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091837432] with equal digest
2025-04-30 08:16:31,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 08:16:31,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091837432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:16:32,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426091927613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:16:33,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 08:16:33,755 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-04-30 08:16:33,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:16:33,775 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-04-30 08:16:33,776 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:16:33,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 08:16:38,381 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 08:16:38,383 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 08:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 08:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 08:17:06,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:17:06,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135584, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091927613, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 08:17:06,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091927613] with equal digest
2025-04-30 08:17:06,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 08:17:06,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426091927613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:17:06,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426092008400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:17:09,777 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:17:09,779 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:17:11,440 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 08:17:11,441 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 08:17:33,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 08:17:33,777 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-04-30 08:17:33,777 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:17:33,802 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-04-30 08:17:33,802 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:17:33,803 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 08:17:33,803 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 08:17:38,383 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 08:17:38,384 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 08:17:47,818 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:17:47,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135585, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092008400, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 08:17:47,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092008400] with equal digest
2025-04-30 08:17:47,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 08:17:47,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426092008400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:17:48,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426092044089 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 08:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 08:18:04,675 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 08:18:04,755 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) Calculated size of 1 studies
2025-04-30 08:18:04,755 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 08:18:11,441 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 08:18:11,442 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 08:18:22,455 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:18:22,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135586, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092044089, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-04-30 08:18:22,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092044089] with equal digest
2025-04-30 08:18:22,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 08:18:22,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426092044089 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:18:22,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426092116136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:18:33,804 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 08:18:33,805 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-04-30 08:18:33,805 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:18:33,832 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-04-30 08:18:33,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:18:33,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 08:18:38,385 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 08:18:38,386 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 08:18:52,673 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:18:52,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135587, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092116136, class=1.2.840.10008.5.1.4.1.1.6.1, no=31]
2025-04-30 08:18:52,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092116136] with equal digest
2025-04-30 08:18:52,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 3 ms
2025-04-30 08:18:52,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426092116136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:18:52,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426092256027 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 08:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 08:19:11,442 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 08:19:11,443 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 08:19:27,354 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:19:27,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135588, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092256027, class=1.2.840.10008.5.1.4.1.1.6.1, no=32]
2025-04-30 08:19:27,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092256027] with equal digest
2025-04-30 08:19:27,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 08:19:27,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426092256027 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:19:27,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> 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.20250426092345666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:19:33,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 08:19:33,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 08:19:33,835 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:19:33,856 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-04-30 08:19:33,856 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:19:33,857 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 08:19:33,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 08:19:38,387 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 08:19:38,388 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 08:19:57,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:19:57,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Found previous received Instance[pk=135589, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092345666, class=1.2.840.10008.5.1.4.1.1.6.1, no=33]
2025-04-30 08:19:57,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092345666] with equal digest
2025-04-30 08:19:57,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110): Updated DB in 4 ms
2025-04-30 08:19:57,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << 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.20250426092345666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:19:57,972 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) >> A-RELEASE-RQ
2025-04-30 08:19:57,972 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(110) << A-RELEASE-RP
2025-04-30 08:19:58,022 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS60MT(110): close Socket[addr=187.91.28.24/187.91.28.24,port=49235,localport=11112]
2025-04-30 08:19:58,396 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49634,localport=11112]
2025-04-30 08:19:58,396 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> A-ASSOCIATE-RQ
2025-04-30 08:19:58,396 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << A-ASSOCIATE-AC
2025-04-30 08:19:58,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111425315 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-04-30 08:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-04-30 08:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3998) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3998) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 08:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 08:20:11,444 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 08:20:11,445 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 08:20:33,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 08:20:33,859 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-04-30 08:20:33,859 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:20:33,881 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-04-30 08:20:33,881 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:20:33,882 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 08:20:38,389 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 08:20:38,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 08:20:38,768 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:20:38,772 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Patient[pk=10429, id=PatientID[pk=10429, id=343198, issuer=DCM4CHEE.FC3F35D9.0D864228], name=Luana Harumi Toome]
2025-04-30 08:20:38,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Study[pk=11856, uid=343198, id=38054]
2025-04-30 08:20:38,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Series[pk=12494, uid=1.2.410.200001.101.11.601.1501430850.2.20250426111425056, no=1, mod=US]
2025-04-30 08:20:38,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Instance[pk=136146, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111425315, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:20:38,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Location[pk=136146, systemID=fs1, path=2025/04/30/59FBDBDE/C87E3D0D/9628A994, tsuid=1.2.840.10008.1.2, size=3416794, status=OK, objectType=DICOM_FILE]
2025-04-30 08:20:38,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Updated DB in 23 ms
2025-04-30 08:20:38,792 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) No duplicate record with equal Patient ID found Patient[pk=10429, id=PatientID[pk=10429, id=343198, issuer=DCM4CHEE.FC3F35D9.0D864228], name=Luana Harumi Toome]
2025-04-30 08:20:38,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111425315 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:20:39,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111601067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:21:02,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3925) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:21:02,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Instance[pk=136147, uid=1.2.392.200036.9125.9.0.254280036.4060423358.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 08:21:02,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Create Location[pk=136147, systemID=fs1, path=2025/04/30/1AEF6E5D/98C72A5F/171044BF, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 08:21:02,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179): Updated DB in 15 ms
2025-04-30 08:21:02,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) << 139:C-STORE-RSP[pcid=101, 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.254280036.4060423358.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:21:02,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) >> A-RELEASE-RQ
2025-04-30 08:21:02,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3925) DCM4CHEE<-FCR-CSL1(179) << A-RELEASE-RP
2025-04-30 08:21:02,305 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-FCR-CSL1(179): close Socket[addr=187.91.28.24/187.91.28.24,port=49396,localport=11112]
2025-04-30 08:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 08:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 08:21:11,445 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 08:21:11,446 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 08:21:26,494 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:21:26,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Instance[pk=136148, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111601067, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:21:26,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Location[pk=136148, systemID=fs1, path=2025/04/30/59FBDBDE/C87E3D0D/99744FAE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-04-30 08:21:26,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Updated DB in 8 ms
2025-04-30 08:21:26,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111601067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:21:26,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111631956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:21:33,882 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 08:21:33,884 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-04-30 08:21:33,884 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:21:33,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-04-30 08:21:33,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:21:33,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 08:21:38,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 08:21:38,393 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 08:21:58,397 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:21:58,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Instance[pk=136149, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111631956, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:21:58,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Location[pk=136149, systemID=fs1, path=2025/04/30/59FBDBDE/C87E3D0D/999EB7DA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 08:21:58,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Updated DB in 17 ms
2025-04-30 08:21:58,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111631956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:21:58,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111636046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 08:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 08:22:09,779 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:22:09,781 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:22:11,446 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 08:22:11,447 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 08:22:30,311 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:22:30,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Instance[pk=136150, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111636046, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:22:30,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Location[pk=136150, systemID=fs1, path=2025/04/30/59FBDBDE/C87E3D0D/99A0DBCD, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 08:22:30,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Updated DB in 10 ms
2025-04-30 08:22:30,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111636046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:22:30,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111640224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:22:33,908 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 08:22:33,909 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-04-30 08:22:33,909 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:22:33,929 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-04-30 08:22:33,930 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:22:33,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 08:22:33,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 08:22:33,931 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 08:22:38,393 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 08:22:38,394 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 08:23:02,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:23:02,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Instance[pk=136151, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111640224, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:23:02,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Location[pk=136151, systemID=fs1, path=2025/04/30/59FBDBDE/C87E3D0D/99AC4056, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 08:23:02,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Updated DB in 21 ms
2025-04-30 08:23:02,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111640224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:23:02,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111644410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 08:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 08:23:04,755 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 08:23:04,757 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 08:23:11,447 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 08:23:11,448 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 08:23:33,932 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 08:23:33,933 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-04-30 08:23:33,933 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:23:33,953 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-04-30 08:23:33,953 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:23:33,953 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 08:23:33,972 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:23:33,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Instance[pk=136152, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111644410, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:23:33,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Create Location[pk=136152, systemID=fs1, path=2025/04/30/59FBDBDE/C87E3D0D/99AE1931, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 08:23:33,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184): Updated DB in 22 ms
2025-04-30 08:23:33,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111644410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:23:34,203 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) >> A-RELEASE-RQ
2025-04-30 08:23:34,203 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(184) << A-RELEASE-RP
2025-04-30 08:23:34,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS60MT(184): close Socket[addr=187.91.28.24/187.91.28.24,port=49634,localport=11112]
2025-04-30 08:23:34,643 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49678,localport=11112]
2025-04-30 08:23:34,644 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> A-ASSOCIATE-RQ
2025-04-30 08:23:34,644 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << A-ASSOCIATE-AC
2025-04-30 08:23:34,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091206391 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:23:38,395 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 08:23:38,396 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 08:24:02,140 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52084,localport=11112]
2025-04-30 08:24:02,141 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> A-ASSOCIATE-RQ
2025-04-30 08:24:02,141 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << A-ASSOCIATE-AC
2025-04-30 08:24:02,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080036299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 08:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 08:24:09,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:09,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136133, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080036299, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:24:09,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080036299] with equal digest
2025-04-30 08:24:09,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 5 ms
2025-04-30 08:24:09,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080036299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:09,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080100866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:11,449 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 08:24:11,450 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 08:24:13,910 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:13,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136134, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080100866, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:24:13,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080100866] with equal digest
2025-04-30 08:24:13,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:24:13,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080100866 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:14,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080344968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:14,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:14,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135970, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091206391, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:24:14,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091206391] with equal digest
2025-04-30 08:24:14,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 5 ms
2025-04-30 08:24:14,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091206391 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:14,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091213468 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:19,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:19,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Create Instance[pk=136153, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080344968, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:24:19,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Create Location[pk=136153, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/8A1000CE, tsuid=1.2.840.10008.1.2, size=3417020, status=OK, objectType=DICOM_FILE]
2025-04-30 08:24:19,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 14 ms
2025-04-30 08:24:19,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080344968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:19,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080416952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:26,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:26,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136135, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080416952, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:24:26,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080416952] with equal digest
2025-04-30 08:24:26,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:24:26,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080416952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:26,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080432420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:33,241 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:33,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Create Instance[pk=136154, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080432420, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:24:33,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Create Location[pk=136154, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/8BB5C5E5, tsuid=1.2.840.10008.1.2, size=3417020, status=OK, objectType=DICOM_FILE]
2025-04-30 08:24:33,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 29 ms
2025-04-30 08:24:33,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080432420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:33,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080522549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:33,953 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 08:24:33,955 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-04-30 08:24:33,955 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:24:33,975 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-04-30 08:24:33,975 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:24:33,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 08:24:38,397 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 08:24:38,398 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 08:24:39,008 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:39,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136136, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080522549, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:24:39,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080522549] with equal digest
2025-04-30 08:24:39,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:24:39,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080522549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:39,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080542217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:44,750 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:44,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136137, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080542217, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:24:44,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080542217] with equal digest
2025-04-30 08:24:44,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:24:44,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430080542217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:44,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430080717308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:51,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:51,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136138, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080717308, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:24:51,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080717308] with equal digest
2025-04-30 08:24:51,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:24:51,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430080717308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:51,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 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.20250430080857176 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:53,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:53,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135971, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091213468, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:24:53,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091213468] with equal digest
2025-04-30 08:24:53,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 4 ms
2025-04-30 08:24:53,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091213468 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:53,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091223357 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:57,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:24:57,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136139, uid=1.2.410.200001.101.11.301.1123109166.3.20250430080857176, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:24:57,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080857176] with equal digest
2025-04-30 08:24:57,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:24:57,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430080857176 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:24:57,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 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.20250430081035861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 08:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 08:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4020) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4020) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 08:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 08:25:04,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:04,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136140, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081035861, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:25:04,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081035861] with equal digest
2025-04-30 08:25:04,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 4 ms
2025-04-30 08:25:04,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430081035861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:04,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 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.20250430081139383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:10,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:10,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136141, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081139383, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:25:10,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081139383] with equal digest
2025-04-30 08:25:10,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 2 ms
2025-04-30 08:25:10,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430081139383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:10,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 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.20250430081213950 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:11,450 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 08:25:11,451 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 08:25:16,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:16,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136142, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081213950, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:25:16,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081213950] with equal digest
2025-04-30 08:25:16,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:25:16,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430081213950 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:17,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 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.20250430081302766 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:22,836 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:22,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136143, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081302766, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:25:22,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081302766] with equal digest
2025-04-30 08:25:22,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:25:22,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430081302766 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:23,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 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.20250430081307182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:23,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:23,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135972, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091223357, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:25:23,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091223357] with equal digest
2025-04-30 08:25:23,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:25:23,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091223357 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:24,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091316140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:29,424 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:29,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Found previous received Instance[pk=136144, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081307182, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:25:29,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Ignore received Instance[studyUID=343292,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081307182] with equal digest
2025-04-30 08:25:29,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 3 ms
2025-04-30 08:25:29,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430081307182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:29,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> 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.20250430081413737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:33,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 08:25:33,976 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 08:25:33,978 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-04-30 08:25:33,978 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:25:33,999 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-04-30 08:25:33,999 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:25:34,000 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 08:25:34,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 08:25:35,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4015) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:35,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Create Instance[pk=136155, uid=1.2.410.200001.101.11.301.1123109166.3.20250430081413737, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 08:25:35,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Create Location[pk=136155, systemID=fs1, path=2025/04/30/59FBDF99/B739545C/C08051EC, tsuid=1.2.840.10008.1.2, size=3416668, status=OK, objectType=DICOM_FILE]
2025-04-30 08:25:35,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186): Updated DB in 28 ms
2025-04-30 08:25:35,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << 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.20250430081413737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:35,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) >> A-RELEASE-RQ
2025-04-30 08:25:35,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4015) DCM4CHEE<-HS30(186) << A-RELEASE-RP
2025-04-30 08:25:35,637 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(186): close Socket[addr=187.91.28.24/187.91.28.24,port=52084,localport=11112]
2025-04-30 08:25:38,399 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 08:25:38,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 08:25:58,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:25:58,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135973, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091316140, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:25:58,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091316140] with equal digest
2025-04-30 08:25:58,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 4 ms
2025-04-30 08:25:58,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091316140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:25:59,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091407690 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 08:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 08:26:11,451 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 08:26:11,452 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 08:26:29,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:29,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135974, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091407690, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:26:29,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091407690] with equal digest
2025-04-30 08:26:29,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:26:29,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091407690 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:29,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091414197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:34,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 08:26:34,001 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-04-30 08:26:34,001 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:26:34,021 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-04-30 08:26:34,021 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:26:34,021 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 08:26:38,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 08:26:38,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 08:26:42,502 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52177,localport=11112]
2025-04-30 08:26:42,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187) >> A-ASSOCIATE-RQ
2025-04-30 08:26:42,504 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187) << A-ASSOCIATE-AC
2025-04-30 08:26:42,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080909994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:45,465 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:45,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Series[pk=12495, uid=1.2.410.200001.101.11.501.1791052210.2.20250430080909567, no=1, mod=US]
2025-04-30 08:26:45,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136156, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080909994, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:26:45,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136156, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/36576B00, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:45,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 37 ms
2025-04-30 08:26:45,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080909994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:45,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080944658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:47,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:47,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136157, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080944658, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:26:47,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136157, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/368D776E, tsuid=1.2.840.10008.1.2, size=3416916, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:47,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 14 ms
2025-04-30 08:26:47,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430080944658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:47,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081030848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:48,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:48,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136158, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081030848, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:26:48,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136158, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/5C08337E, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:48,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 11 ms
2025-04-30 08:26:48,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081030848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:49,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081153378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:50,516 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:50,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136159, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081153378, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:26:50,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136159, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/5DDA85D4, tsuid=1.2.840.10008.1.2, size=3417064, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:50,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 12 ms
2025-04-30 08:26:50,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081153378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:50,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081235921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:52,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:52,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136160, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081235921, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:26:52,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136160, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/5F742E13, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:52,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 13 ms
2025-04-30 08:26:52,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081235921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:52,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081319052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:53,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:53,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136161, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081319052, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:26:53,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136161, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/610E87C1, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:53,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 5 ms
2025-04-30 08:26:53,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081319052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:53,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081433689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:55,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:55,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136162, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081433689, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:26:55,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136162, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/62DCEC12, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:55,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 11 ms
2025-04-30 08:26:55,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081433689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:55,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081645999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:56,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:56,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136163, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081645999, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:26:56,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136163, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/6655A8F1, tsuid=1.2.840.10008.1.2, size=3417064, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:56,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 16 ms
2025-04-30 08:26:56,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430081645999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:56,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082310152 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:58,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:58,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136164, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082310152, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:26:58,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136164, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/95F0AF6C, tsuid=1.2.840.10008.1.2, size=3417064, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:58,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 16 ms
2025-04-30 08:26:58,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082310152 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:58,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082335680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:59,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:59,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136165, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082335680, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:26:59,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136165, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/960F3769, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:26:59,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 16 ms
2025-04-30 08:26:59,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082335680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:26:59,867 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:26:59,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135975, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091414197, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:26:59,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091414197] with equal digest
2025-04-30 08:26:59,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:26:59,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091414197 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:00,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082539111 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:00,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091420318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:01,181 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:01,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136166, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082539111, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:27:01,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136166, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/997AA686, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:27:01,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 7 ms
2025-04-30 08:27:01,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082539111 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:01,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082547688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:02,408 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:02,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Instance[pk=136167, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082547688, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:27:02,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Create Location[pk=136167, systemID=fs1, path=2025/04/30/5839796C/68ACF9E1/9987E8EE, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 08:27:02,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187): Updated DB in 11 ms
2025-04-30 08:27:02,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430082547688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:02,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187) >> A-RELEASE-RQ
2025-04-30 08:27:02,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(187) << A-RELEASE-RP
2025-04-30 08:27:02,671 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS50US07(187): close Socket[addr=187.91.28.24/187.91.28.24,port=52177,localport=11112]
2025-04-30 08:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 08:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 08:27:03,041 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52179,localport=11112]
2025-04-30 08:27:03,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> A-ASSOCIATE-RQ
2025-04-30 08:27:03,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << A-ASSOCIATE-AC
2025-04-30 08:27:03,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080909994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:05,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:05,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136156, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080909994, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:27:05,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080909994] with equal digest
2025-04-30 08:27:05,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 4 ms
2025-04-30 08:27:05,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080909994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:05,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080944658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:05,639 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:05,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136157, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080944658, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:27:05,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080944658] with equal digest
2025-04-30 08:27:05,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 2 ms
2025-04-30 08:27:05,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080944658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:05,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081030848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:06,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:06,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136158, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081030848, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:27:06,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081030848] with equal digest
2025-04-30 08:27:06,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 3 ms
2025-04-30 08:27:06,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081030848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:06,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081153378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:06,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:06,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136159, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081153378, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:27:06,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081153378] with equal digest
2025-04-30 08:27:06,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 2 ms
2025-04-30 08:27:06,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081153378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:06,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081235921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:07,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:07,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136160, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081235921, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:27:07,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081235921] with equal digest
2025-04-30 08:27:07,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 2 ms
2025-04-30 08:27:07,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081235921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:07,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081319052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:07,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:07,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136161, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081319052, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:27:07,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081319052] with equal digest
2025-04-30 08:27:07,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 3 ms
2025-04-30 08:27:07,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081319052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:07,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081433689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:08,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:08,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136162, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081433689, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:27:08,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081433689] with equal digest
2025-04-30 08:27:08,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 2 ms
2025-04-30 08:27:08,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 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.20250430081433689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:08,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081645999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:08,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:08,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136163, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081645999, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:27:08,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081645999] with equal digest
2025-04-30 08:27:08,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 2 ms
2025-04-30 08:27:08,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 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.20250430081645999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:08,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 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.20250430082310152 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:09,109 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:09,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136164, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082310152, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:27:09,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082310152] with equal digest
2025-04-30 08:27:09,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 3 ms
2025-04-30 08:27:09,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 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.20250430082310152 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:09,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 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.20250430082335680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:09,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:09,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136165, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082335680, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:27:09,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082335680] with equal digest
2025-04-30 08:27:09,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 3 ms
2025-04-30 08:27:09,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 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.20250430082335680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:09,781 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:27:09,784 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:27:09,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 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.20250430082539111 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:10,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:10,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136166, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082539111, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:27:10,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082539111] with equal digest
2025-04-30 08:27:10,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 3 ms
2025-04-30 08:27:10,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 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.20250430082539111 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:10,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> 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.20250430082547688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:10,597 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:10,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Found previous received Instance[pk=136167, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082547688, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:27:10,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082547688] with equal digest
2025-04-30 08:27:10,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188): Updated DB in 3 ms
2025-04-30 08:27:10,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << 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.20250430082547688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:10,798 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) >> A-RELEASE-RQ
2025-04-30 08:27:10,798 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4029) DCM4CHEE<-HS50US07(188) << A-RELEASE-RP
2025-04-30 08:27:10,848 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(188): close Socket[addr=187.91.28.24/187.91.28.24,port=52179,localport=11112]
2025-04-30 08:27:11,453 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 08:27:11,454 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 08:27:30,030 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:30,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135976, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091420318, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:27:30,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091420318] with equal digest
2025-04-30 08:27:30,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:27:30,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091420318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:30,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091445585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:34,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 08:27:34,023 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-04-30 08:27:34,023 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:27:34,065 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-04-30 08:27:34,065 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:27:34,067 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 08:27:34,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 08:27:38,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 08:27:38,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 08:27:40,341 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52182,localport=11112]
2025-04-30 08:27:40,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> A-ASSOCIATE-RQ
2025-04-30 08:27:40,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << A-ASSOCIATE-AC
2025-04-30 08:27:40,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080909994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:42,481 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:42,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136156, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080909994, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:27:42,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080909994] with equal digest
2025-04-30 08:27:42,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:42,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080909994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:42,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080944658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:43,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:43,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136157, uid=1.2.410.200001.101.11.501.1791052210.3.20250430080944658, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:27:43,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430080944658] with equal digest
2025-04-30 08:27:43,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 2 ms
2025-04-30 08:27:43,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430080944658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:43,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081030848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:43,538 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:43,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136158, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081030848, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:27:43,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081030848] with equal digest
2025-04-30 08:27:43,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 2 ms
2025-04-30 08:27:43,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081030848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:43,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081153378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:44,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:44,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136159, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081153378, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:27:44,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081153378] with equal digest
2025-04-30 08:27:44,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:44,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081153378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:44,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081235921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:44,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:44,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136160, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081235921, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:27:44,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081235921] with equal digest
2025-04-30 08:27:44,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 2 ms
2025-04-30 08:27:44,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081235921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:44,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081319052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:45,346 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:45,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136161, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081319052, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:27:45,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081319052] with equal digest
2025-04-30 08:27:45,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:45,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081319052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:45,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081433689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:46,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:46,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136162, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081433689, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:27:46,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081433689] with equal digest
2025-04-30 08:27:46,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:46,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 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.20250430081433689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:46,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430081645999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:46,997 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:46,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136163, uid=1.2.410.200001.101.11.501.1791052210.3.20250430081645999, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:27:46,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430081645999] with equal digest
2025-04-30 08:27:47,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:47,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 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.20250430081645999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:47,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 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.20250430082310152 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:47,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:47,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136164, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082310152, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:27:47,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082310152] with equal digest
2025-04-30 08:27:47,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:47,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 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.20250430082310152 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:47,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 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.20250430082335680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:48,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:48,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136165, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082335680, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:27:48,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082335680] with equal digest
2025-04-30 08:27:48,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:48,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 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.20250430082335680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:48,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 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.20250430082539111 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:49,012 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:49,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136166, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082539111, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:27:49,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082539111] with equal digest
2025-04-30 08:27:49,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:49,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 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.20250430082539111 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:49,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> 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.20250430082547688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:49,801 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4033) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:27:49,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Found previous received Instance[pk=136167, uid=1.2.410.200001.101.11.501.1791052210.3.20250430082547688, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:27:49,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Ignore received Instance[studyUID=234818,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430080909567,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430082547688] with equal digest
2025-04-30 08:27:49,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189): Updated DB in 3 ms
2025-04-30 08:27:49,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << 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.20250430082547688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:27:50,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) >> A-RELEASE-RQ
2025-04-30 08:27:50,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4033) DCM4CHEE<-HS50US07(189) << A-RELEASE-RP
2025-04-30 08:27:50,093 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS50US07(189): close Socket[addr=187.91.28.24/187.91.28.24,port=52182,localport=11112]
2025-04-30 08:28:00,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:28:00,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135977, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091445585, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:28:00,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091445585] with equal digest
2025-04-30 08:28:00,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:28:00,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091445585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:28:00,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091517162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 08:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 08:28:04,757 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-04-30 08:28:04,829 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) Calculated size of 1 studies
2025-04-30 08:28:04,829 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-04-30 08:28:11,454 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 08:28:11,455 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 08:28:30,948 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:28:30,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135978, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091517162, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:28:30,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091517162] with equal digest
2025-04-30 08:28:30,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:28:30,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091517162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:28:31,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091913914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:28:34,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 08:28:34,069 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 08:28:34,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:28:34,090 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-04-30 08:28:34,090 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:28:34,090 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 08:28:38,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 08:28:38,406 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 08:29:01,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:29:01,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135979, uid=1.2.410.200001.101.11.601.1501430850.3.20250428091913914, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:29:01,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428091913914] with equal digest
2025-04-30 08:29:01,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:29:01,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428091913914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:29:01,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092004451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 08:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 08:29:11,455 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 08:29:11,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 08:29:31,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:29:31,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135980, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092004451, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:29:31,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092004451] with equal digest
2025-04-30 08:29:31,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:29:31,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092004451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:29:31,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092043184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:29:34,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 08:29:34,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:29:34,093 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 08:29:34,113 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-04-30 08:29:34,113 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:29:34,113 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 08:29:38,406 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 08:29:38,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 08:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 08:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 08:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4042) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4042) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:30:01,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:30:01,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135981, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092043184, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:30:01,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092043184] with equal digest
2025-04-30 08:30:01,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:30:01,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092043184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:30:02,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092103253 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 08:30:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 08:30:11,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 08:30:11,458 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 08:30:32,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:30:32,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135982, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092103253, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:30:32,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092103253] with equal digest
2025-04-30 08:30:32,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:30:32,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092103253 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:30:32,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092252981 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:30:34,113 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 08:30:34,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-04-30 08:30:34,114 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:30:34,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 08:30:34,135 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:30:34,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 08:30:38,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 08:30:38,409 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 08:31:02,659 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:31:02,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135983, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092252981, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:31:02,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092252981] with equal digest
2025-04-30 08:31:02,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 4 ms
2025-04-30 08:31:02,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092252981 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:02,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092339852 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 08:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 08:31:11,458 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 08:31:11,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 08:31:32,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:31:32,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135984, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092339852, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 08:31:32,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092339852] with equal digest
2025-04-30 08:31:32,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:31:32,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092339852 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:33,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092412781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:34,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 08:31:34,136 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-04-30 08:31:34,136 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:31:34,157 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-04-30 08:31:34,158 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:31:34,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 08:31:35,547 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52085,localport=11112]
2025-04-30 08:31:35,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190) >> A-ASSOCIATE-RQ
2025-04-30 08:31:35,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190) << A-ASSOCIATE-AC
2025-04-30 08:31:35,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082708094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:38,410 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 08:31:38,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 08:31:43,731 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:31:43,736 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Patient[pk=10430, id=PatientID[pk=10430, id=237880, issuer=DCM4CHEE.75863E0C.0BA726C4], name=MARINA MARTINS PINTO MORELI]
2025-04-30 08:31:43,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Study[pk=11857, uid=237880, id=38488]
2025-04-30 08:31:43,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Series[pk=12496, uid=1.2.410.200001.101.11.301.1123109166.2.20250430082707710, no=1, mod=US]
2025-04-30 08:31:43,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Instance[pk=136168, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082708094, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:31:43,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Location[pk=136168, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/FA792BD4, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:31:43,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Updated DB in 40 ms
2025-04-30 08:31:43,772 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) No duplicate record with equal Patient ID found Patient[pk=10430, id=PatientID[pk=10430, id=237880, issuer=DCM4CHEE.75863E0C.0BA726C4], name=MARINA MARTINS PINTO MORELI]
2025-04-30 08:31:43,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082708094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:43,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082815739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:50,913 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:31:50,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Instance[pk=136169, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082815739, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:31:50,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Location[pk=136169, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/FC3AD869, tsuid=1.2.840.10008.1.2, size=3915892, status=OK, objectType=DICOM_FILE]
2025-04-30 08:31:50,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Updated DB in 11 ms
2025-04-30 08:31:50,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082815739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:51,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082852104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:55,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:31:55,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Instance[pk=136170, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082852104, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:31:55,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Location[pk=136170, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/FC71C268, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:31:55,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Updated DB in 11 ms
2025-04-30 08:31:55,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082852104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:31:55,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082938283 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:00,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:00,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Instance[pk=136171, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082938283, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:32:00,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Location[pk=136171, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/FE0D2AF7, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:32:00,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Updated DB in 17 ms
2025-04-30 08:32:00,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430082938283 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:00,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083016592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 08:32:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 08:32:07,371 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:07,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Instance[pk=136172, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083016592, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:32:07,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Location[pk=136172, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/237ABC42, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:32:07,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Updated DB in 6 ms
2025-04-30 08:32:07,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083016592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:07,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083110344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:07,870 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:07,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135985, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092412781, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 08:32:07,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092412781] with equal digest
2025-04-30 08:32:07,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:32:07,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092412781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:08,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092417313 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:09,784 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:32:09,786 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:32:11,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 08:32:11,461 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 08:32:14,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:14,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Instance[pk=136173, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083110344, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:32:14,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Location[pk=136173, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/252CD28C, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:32:14,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Updated DB in 16 ms
2025-04-30 08:32:14,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083110344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:14,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083209270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:18,977 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:18,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Instance[pk=136174, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083209270, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:32:18,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Create Location[pk=136174, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/26D7A799, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:32:18,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190): Updated DB in 5 ms
2025-04-30 08:32:18,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083209270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:19,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190) >> A-RELEASE-RQ
2025-04-30 08:32:19,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(190) << A-RELEASE-RP
2025-04-30 08:32:19,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(190): close Socket[addr=187.91.28.24/187.91.28.24,port=52085,localport=11112]
2025-04-30 08:32:19,569 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52086,localport=11112]
2025-04-30 08:32:19,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191) >> A-ASSOCIATE-RQ
2025-04-30 08:32:19,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191) << A-ASSOCIATE-AC
2025-04-30 08:32:19,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082708094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:27,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:27,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Found previous received Instance[pk=136168, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082708094, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:32:27,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082708094] with equal digest
2025-04-30 08:32:27,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 3 ms
2025-04-30 08:32:27,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082708094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:27,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082815739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:34,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 08:32:34,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:32:34,182 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-04-30 08:32:34,183 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:32:34,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 08:32:34,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:34,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Found previous received Instance[pk=136169, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082815739, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:32:34,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082815739] with equal digest
2025-04-30 08:32:34,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 2 ms
2025-04-30 08:32:34,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082815739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:34,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082825315 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:38,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:38,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135986, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092417313, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 08:32:38,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092417313] with equal digest
2025-04-30 08:32:38,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:32:38,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092417313 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:38,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 08:32:38,413 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 08:32:38,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092456227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:38,752 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:38,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Create Instance[pk=136175, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082825315, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:32:38,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Create Location[pk=136175, systemID=fs1, path=2025/04/30/583AD75A/2CCE6EFF/FC48E0A4, tsuid=1.2.840.10008.1.2, size=3915892, status=OK, objectType=DICOM_FILE]
2025-04-30 08:32:38,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 14 ms
2025-04-30 08:32:38,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082825315 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:38,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082852104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:43,590 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:43,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Found previous received Instance[pk=136170, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082852104, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:32:43,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082852104] with equal digest
2025-04-30 08:32:43,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 3 ms
2025-04-30 08:32:43,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082852104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:43,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082938283 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:50,522 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:50,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Found previous received Instance[pk=136171, uid=1.2.410.200001.101.11.301.1123109166.3.20250430082938283, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:32:50,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082938283] with equal digest
2025-04-30 08:32:50,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 3 ms
2025-04-30 08:32:50,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430082938283 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:50,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430083016592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:57,649 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:32:57,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Found previous received Instance[pk=136172, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083016592, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:32:57,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083016592] with equal digest
2025-04-30 08:32:57,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 3 ms
2025-04-30 08:32:57,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430083016592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:32:57,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430083110344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:02,082 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:02,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Found previous received Instance[pk=136173, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083110344, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:33:02,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083110344] with equal digest
2025-04-30 08:33:02,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 3 ms
2025-04-30 08:33:02,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430083110344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:02,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430083209270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 08:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 08:33:04,829 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 08:33:04,925 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) Calculated size of 1 studies
2025-04-30 08:33:04,925 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 08:33:07,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:07,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Found previous received Instance[pk=136174, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083209270, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:33:07,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083209270] with equal digest
2025-04-30 08:33:07,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191): Updated DB in 3 ms
2025-04-30 08:33:07,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) 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.20250430083209270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:07,287 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191) >> A-RELEASE-RQ
2025-04-30 08:33:07,287 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(191) << A-RELEASE-RP
2025-04-30 08:33:07,338 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(191): close Socket[addr=187.91.28.24/187.91.28.24,port=52086,localport=11112]
2025-04-30 08:33:07,682 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52088,localport=11112]
2025-04-30 08:33:07,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) >> A-ASSOCIATE-RQ
2025-04-30 08:33:07,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) << A-ASSOCIATE-AC
2025-04-30 08:33:07,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250415102334608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:08,827 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:08,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135995, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092456227, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 08:33:08,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092456227] with equal digest
2025-04-30 08:33:08,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 2 ms
2025-04-30 08:33:08,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092456227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:09,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092529684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:11,461 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 08:33:11,462 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 08:33:13,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:13,274 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 08:33:13,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192): 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.1123109166.3.20250415102334608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:33:13,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:13,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250415102425952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:23,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:23,792 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 08:33:23,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192): 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.1123109166.3.20250415102425952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:33:23,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:23,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250415102606028 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:30,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:30,238 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 08:33:30,240 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192): 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.1123109166.3.20250415102606028 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:33:30,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:30,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250415102624254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:34,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 08:33:34,184 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 08:33:34,185 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-04-30 08:33:34,185 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:33:34,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:33:34,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 08:33:36,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4051) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:36,097 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4051) Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
2025-04-30 08:33:36,099 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192): 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.20250415102624254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Patient ID 240125^^^DCM4CHEE.B7608BB2.0DCCB78E in previous received object of Study[uid=240125].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:33:36,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 240125^^^DCM4CHEE.B443C975.0DCCB78E differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:36,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) >> A-RELEASE-RQ
2025-04-30 08:33:36,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4051) DCM4CHEE<-HS30(192) << A-RELEASE-RP
2025-04-30 08:33:36,344 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(192): close Socket[addr=187.91.28.24/187.91.28.24,port=52088,localport=11112]
2025-04-30 08:33:38,413 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 08:33:38,415 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 08:33:39,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:33:39,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135996, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092529684, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 08:33:39,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092529684] with equal digest
2025-04-30 08:33:39,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:33:39,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092529684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:33:39,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092613900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 08:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 08:34:11,462 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 08:34:11,464 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 08:34:14,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:34:14,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135997, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092613900, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 08:34:14,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092613900] with equal digest
2025-04-30 08:34:14,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:34:14,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092613900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:34:14,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092640055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:34:34,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 08:34:34,207 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 08:34:34,208 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-04-30 08:34:34,208 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:34:34,228 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-04-30 08:34:34,228 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:34:34,229 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 08:34:34,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 08:34:38,415 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 08:34:38,417 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 08:34:44,819 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:34:44,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135998, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092640055, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 08:34:44,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092640055] with equal digest
2025-04-30 08:34:44,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:34:44,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092640055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:34:45,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092755572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 08:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 08:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4064) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4064) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 08:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 08:35:11,464 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 08:35:11,465 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 08:35:15,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:35:15,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=135999, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092755572, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 08:35:15,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092755572] with equal digest
2025-04-30 08:35:15,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:35:15,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250428092755572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:35:15,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> 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.20250428092813136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:35:34,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 08:35:34,231 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 08:35:34,232 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-04-30 08:35:34,232 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:35:34,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:35:34,254 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 08:35:38,417 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 08:35:38,419 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 08:35:45,580 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:35:45,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=136000, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092813136, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 08:35:45,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092813136] with equal digest
2025-04-30 08:35:45,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 2 ms
2025-04-30 08:35:45,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << 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.20250428092813136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:35:45,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> 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.20250428092856587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 08:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 08:36:11,465 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 08:36:11,466 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 08:36:16,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:36:16,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=136001, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092856587, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 08:36:16,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092856587] with equal digest
2025-04-30 08:36:16,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:36:16,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << 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.20250428092856587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:36:16,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> 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.20250428092907251 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:36:34,254 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 08:36:34,256 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-04-30 08:36:34,256 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:36:34,276 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-04-30 08:36:34,276 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:36:34,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 08:36:38,419 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 08:36:38,421 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 08:36:46,699 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:36:46,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=136002, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092907251, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 08:36:46,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092907251] with equal digest
2025-04-30 08:36:46,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:36:46,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << 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.20250428092907251 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:36:46,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> 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.20250428092914116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 08:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 08:37:09,786 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:37:09,788 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:37:11,467 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 08:37:11,468 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 08:37:17,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:37:17,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=136003, uid=1.2.410.200001.101.11.601.1501430850.3.20250428092914116, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 08:37:17,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428092914116] with equal digest
2025-04-30 08:37:17,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:37:17,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << 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.20250428092914116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:37:17,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> 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.20250428093159444 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:37:34,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 08:37:34,278 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-04-30 08:37:34,278 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:37:34,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:37:34,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 08:37:38,421 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 08:37:38,423 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 08:37:47,817 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:37:47,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=136004, uid=1.2.410.200001.101.11.601.1501430850.3.20250428093159444, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 08:37:47,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428093159444] with equal digest
2025-04-30 08:37:47,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 2 ms
2025-04-30 08:37:47,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << 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.20250428093159444 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:37:48,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> 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.20250428093207250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 08:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 08:38:04,925 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 08:38:04,990 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) Calculated size of 1 studies
2025-04-30 08:38:04,990 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 08:38:11,468 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 08:38:11,469 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 08:38:18,574 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:38:18,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Found previous received Instance[pk=136005, uid=1.2.410.200001.101.11.601.1501430850.3.20250428093207250, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 08:38:18,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Ignore received Instance[studyUID=343222,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250428091206045,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250428093207250] with equal digest
2025-04-30 08:38:18,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185): Updated DB in 3 ms
2025-04-30 08:38:18,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << 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.20250428093207250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:38:18,780 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) >> A-RELEASE-RQ
2025-04-30 08:38:18,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(185) << A-RELEASE-RP
2025-04-30 08:38:18,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS60MT(185): close Socket[addr=187.91.28.24/187.91.28.24,port=49678,localport=11112]
2025-04-30 08:38:19,231 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49680,localport=11112]
2025-04-30 08:38:19,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193) >> A-ASSOCIATE-RQ
2025-04-30 08:38:19,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193) << A-ASSOCIATE-AC
2025-04-30 08:38:19,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090630007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:38:34,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 08:38:34,300 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-04-30 08:38:34,300 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:38:34,320 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-04-30 08:38:34,320 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:38:34,320 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 08:38:38,423 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 08:38:38,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 08:38:40,559 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080036299&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:40,626 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080100866&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:40,689 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080344968&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:40,748 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080432420&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:40,808 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080416952&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:40,868 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080522549&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:40,920 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080542217&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:40,967 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080717308&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:41,025 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430080857176&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:41,082 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081035861&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:41,137 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081139383&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:41,192 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081213950&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:41,245 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081302766&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:41,295 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081307182&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:41,341 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343292&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430080035191&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430081413737&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:38:50,752 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:38:50,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Found previous received Instance[pk=136008, uid=1.2.410.200001.101.11.601.1501430850.3.20250429090630007, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:38:50,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Ignore received Instance[studyUID=343261,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429090629653,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429090630007] with equal digest
2025-04-30 08:38:50,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Updated DB in 4 ms
2025-04-30 08:38:50,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090630007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:38:50,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090640494 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 08:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 08:39:11,469 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 08:39:11,470 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 08:39:28,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:39:28,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Found previous received Instance[pk=136009, uid=1.2.410.200001.101.11.601.1501430850.3.20250429090640494, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:39:28,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Ignore received Instance[studyUID=343261,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429090629653,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429090640494] with equal digest
2025-04-30 08:39:28,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Updated DB in 3 ms
2025-04-30 08:39:28,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090640494 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:39:28,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090737332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:39:34,321 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 08:39:34,322 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 08:39:34,323 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-04-30 08:39:34,323 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:39:34,345 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-04-30 08:39:34,345 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:39:34,345 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 08:39:38,425 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 08:39:38,427 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 08:39:59,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:39:59,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Found previous received Instance[pk=136010, uid=1.2.410.200001.101.11.601.1501430850.3.20250429090737332, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:39:59,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Ignore received Instance[studyUID=343261,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429090629653,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429090737332] with equal digest
2025-04-30 08:39:59,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Updated DB in 3 ms
2025-04-30 08:39:59,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090737332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:39:59,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090831387 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 08:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 08:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4085) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4085) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 08:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 08:40:11,471 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 08:40:11,472 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 08:40:30,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:40:30,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Found previous received Instance[pk=136011, uid=1.2.410.200001.101.11.601.1501430850.3.20250429090831387, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:40:30,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Ignore received Instance[studyUID=343261,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429090629653,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429090831387] with equal digest
2025-04-30 08:40:30,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Updated DB in 3 ms
2025-04-30 08:40:30,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090831387 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:40:30,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090954832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:40:34,346 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 08:40:34,347 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-04-30 08:40:34,347 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:40:34,348 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 08:40:34,370 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-04-30 08:40:34,370 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:40:34,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 08:40:38,427 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 08:40:38,428 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 08:41:01,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:01,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Found previous received Instance[pk=136012, uid=1.2.410.200001.101.11.601.1501430850.3.20250429090954832, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:41:01,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Ignore received Instance[studyUID=343261,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429090629653,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429090954832] with equal digest
2025-04-30 08:41:01,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Updated DB in 2 ms
2025-04-30 08:41:01,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429090954832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:01,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429091029947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 08:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 08:41:09,393 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52090,localport=11112]
2025-04-30 08:41:09,394 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194) >> A-ASSOCIATE-RQ
2025-04-30 08:41:09,394 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194) << A-ASSOCIATE-AC
2025-04-30 08:41:09,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083701455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:11,472 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 08:41:11,473 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 08:41:21,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:21,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Series[pk=12497, uid=1.2.410.200001.101.11.301.1123109166.2.20250430083701298, no=2, mod=US]
2025-04-30 08:41:21,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136176, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083701455, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:41:21,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136176, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/2F5C4705, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-04-30 08:41:21,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 29 ms
2025-04-30 08:41:21,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083701455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:21,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083742597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:24,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:24,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136177, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083742597, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:41:24,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136177, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/2F951DA7, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-04-30 08:41:24,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 14 ms
2025-04-30 08:41:24,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083742597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:25,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083745863 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:31,080 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:31,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136178, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083745863, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:41:31,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136178, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/2F9685A6, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-04-30 08:41:31,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 10 ms
2025-04-30 08:41:31,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083745863 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:31,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083828516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:32,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:32,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Found previous received Instance[pk=136013, uid=1.2.410.200001.101.11.601.1501430850.3.20250429091029947, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:41:32,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Ignore received Instance[studyUID=343261,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429090629653,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429091029947] with equal digest
2025-04-30 08:41:32,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193): Updated DB in 2 ms
2025-04-30 08:41:32,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429091029947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:32,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193) >> A-RELEASE-RQ
2025-04-30 08:41:32,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(193) << A-RELEASE-RP
2025-04-30 08:41:33,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS60MT(193): close Socket[addr=187.91.28.24/187.91.28.24,port=49680,localport=11112]
2025-04-30 08:41:33,420 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49681,localport=11112]
2025-04-30 08:41:33,420 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> A-ASSOCIATE-RQ
2025-04-30 08:41:33,420 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << A-ASSOCIATE-AC
2025-04-30 08:41:33,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:34,371 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 08:41:34,372 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-04-30 08:41:34,372 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:41:34,392 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-04-30 08:41:34,392 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:41:34,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 08:41:37,241 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:37,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136179, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083828516, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:41:37,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136179, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/31308085, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-04-30 08:41:37,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 23 ms
2025-04-30 08:41:37,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083828516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:37,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083844195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:38,429 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 08:41:38,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 08:41:43,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:43,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136180, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083844195, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:41:43,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136180, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/314ACFFE, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-04-30 08:41:43,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 10 ms
2025-04-30 08:41:43,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083844195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:43,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083912105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:45,002 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSDeleteScheduler.execute()
2025-04-30 08:41:45,004 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSDeleteScheduler.execute()
2025-04-30 08:41:50,603 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:50,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136181, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083912105, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:41:50,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136181, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/32D47845, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-04-30 08:41:50,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 18 ms
2025-04-30 08:41:50,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430083912105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:50,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430084022134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:57,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:41:57,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136182, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084022134, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:41:57,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136182, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/586D2DCC, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:41:57,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 13 ms
2025-04-30 08:41:57,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430084022134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:41:57,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430084144123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 08:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 08:42:04,522 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:04,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136183, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084144123, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:42:04,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136183, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/5A3F1E0B, tsuid=1.2.840.10008.1.2, size=3916040, status=OK, objectType=DICOM_FILE]
2025-04-30 08:42:04,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 20 ms
2025-04-30 08:42:04,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430084144123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:04,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430084229965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:09,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:09,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Instance[pk=136184, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084229965, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:42:09,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Create Location[pk=136184, systemID=fs1, path=2025/04/30/583AD75A/61B1DE41/5BDA2C09, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-04-30 08:42:09,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194): Updated DB in 47 ms
2025-04-30 08:42:09,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) 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.20250430084229965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:09,360 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194) >> A-RELEASE-RQ
2025-04-30 08:42:09,360 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(194) << A-RELEASE-RP
2025-04-30 08:42:09,411 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(194): close Socket[addr=187.91.28.24/187.91.28.24,port=52090,localport=11112]
2025-04-30 08:42:09,757 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52091,localport=11112]
2025-04-30 08:42:09,757 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196) >> A-ASSOCIATE-RQ
2025-04-30 08:42:09,757 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196) << A-ASSOCIATE-AC
2025-04-30 08:42:09,788 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:42:09,790 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:42:09,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083701455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:11,473 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 08:42:11,474 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 08:42:15,140 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:15,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136176, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083701455, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:42:15,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083701455] with equal digest
2025-04-30 08:42:15,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 4 ms
2025-04-30 08:42:15,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083701455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:15,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083742597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:21,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:21,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134732, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093345439, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:42:21,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093345439] with equal digest
2025-04-30 08:42:21,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 7 ms
2025-04-30 08:42:21,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:21,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:25,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:25,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136177, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083742597, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:42:25,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083742597] with equal digest
2025-04-30 08:42:25,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 3 ms
2025-04-30 08:42:25,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083742597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:26,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083745863 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:30,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:30,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136178, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083745863, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:42:30,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083745863] with equal digest
2025-04-30 08:42:30,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 2 ms
2025-04-30 08:42:30,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083745863 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:30,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083828516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:34,393 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 08:42:34,394 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-04-30 08:42:34,394 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:42:34,415 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-04-30 08:42:34,415 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:42:34,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 08:42:34,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:34,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136179, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083828516, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:42:34,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083828516] with equal digest
2025-04-30 08:42:34,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 3 ms
2025-04-30 08:42:34,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083828516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:35,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083844195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:38,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 08:42:38,432 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 08:42:41,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:41,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136180, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083844195, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:42:41,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083844195] with equal digest
2025-04-30 08:42:41,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 3 ms
2025-04-30 08:42:41,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083844195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:41,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083912105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:48,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:48,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136181, uid=1.2.410.200001.101.11.301.1123109166.3.20250430083912105, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:42:48,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083912105] with equal digest
2025-04-30 08:42:48,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 3 ms
2025-04-30 08:42:48,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430083912105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:48,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430084022134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:54,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:42:54,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136182, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084022134, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:42:54,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084022134] with equal digest
2025-04-30 08:42:54,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 3 ms
2025-04-30 08:42:54,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430084022134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:42:54,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430084144123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:43:01,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:43:01,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136183, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084144123, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:43:01,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084144123] with equal digest
2025-04-30 08:43:01,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 3 ms
2025-04-30 08:43:01,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430084144123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:43:01,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430084229965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 08:43:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 08:43:04,990 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 08:43:04,991 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 08:43:06,114 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4090) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:43:06,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Found previous received Instance[pk=136184, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084229965, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:43:06,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084229965] with equal digest
2025-04-30 08:43:06,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196): Updated DB in 3 ms
2025-04-30 08:43:06,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(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.301.1123109166.3.20250430084229965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:43:06,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:43:06,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134734, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093415703, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:43:06,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093415703] with equal digest
2025-04-30 08:43:06,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 2 ms
2025-04-30 08:43:06,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:43:06,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196) >> A-RELEASE-RQ
2025-04-30 08:43:06,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4090) DCM4CHEE<-HS30(196) << A-RELEASE-RP
2025-04-30 08:43:06,367 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(196): close Socket[addr=187.91.28.24/187.91.28.24,port=52091,localport=11112]
2025-04-30 08:43:06,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:43:11,475 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 08:43:11,476 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 08:43:34,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 08:43:34,417 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-04-30 08:43:34,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 08:43:34,418 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:43:34,438 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-04-30 08:43:34,438 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:43:34,438 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 08:43:38,432 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 08:43:38,434 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 08:43:41,836 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:43:41,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134735, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093546067, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:43:41,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093546067] with equal digest
2025-04-30 08:43:41,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 19 ms
2025-04-30 08:43:41,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:43:42,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 08:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 08:44:11,476 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 08:44:11,478 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 08:44:17,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:44:17,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134736, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093625182, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:44:17,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093625182] with equal digest
2025-04-30 08:44:17,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:44:17,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:44:17,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:44:34,438 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 08:44:34,440 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-04-30 08:44:34,440 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:44:34,461 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-04-30 08:44:34,461 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:44:34,461 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 08:44:38,434 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 08:44:38,436 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 08:44:52,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:44:52,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134737, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093815987, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:44:52,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093815987] with equal digest
2025-04-30 08:44:52,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:44:52,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:44:52,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-04-30 08:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-04-30 08:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4107) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:45:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4107) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 08:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 08:45:11,478 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 08:45:11,479 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 08:45:28,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:45:28,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134738, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093950322, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:45:28,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093950322] with equal digest
2025-04-30 08:45:28,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:45:28,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:45:28,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:45:34,461 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 08:45:34,462 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-04-30 08:45:34,463 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:45:34,486 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-04-30 08:45:34,486 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:45:34,486 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 08:45:38,436 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 08:45:38,438 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 08:45:59,550 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:45:59,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134739, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094014660, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:45:59,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094014660] with equal digest
2025-04-30 08:45:59,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:45:59,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:45:59,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 08:46:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 08:46:11,479 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 08:46:11,480 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 08:46:30,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:46:30,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134740, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094358155, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:46:30,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094358155] with equal digest
2025-04-30 08:46:30,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:46:30,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:46:30,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:46:34,486 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 08:46:34,488 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-04-30 08:46:34,488 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:46:34,516 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-04-30 08:46:34,516 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:46:34,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 08:46:38,438 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 08:46:38,440 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 08:47:01,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:47:01,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134741, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094423459, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:47:01,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094423459] with equal digest
2025-04-30 08:47:01,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:47:01,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:47:01,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 08:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 08:47:09,791 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:47:09,793 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:47:11,481 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 08:47:11,482 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 08:47:32,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:47:32,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134743, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094456929, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:47:32,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094456929] with equal digest
2025-04-30 08:47:32,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:47:32,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:47:32,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:47:34,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 08:47:34,518 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-04-30 08:47:34,518 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:47:34,538 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-04-30 08:47:34,538 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:47:34,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 08:47:38,440 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 08:47:38,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 08:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 08:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 08:48:04,992 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-04-30 08:48:05,052 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) Calculated size of 1 studies
2025-04-30 08:48:05,052 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-04-30 08:48:08,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:08,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134744, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094552225, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 08:48:08,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094552225] with equal digest
2025-04-30 08:48:08,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:48:08,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:08,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:11,482 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 08:48:11,483 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 08:48:27,882 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52183,localport=11112]
2025-04-30 08:48:27,883 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> A-ASSOCIATE-RQ
2025-04-30 08:48:27,883 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << A-ASSOCIATE-AC
2025-04-30 08:48:28,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:29,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:29,854 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Patient[pk=10431, id=PatientID[pk=10431, id=343296, issuer=DCM4CHEE.DDA54F8B.0A38C00D], name=RAMAO DA SILVA OLIVEIRA]
2025-04-30 08:48:29,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Study[pk=11858, uid=343296, id=38470]
2025-04-30 08:48:29,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Series[pk=12498, uid=1.2.410.200001.101.11.501.1791052210.2.20250430083356202, no=1, mod=US]
2025-04-30 08:48:29,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136185, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:48:29,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136185, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/CB121558, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:29,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 36 ms
2025-04-30 08:48:29,885 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) No duplicate record with equal Patient ID found Patient[pk=10431, id=PatientID[pk=10431, id=343296, issuer=DCM4CHEE.DDA54F8B.0A38C00D], name=RAMAO DA SILVA OLIVEIRA]
2025-04-30 08:48:29,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:30,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:30,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:30,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136186, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:48:30,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136186, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/CCA8DF0B, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:30,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 10 ms
2025-04-30 08:48:30,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:30,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:30,964 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:30,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136187, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:48:30,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136187, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/D1C678CA, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:30,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 10 ms
2025-04-30 08:48:30,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:31,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:31,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:31,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136188, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:48:31,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136188, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/D37DB1AA, tsuid=1.2.840.10008.1.2, size=3416680, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:31,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 12 ms
2025-04-30 08:48:31,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:31,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:32,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:32,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136189, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:48:32,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136189, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/D53375B0, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:32,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 60 ms
2025-04-30 08:48:32,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:32,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:32,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:32,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136190, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:48:32,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136190, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/FACA4359, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:32,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 15 ms
2025-04-30 08:48:32,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:33,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:33,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:33,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136191, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084313004, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:48:33,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136191, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/FFBE7EB1, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:33,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 10 ms
2025-04-30 08:48:33,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 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.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:33,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:33,900 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:33,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136192, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084501261, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:48:33,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136192, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/031937E9, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:33,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 12 ms
2025-04-30 08:48:33,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 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.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:34,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> 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.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:34,443 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:34,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Instance[pk=136193, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084819342, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:48:34,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Create Location[pk=136193, systemID=fs1, path=2025/04/30/59FBDF9D/FD67A450/08497FC3, tsuid=1.2.840.10008.1.2, size=3915788, status=OK, objectType=DICOM_FILE]
2025-04-30 08:48:34,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197): Updated DB in 32 ms
2025-04-30 08:48:34,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << 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.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:34,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 08:48:34,540 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-04-30 08:48:34,540 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:48:34,561 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-04-30 08:48:34,561 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:48:34,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 08:48:34,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) >> A-RELEASE-RQ
2025-04-30 08:48:34,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(197) << A-RELEASE-RP
2025-04-30 08:48:34,824 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS50US07(197): close Socket[addr=187.91.28.24/187.91.28.24,port=52183,localport=11112]
2025-04-30 08:48:35,180 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52184,localport=11112]
2025-04-30 08:48:35,181 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> A-ASSOCIATE-RQ
2025-04-30 08:48:35,181 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << A-ASSOCIATE-AC
2025-04-30 08:48:35,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:37,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:37,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136185, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:48:37,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083356627] with equal digest
2025-04-30 08:48:37,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 5 ms
2025-04-30 08:48:37,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:37,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:37,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:37,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136186, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:48:37,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083432272] with equal digest
2025-04-30 08:48:37,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 3 ms
2025-04-30 08:48:37,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:38,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:38,442 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 08:48:38,443 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 08:48:38,791 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:38,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136187, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:48:38,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083730085] with equal digest
2025-04-30 08:48:38,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 3 ms
2025-04-30 08:48:38,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:38,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:39,300 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:39,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136188, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:48:39,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083835795] with equal digest
2025-04-30 08:48:39,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 3 ms
2025-04-30 08:48:39,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:39,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:39,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:39,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136189, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:48:39,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083937804] with equal digest
2025-04-30 08:48:39,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 3 ms
2025-04-30 08:48:39,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:40,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:40,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:40,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136190, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:48:40,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084043248] with equal digest
2025-04-30 08:48:40,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 3 ms
2025-04-30 08:48:40,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:40,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:40,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:40,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136191, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084313004, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:48:40,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084313004] with equal digest
2025-04-30 08:48:40,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 2 ms
2025-04-30 08:48:40,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 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.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:41,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:41,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:41,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136192, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084501261, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:48:41,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084501261] with equal digest
2025-04-30 08:48:41,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 3 ms
2025-04-30 08:48:41,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 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.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:41,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> 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.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:41,996 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:41,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Found previous received Instance[pk=136193, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084819342, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:48:41,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084819342] with equal digest
2025-04-30 08:48:41,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198): Updated DB in 3 ms
2025-04-30 08:48:42,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << 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.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:42,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) >> A-RELEASE-RQ
2025-04-30 08:48:42,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(198) << A-RELEASE-RP
2025-04-30 08:48:42,246 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(198): close Socket[addr=187.91.28.24/187.91.28.24,port=52184,localport=11112]
2025-04-30 08:48:42,603 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52186,localport=11112]
2025-04-30 08:48:42,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> A-ASSOCIATE-RQ
2025-04-30 08:48:42,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << A-ASSOCIATE-AC
2025-04-30 08:48:42,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:43,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:43,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134745, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094725146, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 08:48:43,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094725146] with equal digest
2025-04-30 08:48:43,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 5 ms
2025-04-30 08:48:43,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:43,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:44,603 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:44,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136185, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:48:44,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083356627] with equal digest
2025-04-30 08:48:44,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 3 ms
2025-04-30 08:48:44,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:44,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:45,177 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:45,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136186, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:48:45,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083432272] with equal digest
2025-04-30 08:48:45,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 3 ms
2025-04-30 08:48:45,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:45,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:45,725 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:45,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136187, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:48:45,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083730085] with equal digest
2025-04-30 08:48:45,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 2 ms
2025-04-30 08:48:45,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:45,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:46,225 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:46,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136188, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:48:46,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083835795] with equal digest
2025-04-30 08:48:46,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 2 ms
2025-04-30 08:48:46,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:46,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:46,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:46,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136189, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:48:46,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083937804] with equal digest
2025-04-30 08:48:46,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 3 ms
2025-04-30 08:48:46,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:46,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:47,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:47,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136190, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:48:47,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084043248] with equal digest
2025-04-30 08:48:47,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 3 ms
2025-04-30 08:48:47,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:47,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:47,964 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:47,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136191, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084313004, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:48:47,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084313004] with equal digest
2025-04-30 08:48:47,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 2 ms
2025-04-30 08:48:47,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 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.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:48,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:48,517 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:48,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136192, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084501261, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:48:48,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084501261] with equal digest
2025-04-30 08:48:48,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 3 ms
2025-04-30 08:48:48,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 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.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:48,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> 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.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:49,061 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:49,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Found previous received Instance[pk=136193, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084819342, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:48:49,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084819342] with equal digest
2025-04-30 08:48:49,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199): Updated DB in 3 ms
2025-04-30 08:48:49,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << 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.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:49,269 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) >> A-RELEASE-RQ
2025-04-30 08:48:49,269 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(199) << A-RELEASE-RP
2025-04-30 08:48:49,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(199): close Socket[addr=187.91.28.24/187.91.28.24,port=52186,localport=11112]
2025-04-30 08:48:53,192 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52187,localport=11112]
2025-04-30 08:48:53,192 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200) >> A-ASSOCIATE-RQ
2025-04-30 08:48:53,193 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200) << A-ASSOCIATE-AC
2025-04-30 08:48:53,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:55,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:55,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136185, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083356627, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:48:55,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083356627] with equal digest
2025-04-30 08:48:55,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 3 ms
2025-04-30 08:48:55,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083356627 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:55,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:56,001 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:56,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136186, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083432272, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:48:56,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083432272] with equal digest
2025-04-30 08:48:56,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 3 ms
2025-04-30 08:48:56,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083432272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:56,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:56,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:56,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136187, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083730085, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:48:56,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083730085] with equal digest
2025-04-30 08:48:56,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 3 ms
2025-04-30 08:48:56,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083730085 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:56,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:57,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:57,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136188, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083835795, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 08:48:57,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083835795] with equal digest
2025-04-30 08:48:57,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 2 ms
2025-04-30 08:48:57,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083835795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:57,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:57,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:57,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136189, uid=1.2.410.200001.101.11.501.1791052210.3.20250430083937804, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 08:48:57,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083937804] with equal digest
2025-04-30 08:48:57,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 2 ms
2025-04-30 08:48:57,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430083937804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:58,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:58,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:58,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136190, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084043248, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:48:58,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084043248] with equal digest
2025-04-30 08:48:58,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 2 ms
2025-04-30 08:48:58,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084043248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:58,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:59,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:59,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136191, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084313004, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:48:59,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084313004] with equal digest
2025-04-30 08:48:59,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 3 ms
2025-04-30 08:48:59,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084313004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:59,411 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:48:59,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:48:59,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136192, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084501261, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:48:59,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084501261] with equal digest
2025-04-30 08:48:59,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 3 ms
2025-04-30 08:48:59,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084501261 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:49:00,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:49:00,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4124) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:49:00,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Found previous received Instance[pk=136193, uid=1.2.410.200001.101.11.501.1791052210.3.20250430084819342, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 08:49:00,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Ignore received Instance[studyUID=343296,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084819342] with equal digest
2025-04-30 08:49:00,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200): Updated DB in 3 ms
2025-04-30 08:49:00,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430084819342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:49:00,871 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200) >> A-RELEASE-RQ
2025-04-30 08:49:00,871 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4124) DCM4CHEE<-HS50US07(200) << A-RELEASE-RP
2025-04-30 08:49:00,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS50US07(200): close Socket[addr=187.91.28.24/187.91.28.24,port=52187,localport=11112]
2025-04-30 08:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 08:49:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 08:49:11,484 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 08:49:11,485 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 08:49:14,643 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:49:14,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134746, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094905572, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 08:49:14,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094905572] with equal digest
2025-04-30 08:49:14,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:49:14,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:49:14,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:49:34,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 08:49:34,563 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 08:49:34,564 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 08:49:34,565 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-04-30 08:49:34,565 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:49:34,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 08:49:34,587 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-04-30 08:49:34,587 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:49:34,587 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 08:49:38,444 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 08:49:38,446 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 08:49:45,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:49:45,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134747, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095012591, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 08:49:45,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095012591] with equal digest
2025-04-30 08:49:45,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 2 ms
2025-04-30 08:49:45,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:49:46,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 08:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 08:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4129) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4129) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 08:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 08:50:11,485 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 08:50:11,486 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 08:50:23,868 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:50:23,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134748, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095019366, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 08:50:23,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095019366] with equal digest
2025-04-30 08:50:23,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:50:23,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:50:24,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:50:34,588 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 08:50:34,589 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-04-30 08:50:34,589 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:50:34,611 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-04-30 08:50:34,611 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:50:34,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 08:50:38,446 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 08:50:38,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 08:50:54,964 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:50:54,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134749, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095026544, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 08:50:54,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095026544] with equal digest
2025-04-30 08:50:54,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:50:54,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:50:55,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 08:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 08:51:11,487 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 08:51:11,488 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 08:51:32,131 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:51:32,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134750, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095033192, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 08:51:32,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095033192] with equal digest
2025-04-30 08:51:32,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 5 ms
2025-04-30 08:51:32,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:32,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:34,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 08:51:34,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 08:51:34,639 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-04-30 08:51:34,639 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:51:34,639 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 08:51:37,501 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52092,localport=11112]
2025-04-30 08:51:37,502 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> A-ASSOCIATE-RQ
2025-04-30 08:51:37,502 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << A-ASSOCIATE-AC
2025-04-30 08:51:37,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084433245 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:38,448 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 08:51:38,449 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 08:51:41,467 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:51:41,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Series[pk=12499, uid=1.2.410.200001.101.11.301.1123109166.2.20250430084432839, no=4, mod=US]
2025-04-30 08:51:41,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Instance[pk=136194, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084433245, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:51:41,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Location[pk=136194, systemID=fs1, path=2025/04/30/583AD75A/91A46054/5F4F2009, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-04-30 08:51:41,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Updated DB in 21 ms
2025-04-30 08:51:41,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084433245 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:41,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084537076 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:45,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:51:45,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Instance[pk=136195, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084537076, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:51:45,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Location[pk=136195, systemID=fs1, path=2025/04/30/583AD75A/91A46054/6105C300, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-04-30 08:51:45,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Updated DB in 30 ms
2025-04-30 08:51:45,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084537076 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:45,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084609407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:49,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:51:49,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Instance[pk=136196, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084609407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:51:49,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Location[pk=136196, systemID=fs1, path=2025/04/30/583AD75A/91A46054/62914C06, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-04-30 08:51:49,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Updated DB in 5 ms
2025-04-30 08:51:49,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084609407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:49,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084731359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:56,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:51:56,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Instance[pk=136197, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084731359, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:51:56,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Location[pk=136197, systemID=fs1, path=2025/04/30/583AD75A/91A46054/646CC50C, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-04-30 08:51:56,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Updated DB in 21 ms
2025-04-30 08:51:56,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084731359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:51:56,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085147248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:02,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:02,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Instance[pk=136198, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085147248, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:52:02,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Location[pk=136198, systemID=fs1, path=2025/04/30/583AD75A/91A46054/8F26BA6D, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-04-30 08:52:02,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Updated DB in 25 ms
2025-04-30 08:52:02,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085147248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:02,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085308946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 08:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 08:52:06,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:06,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Instance[pk=136199, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085308946, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:52:06,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Location[pk=136199, systemID=fs1, path=2025/04/30/583AD75A/91A46054/92589C4B, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-04-30 08:52:07,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Updated DB in 11 ms
2025-04-30 08:52:07,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085308946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:07,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085314418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:09,793 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:52:09,795 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:52:11,488 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 08:52:11,489 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 08:52:13,718 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:13,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Instance[pk=136200, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085314418, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:52:13,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Create Location[pk=136200, systemID=fs1, path=2025/04/30/583AD75A/91A46054/9264CF30, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-04-30 08:52:13,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201): Updated DB in 5 ms
2025-04-30 08:52:13,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << 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.20250430085314418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:13,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:13,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134752, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095043671, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 08:52:13,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095043671] with equal digest
2025-04-30 08:52:13,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:52:13,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:13,919 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) >> A-RELEASE-RQ
2025-04-30 08:52:13,919 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(201) << A-RELEASE-RP
2025-04-30 08:52:13,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(201): close Socket[addr=187.91.28.24/187.91.28.24,port=52092,localport=11112]
2025-04-30 08:52:14,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:14,314 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52093,localport=11112]
2025-04-30 08:52:14,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> A-ASSOCIATE-RQ
2025-04-30 08:52:14,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << A-ASSOCIATE-AC
2025-04-30 08:52:14,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084433245 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:19,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:19,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Found previous received Instance[pk=136194, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084433245, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 08:52:19,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084433245] with equal digest
2025-04-30 08:52:19,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Updated DB in 3 ms
2025-04-30 08:52:19,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084433245 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:20,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084537076 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:25,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:25,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Found previous received Instance[pk=136195, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084537076, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 08:52:25,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084537076] with equal digest
2025-04-30 08:52:25,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Updated DB in 3 ms
2025-04-30 08:52:25,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084537076 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:25,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084609407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:31,284 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:31,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Found previous received Instance[pk=136196, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084609407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 08:52:31,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084609407] with equal digest
2025-04-30 08:52:31,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Updated DB in 2 ms
2025-04-30 08:52:31,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084609407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:31,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084731359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:34,640 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 08:52:34,641 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-04-30 08:52:34,641 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:52:34,661 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-04-30 08:52:34,661 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:52:34,661 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 08:52:37,696 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:37,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Found previous received Instance[pk=136197, uid=1.2.410.200001.101.11.301.1123109166.3.20250430084731359, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 08:52:37,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084731359] with equal digest
2025-04-30 08:52:37,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Updated DB in 2 ms
2025-04-30 08:52:37,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430084731359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:37,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085147248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:38,450 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 08:52:38,451 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 08:52:45,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:45,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Found previous received Instance[pk=136198, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085147248, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 08:52:45,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085147248] with equal digest
2025-04-30 08:52:45,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Updated DB in 2 ms
2025-04-30 08:52:45,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085147248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:45,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085308946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:48,959 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:48,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Found previous received Instance[pk=136199, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085308946, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 08:52:48,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085308946] with equal digest
2025-04-30 08:52:48,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Updated DB in 3 ms
2025-04-30 08:52:48,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085308946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:49,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085314418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:51,589 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:51,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134753, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095127664, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 08:52:51,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095127664] with equal digest
2025-04-30 08:52:51,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:52:51,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:51,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:53,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4138) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:52:53,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Found previous received Instance[pk=136200, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085314418, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 08:52:53,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085314418] with equal digest
2025-04-30 08:52:53,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202): Updated DB in 3 ms
2025-04-30 08:52:53,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << 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.20250430085314418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:52:53,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) >> A-RELEASE-RQ
2025-04-30 08:52:53,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4138) DCM4CHEE<-HS30(202) << A-RELEASE-RP
2025-04-30 08:52:53,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS30(202): close Socket[addr=187.91.28.24/187.91.28.24,port=52093,localport=11112]
2025-04-30 08:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 08:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 08:53:05,052 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-04-30 08:53:05,054 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-04-30 08:53:11,490 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 08:53:11,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 08:53:29,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:53:29,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134754, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095231400, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 08:53:29,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095231400] with equal digest
2025-04-30 08:53:29,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:53:29,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:53:29,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:53:34,662 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 08:53:34,663 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 08:53:34,664 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-04-30 08:53:34,664 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:53:34,686 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-04-30 08:53:34,686 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:53:34,686 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 08:53:38,452 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 08:53:38,453 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 08:54:02,680 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:54:02,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134755, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095334738, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 08:54:02,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095334738] with equal digest
2025-04-30 08:54:02,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 4 ms
2025-04-30 08:54:02,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:54:02,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 08:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 08:54:11,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 08:54:11,492 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 08:54:34,686 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 08:54:34,688 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-04-30 08:54:34,688 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:54:34,708 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-04-30 08:54:34,708 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:54:34,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 08:54:38,453 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 08:54:38,455 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 08:54:42,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:54:42,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134756, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095341157, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 08:54:42,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095341157] with equal digest
2025-04-30 08:54:42,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:54:42,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:54:42,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 08:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 08:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4151) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4151) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 08:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 08:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 08:55:11,493 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 08:55:11,494 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 08:55:15,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:55:15,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134758, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095350488, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 08:55:15,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095350488] with equal digest
2025-04-30 08:55:15,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:55:15,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:55:15,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:55:34,712 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 08:55:34,713 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-04-30 08:55:34,713 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:55:34,733 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-04-30 08:55:34,733 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:55:34,733 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 08:55:38,455 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 08:55:38,457 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 08:55:56,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:55:56,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134768, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095356804, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 08:55:56,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095356804] with equal digest
2025-04-30 08:55:56,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:55:56,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:55:57,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 08:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 08:56:11,494 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 08:56:11,495 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 08:56:34,733 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 08:56: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-04-30 08:56: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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:56:34,775 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-04-30 08:56:34,775 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:56:34,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 08:56:35,881 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:56:35,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134769, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095406573, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 08:56:35,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095406573] with equal digest
2025-04-30 08:56:35,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:56:35,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:56:36,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:56:38,457 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 08:56:38,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 08:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 08:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 08:57:09,795 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:57:09,797 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 08:57:11,496 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 08:57:11,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 08:57:16,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:57:16,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134770, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095441481, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 08:57:16,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095441481] with equal digest
2025-04-30 08:57:16,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:57:16,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:57:16,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:57:34,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 08:57:34,776 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-04-30 08:57:34,777 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:57:34,797 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-04-30 08:57:34,797 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:57:34,797 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 08:57:38,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 08:57:38,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 08:58:01,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:58:01,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134772, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095517901, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 08:58:01,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095517901] with equal digest
2025-04-30 08:58:01,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 2 ms
2025-04-30 08:58:01,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:58:01,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 08:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 08:58:05,054 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 08:58:05,173 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) Calculated size of 2 studies
2025-04-30 08:58:05,173 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 08:58:11,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 08:58:11,498 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 08:58:34,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 08:58:34,799 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-04-30 08:58:34,799 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:58:34,822 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-04-30 08:58:34,822 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:58:34,823 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 08:58:38,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 08:58:38,463 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 08:58:44,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:58:44,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134773, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095603919, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 08:58:44,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095603919] with equal digest
2025-04-30 08:58:44,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:58:44,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:58:44,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:58:47,062 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083356627&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,123 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083432272&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,184 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083730085&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,238 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083835795&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,291 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430083937804&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,349 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084043248&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,406 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084313004&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,458 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084501261&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:58:47,514 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343296&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430083356202&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430084819342&contentType=image/jpeg from null@162.240.235.97
2025-04-30 08:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 08:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 08:59:11,498 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 08:59:11,499 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 08:59:20,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 08:59:20,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134774, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095629705, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 08:59:20,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095629705] with equal digest
2025-04-30 08:59:20,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 3 ms
2025-04-30 08:59:20,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:59:20,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 08:59:34,823 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 08:59:34,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 08:59:34,825 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 08:59:34,826 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-04-30 08:59:34,826 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:59:34,846 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-04-30 08:59:34,846 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 08:59:34,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 08:59:38,463 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 08:59:38,465 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 09:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 09:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 09:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4172) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4172) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:00:01,253 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:00:01,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Found previous received Instance[pk=134775, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095748382, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-04-30 09:00:01,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095748382] with equal digest
2025-04-30 09:00:01,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195): Updated DB in 2 ms
2025-04-30 09:00:01,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:00:01,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) >> A-RELEASE-RQ
2025-04-30 09:00:01,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(195) << A-RELEASE-RP
2025-04-30 09:00:01,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS60MT(195): close Socket[addr=187.91.28.24/187.91.28.24,port=49681,localport=11112]
2025-04-30 09:00:01,919 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49700,localport=11112]
2025-04-30 09:00:01,919 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> A-ASSOCIATE-RQ
2025-04-30 09:00:01,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << A-ASSOCIATE-AC
2025-04-30 09:00:02,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 09:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 09:00:11,500 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 09:00:11,501 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 09:00:34,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 09:00:34,848 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 09:00:34,849 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-04-30 09:00:34,849 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:00:34,876 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-04-30 09:00:34,876 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:00:34,876 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 09:00:38,465 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 09:00:38,467 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 09:00:44,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:00:44,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134732, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093345439, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:00:44,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093345439] with equal digest
2025-04-30 09:00:44,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:00:44,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:00:44,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 09:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 09:01:11,501 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 09:01:11,502 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 09:01:26,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:01:26,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134734, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093415703, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:01:26,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093415703] with equal digest
2025-04-30 09:01:26,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 4 ms
2025-04-30 09:01:26,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:01:26,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:01:34,876 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 09:01:34,878 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-04-30 09:01:34,878 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:01:34,905 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-04-30 09:01:34,905 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:01:34,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 09:01:38,467 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 09:01:38,469 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 09:02:01,339 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:02:01,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134735, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093546067, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:02:01,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093546067] with equal digest
2025-04-30 09:02:01,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 2 ms
2025-04-30 09:02:01,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:02:01,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 09:02:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 09:02:09,798 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:02:09,800 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:02:11,502 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 09:02:11,504 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 09:02:34,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 09:02:34,907 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-04-30 09:02:34,907 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:02:34,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-04-30 09:02:34,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:02:34,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 09:02:36,573 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:02:36,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134736, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093625182, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:02:36,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093625182] with equal digest
2025-04-30 09:02:36,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 2 ms
2025-04-30 09:02:36,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:02:36,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:02:38,469 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 09:02:38,471 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 09:02:54,116 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428074906811&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,194 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428074932867&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,256 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075006526&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,322 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075117663&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,402 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075218859&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,477 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075356193&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,538 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075545161&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,602 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075553614&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,665 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075600367&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,736 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075607125&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,798 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075617334&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,862 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075700888&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,925 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075826961&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:54,980 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075832440&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,034 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075842376&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,087 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075849812&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,138 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075856351&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,198 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428075934405&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,258 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428080031476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,326 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428080127960&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,401 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428080155655&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:02:55,468 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343206&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428074905587&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428080312723&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 09:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 09:03:05,173 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 09:03:05,175 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 09:03:11,504 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 09:03:11,505 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 09:03:11,817 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:03:11,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134737, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093815987, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:03:11,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093815987] with equal digest
2025-04-30 09:03:11,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:03:11,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:03:12,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:03:34,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 09:03:34,931 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-04-30 09:03:34,932 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:03:34,957 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-04-30 09:03:34,957 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:03:34,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 09:03:38,471 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 09:03:38,473 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 09:03:46,879 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52095,localport=11112]
2025-04-30 09:03:46,879 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> A-ASSOCIATE-RQ
2025-04-30 09:03:46,880 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << A-ASSOCIATE-AC
2025-04-30 09:03:47,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:03:47,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134738, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093950322, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:03:47,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093950322] with equal digest
2025-04-30 09:03:47,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:03:47,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:03:47,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085527906 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:03:47,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:03:53,824 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-04-30 09:03:53,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Series[pk=12500, uid=1.2.410.200001.101.11.301.1123109166.2.20250430085527604, no=6, mod=US]
2025-04-30 09:03:53,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136201, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085527906, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:03:53,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136201, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/95DE07B0, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-04-30 09:03:53,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 21 ms
2025-04-30 09:03:53,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085527906 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:03:54,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085800330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:00,663 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-04-30 09:04:00,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136202, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085800330, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:04:00,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136202, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/9ADD1DC3, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-04-30 09:04:00,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 7 ms
2025-04-30 09:04:00,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085800330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:00,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085847916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 09:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 09:04:06,322 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-04-30 09:04:06,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136203, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085847916, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:04:06,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136203, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/9B18C0AE, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-04-30 09:04:06,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 14 ms
2025-04-30 09:04:06,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430085847916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:06,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090009671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:11,505 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 09:04:11,506 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 09:04:13,159 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-04-30 09:04:13,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136204, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090009671, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:04:13,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136204, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/EC9C807C, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-04-30 09:04:13,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 5 ms
2025-04-30 09:04:13,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090009671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:13,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090143291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:18,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:04:18,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134739, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094014660, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:04:18,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094014660] with equal digest
2025-04-30 09:04:18,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 2 ms
2025-04-30 09:04:18,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:18,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:20,366 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-04-30 09:04:20,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136205, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090143291, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:04:20,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136205, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/EE86EE1F, tsuid=1.2.840.10008.1.2, size=3916052, status=OK, objectType=DICOM_FILE]
2025-04-30 09:04:20,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 16 ms
2025-04-30 09:04:20,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090143291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:20,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090243891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:27,199 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-04-30 09:04:27,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136206, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090243891, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:04:27,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136206, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/F03BDD44, tsuid=1.2.840.10008.1.2, size=3915904, status=OK, objectType=DICOM_FILE]
2025-04-30 09:04:27,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 6 ms
2025-04-30 09:04:27,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090243891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:27,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090358596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:34,400 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-04-30 09:04:34,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136207, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090358596, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:04:34,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136207, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/F2010801, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-04-30 09:04:34,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 13 ms
2025-04-30 09:04:34,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 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.20250430090358596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:34,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430090513564 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:34,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 09:04:34,958 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 09:04:34,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 09:04:34,981 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-04-30 09:04:34,982 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:04:34,982 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 09:04:38,320 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-04-30 09:04:38,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Instance[pk=136208, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090513564, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:04:38,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Create Location[pk=136208, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/F5301501, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-04-30 09:04:38,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204): Updated DB in 37 ms
2025-04-30 09:04:38,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << 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.20250430090513564 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:38,473 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 09:04:38,475 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 09:04:38,556 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) >> A-RELEASE-RQ
2025-04-30 09:04:38,556 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS30(204) << A-RELEASE-RP
2025-04-30 09:04:38,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(204): close Socket[addr=187.91.28.24/187.91.28.24,port=52095,localport=11112]
2025-04-30 09:04:48,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:04:48,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134740, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094358155, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:04:48,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094358155] with equal digest
2025-04-30 09:04:48,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:04:48,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:04:48,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 09:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 09:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4194) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4194) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 09:05:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 09:05:11,507 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 09:05:11,508 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 09:05:19,343 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:05:19,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134741, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094423459, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:05:19,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094423459] with equal digest
2025-04-30 09:05:19,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:05:19,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:05:19,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:05:34,982 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 09:05:34,983 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-04-30 09:05:34,983 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:05:35,003 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-04-30 09:05:35,003 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:05:35,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 09:05:38,475 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 09:05:38,477 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 09:05:49,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:05:49,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134743, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094456929, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:05:49,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094456929] with equal digest
2025-04-30 09:05:49,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 2 ms
2025-04-30 09:05:49,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:05:49,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 09:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 09:06:11,508 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 09:06:11,509 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 09:06:24,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:06:24,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134744, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094552225, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:06:24,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094552225] with equal digest
2025-04-30 09:06:24,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:06:24,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:06:25,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:06:35,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 09:06:35,004 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 09:06:35,006 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-04-30 09:06:35,006 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:06:35,027 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-04-30 09:06:35,027 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:06:35,027 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 09:06:38,477 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 09:06:38,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 09:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 09:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 09:07:07,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:07,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134745, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094725146, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:07:07,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094725146] with equal digest
2025-04-30 09:07:07,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:07:07,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:07,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:09,800 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:07:09,802 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:07:11,510 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 09:07:11,511 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 09:07:31,369 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52188,localport=11112]
2025-04-30 09:07:31,370 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> A-ASSOCIATE-RQ
2025-04-30 09:07:31,370 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << A-ASSOCIATE-AC
2025-04-30 09:07:31,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:33,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:33,534 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Patient[pk=10432, id=PatientID[pk=10432, id=343297, issuer=DCM4CHEE.6DE459AF.0BC3688B], name=EVELLYN MARTINS DE SOUZA AZAMBUJA]
2025-04-30 09:07:33,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Study[pk=11859, uid=343297, id=38475]
2025-04-30 09:07:33,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Series[pk=12501, uid=1.2.410.200001.101.11.501.1791052210.2.20250430085433587, no=1, mod=US]
2025-04-30 09:07:33,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136209, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:07:33,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136209, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/3675E478, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:33,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 32 ms
2025-04-30 09:07:33,563 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) No duplicate record with equal Patient ID found Patient[pk=10432, id=PatientID[pk=10432, id=343297, issuer=DCM4CHEE.6DE459AF.0BC3688B], name=EVELLYN MARTINS DE SOUZA AZAMBUJA]
2025-04-30 09:07:33,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:33,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:34,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:34,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136210, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:07:34,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136210, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/380EF619, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:34,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 12 ms
2025-04-30 09:07:34,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:34,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:34,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:34,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136211, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:07:34,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136211, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/382B2D92, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:34,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 23 ms
2025-04-30 09:07:34,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:34,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:35,027 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 09:07:35,029 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-04-30 09:07:35,029 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:07:35,058 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-04-30 09:07:35,058 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:07:35,058 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 09:07:35,128 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:35,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136212, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:07:35,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136212, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/39E005D6, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:35,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 6 ms
2025-04-30 09:07:35,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:35,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:35,673 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:35,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136213, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:07:35,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136213, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/3B936B49, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:35,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 21 ms
2025-04-30 09:07:35,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:35,895 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:36,187 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:36,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136214, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:07:36,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136214, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/8F039995, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:36,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 15 ms
2025-04-30 09:07:36,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:36,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:36,696 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:36,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136215, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:07:36,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136215, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/8F071EA7, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:36,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 68 ms
2025-04-30 09:07:36,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:36,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:37,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:37,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136216, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:07:37,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136216, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/8F13EED2, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:37,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 19 ms
2025-04-30 09:07:37,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:37,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:37,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:37,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136217, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090053373, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:07:37,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136217, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/8F209ECE, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:37,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 9 ms
2025-04-30 09:07:37,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:37,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:38,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:38,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134746, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094905572, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:07:38,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094905572] with equal digest
2025-04-30 09:07:38,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:07:38,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:38,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:38,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136218, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090102586, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:07:38,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136218, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/908E952D, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:38,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 20 ms
2025-04-30 09:07:38,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:38,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:38,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 09:07:38,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 09:07:38,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:38,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:38,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136219, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090318267, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:07:38,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136219, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/94090CA6, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:38,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 13 ms
2025-04-30 09:07:38,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:39,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:39,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:39,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136220, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090326340, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:07:39,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136220, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/94163EE5, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:39,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 9 ms
2025-04-30 09:07:39,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:39,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:39,807 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:39,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136221, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090334848, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:07:39,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136221, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/94238075, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:39,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 22 ms
2025-04-30 09:07:39,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:40,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:40,324 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:40,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136222, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090341496, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:07:40,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136222, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/94302C6E, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:40,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 18 ms
2025-04-30 09:07:40,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:40,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:40,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:40,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136223, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090347857, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:07:40,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136223, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/9432F531, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:40,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 19 ms
2025-04-30 09:07:40,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:41,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:41,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:41,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136224, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090424515, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:07:41,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136224, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/95CA35F0, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:41,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 10 ms
2025-04-30 09:07:41,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:41,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:41,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:41,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136225, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090507290, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:07:41,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136225, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/9764325A, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:41,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 6 ms
2025-04-30 09:07:41,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:42,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:42,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:42,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Instance[pk=136226, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090609563, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:07:42,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Create Location[pk=136226, systemID=fs1, path=2025/04/30/59FBDF9E/68CB7392/9919FEA0, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-04-30 09:07:42,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205): Updated DB in 10 ms
2025-04-30 09:07:42,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:42,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) >> A-RELEASE-RQ
2025-04-30 09:07:42,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(205) << A-RELEASE-RP
2025-04-30 09:07:42,706 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS50US07(205): close Socket[addr=187.91.28.24/187.91.28.24,port=52188,localport=11112]
2025-04-30 09:07:43,058 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52189,localport=11112]
2025-04-30 09:07:43,058 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> A-ASSOCIATE-RQ
2025-04-30 09:07:43,059 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << A-ASSOCIATE-AC
2025-04-30 09:07:43,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:44,946 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:44,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136209, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:07:44,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085433999] with equal digest
2025-04-30 09:07:44,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 4 ms
2025-04-30 09:07:44,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:45,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:45,443 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:45,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136210, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:07:45,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085514608] with equal digest
2025-04-30 09:07:45,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 4 ms
2025-04-30 09:07:45,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:45,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:45,940 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:45,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136211, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:07:45,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085534885] with equal digest
2025-04-30 09:07:45,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:45,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:46,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:46,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:46,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136212, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:07:46,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085634857] with equal digest
2025-04-30 09:07:46,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 2 ms
2025-04-30 09:07:46,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:46,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:47,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:47,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136213, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:07:47,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085731292] with equal digest
2025-04-30 09:07:47,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:47,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:47,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:47,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:47,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136214, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:07:47,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090031853] with equal digest
2025-04-30 09:07:47,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 2 ms
2025-04-30 09:07:47,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:47,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:48,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:48,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136215, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:07:48,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090039066] with equal digest
2025-04-30 09:07:48,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 2 ms
2025-04-30 09:07:48,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:48,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:48,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:48,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136216, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:07:48,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090046601] with equal digest
2025-04-30 09:07:48,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:48,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:48,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:49,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:49,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136217, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090053373, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:07:49,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090053373] with equal digest
2025-04-30 09:07:49,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:49,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:49,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:49,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:49,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136218, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090102586, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:07:49,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090102586] with equal digest
2025-04-30 09:07:49,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:49,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:49,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:49,996 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:49,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136219, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090318267, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:07:49,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090318267] with equal digest
2025-04-30 09:07:49,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:50,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:50,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:50,494 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:50,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136220, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090326340, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:07:50,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090326340] with equal digest
2025-04-30 09:07:50,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 2 ms
2025-04-30 09:07:50,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:50,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:50,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:50,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136221, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090334848, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:07:50,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090334848] with equal digest
2025-04-30 09:07:50,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 2 ms
2025-04-30 09:07:50,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:51,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:51,485 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:51,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136222, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090341496, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:07:51,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090341496] with equal digest
2025-04-30 09:07:51,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:51,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:51,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:51,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:51,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136223, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090347857, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:07:51,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090347857] with equal digest
2025-04-30 09:07:51,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:51,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:52,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:52,477 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:52,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136224, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090424515, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:07:52,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090424515] with equal digest
2025-04-30 09:07:52,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:52,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:52,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:53,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:53,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136225, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090507290, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:07:53,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090507290] with equal digest
2025-04-30 09:07:53,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 3 ms
2025-04-30 09:07:53,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:53,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:53,554 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:53,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Found previous received Instance[pk=136226, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090609563, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:07:53,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090609563] with equal digest
2025-04-30 09:07:53,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206): Updated DB in 2 ms
2025-04-30 09:07:53,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:53,759 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) >> A-RELEASE-RQ
2025-04-30 09:07:53,759 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(206) << A-RELEASE-RP
2025-04-30 09:07:53,810 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(206): close Socket[addr=187.91.28.24/187.91.28.24,port=52189,localport=11112]
2025-04-30 09:07:54,169 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52190,localport=11112]
2025-04-30 09:07:54,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> A-ASSOCIATE-RQ
2025-04-30 09:07:54,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << A-ASSOCIATE-AC
2025-04-30 09:07:54,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:56,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:56,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136209, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:07:56,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085433999] with equal digest
2025-04-30 09:07:56,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 4 ms
2025-04-30 09:07:56,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:56,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:57,036 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:57,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136210, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:07:57,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085514608] with equal digest
2025-04-30 09:07:57,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:07:57,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:57,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:57,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:57,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136211, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:07:57,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085534885] with equal digest
2025-04-30 09:07:57,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:07:57,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:57,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:58,620 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:58,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136212, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:07:58,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085634857] with equal digest
2025-04-30 09:07:58,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:07:58,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:58,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:59,500 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:07:59,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136213, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:07:59,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085731292] with equal digest
2025-04-30 09:07:59,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:07:59,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:07:59,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:00,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:00,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136214, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:08:00,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090031853] with equal digest
2025-04-30 09:08:00,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:08:00,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:00,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:01,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:01,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136215, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:08:01,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090039066] with equal digest
2025-04-30 09:08:01,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:08:01,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:01,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:01,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:01,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136216, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:08:01,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090046601] with equal digest
2025-04-30 09:08:01,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:08:01,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:02,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:02,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:02,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136217, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090053373, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:08:02,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090053373] with equal digest
2025-04-30 09:08:02,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:08:02,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:02,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 09:08:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 09:08:03,238 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:03,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136218, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090102586, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:08:03,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090102586] with equal digest
2025-04-30 09:08:03,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:08:03,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:03,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:03,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:03,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136219, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090318267, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:08:03,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090318267] with equal digest
2025-04-30 09:08:03,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:08:03,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:04,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:04,620 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:04,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136220, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090326340, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:08:04,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090326340] with equal digest
2025-04-30 09:08:04,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:08:04,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:04,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:05,175 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-04-30 09:08:05,176 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-04-30 09:08:05,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:05,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136221, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090334848, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:08:05,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090334848] with equal digest
2025-04-30 09:08:05,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:08:05,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:05,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:05,998 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:06,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136222, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090341496, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:08:06,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090341496] with equal digest
2025-04-30 09:08:06,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 3 ms
2025-04-30 09:08:06,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:06,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:06,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:06,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136223, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090347857, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:08:06,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090347857] with equal digest
2025-04-30 09:08:06,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:08:06,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:06,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:07,375 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:07,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136224, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090424515, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:08:07,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090424515] with equal digest
2025-04-30 09:08:07,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:08:07,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:07,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:08,197 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:08,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136225, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090507290, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:08:08,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090507290] with equal digest
2025-04-30 09:08:08,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:08:08,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:08,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:08,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:08,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134747, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095012591, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:08:08,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095012591] with equal digest
2025-04-30 09:08:08,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:08:08,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:09,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:09,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Found previous received Instance[pk=136226, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090609563, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:08:09,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090609563] with equal digest
2025-04-30 09:08:09,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207): Updated DB in 2 ms
2025-04-30 09:08:09,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:09,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:09,232 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) >> A-RELEASE-RQ
2025-04-30 09:08:09,232 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(207) << A-RELEASE-RP
2025-04-30 09:08:09,282 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(207): close Socket[addr=187.91.28.24/187.91.28.24,port=52190,localport=11112]
2025-04-30 09:08:09,635 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52191,localport=11112]
2025-04-30 09:08:09,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> A-ASSOCIATE-RQ
2025-04-30 09:08:09,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << A-ASSOCIATE-AC
2025-04-30 09:08:09,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:11,511 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 09:08:11,512 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 09:08:11,760 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:11,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136209, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:08:11,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085433999] with equal digest
2025-04-30 09:08:11,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 4 ms
2025-04-30 09:08:11,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:11,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:12,378 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:12,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136210, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:08:12,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085514608] with equal digest
2025-04-30 09:08:12,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:12,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:12,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:12,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:13,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136211, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:08:13,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085534885] with equal digest
2025-04-30 09:08:13,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:13,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:13,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:13,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:13,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136212, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:08:13,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085634857] with equal digest
2025-04-30 09:08:13,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:13,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:13,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:14,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:14,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136213, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:08:14,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085731292] with equal digest
2025-04-30 09:08:14,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 2 ms
2025-04-30 09:08:14,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:14,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:14,785 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:14,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136214, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:08:14,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090031853] with equal digest
2025-04-30 09:08:14,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 4 ms
2025-04-30 09:08:14,790 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:14,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:15,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:15,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136215, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:08:15,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090039066] with equal digest
2025-04-30 09:08:15,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:15,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:15,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:15,850 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:15,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136216, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:08:15,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090046601] with equal digest
2025-04-30 09:08:15,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:15,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:16,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:16,377 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:16,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136217, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090053373, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:08:16,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090053373] with equal digest
2025-04-30 09:08:16,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 4 ms
2025-04-30 09:08:16,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:16,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:16,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:16,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136218, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090102586, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:08:16,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090102586] with equal digest
2025-04-30 09:08:16,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:16,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:17,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:17,419 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:17,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136219, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090318267, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:08:17,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090318267] with equal digest
2025-04-30 09:08:17,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:17,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:17,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:17,936 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:17,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136220, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090326340, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:08:17,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090326340] with equal digest
2025-04-30 09:08:17,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:17,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:18,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:18,451 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:18,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136221, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090334848, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:08:18,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090334848] with equal digest
2025-04-30 09:08:18,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 2 ms
2025-04-30 09:08:18,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:18,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:18,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:18,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136222, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090341496, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:08:18,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090341496] with equal digest
2025-04-30 09:08:18,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 2 ms
2025-04-30 09:08:18,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:19,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:19,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:19,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136223, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090347857, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:08:19,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090347857] with equal digest
2025-04-30 09:08:19,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:19,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:19,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:19,986 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:19,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136224, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090424515, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:08:19,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090424515] with equal digest
2025-04-30 09:08:19,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:19,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:20,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:20,538 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:20,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136225, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090507290, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:08:20,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090507290] with equal digest
2025-04-30 09:08:20,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:20,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:20,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:21,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:21,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Found previous received Instance[pk=136226, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090609563, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:08:21,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090609563] with equal digest
2025-04-30 09:08:21,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208): Updated DB in 3 ms
2025-04-30 09:08:21,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:21,288 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) >> A-RELEASE-RQ
2025-04-30 09:08:21,288 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(208) << A-RELEASE-RP
2025-04-30 09:08:21,338 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS50US07(208): close Socket[addr=187.91.28.24/187.91.28.24,port=52191,localport=11112]
2025-04-30 09:08:21,682 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52192,localport=11112]
2025-04-30 09:08:21,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> A-ASSOCIATE-RQ
2025-04-30 09:08:21,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << A-ASSOCIATE-AC
2025-04-30 09:08:21,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:23,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:23,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136209, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:08:23,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085433999] with equal digest
2025-04-30 09:08:23,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:23,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:23,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:24,058 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:24,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136210, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:08:24,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085514608] with equal digest
2025-04-30 09:08:24,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 2 ms
2025-04-30 09:08:24,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:24,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:24,553 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:24,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136211, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:08:24,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085534885] with equal digest
2025-04-30 09:08:24,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:24,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:24,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:25,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:25,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136212, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:08:25,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085634857] with equal digest
2025-04-30 09:08:25,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 2 ms
2025-04-30 09:08:25,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:25,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:25,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:25,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136213, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:08:25,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085731292] with equal digest
2025-04-30 09:08:25,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 2 ms
2025-04-30 09:08:25,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:25,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:26,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:26,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136214, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:08:26,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090031853] with equal digest
2025-04-30 09:08:26,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:26,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:26,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:26,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:26,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136215, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:08:26,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090039066] with equal digest
2025-04-30 09:08:26,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:26,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:26,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:27,118 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:27,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136216, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:08:27,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090046601] with equal digest
2025-04-30 09:08:27,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 2 ms
2025-04-30 09:08:27,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:27,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:27,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:27,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136217, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090053373, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:08:27,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090053373] with equal digest
2025-04-30 09:08:27,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 2 ms
2025-04-30 09:08:27,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:27,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:28,109 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:28,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136218, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090102586, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:08:28,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090102586] with equal digest
2025-04-30 09:08:28,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:28,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:28,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:28,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:28,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136219, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090318267, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:08:28,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090318267] with equal digest
2025-04-30 09:08:28,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:28,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:28,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:29,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:29,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136220, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090326340, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:08:29,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090326340] with equal digest
2025-04-30 09:08:29,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:29,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:29,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:29,597 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:29,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136221, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090334848, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:08:29,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090334848] with equal digest
2025-04-30 09:08:29,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:29,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:29,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:30,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:30,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136222, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090341496, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:08:30,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090341496] with equal digest
2025-04-30 09:08:30,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 2 ms
2025-04-30 09:08:30,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:30,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:30,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:30,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136223, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090347857, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:08:30,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090347857] with equal digest
2025-04-30 09:08:30,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:30,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:30,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:31,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:31,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136224, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090424515, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:08:31,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090424515] with equal digest
2025-04-30 09:08:31,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:31,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:31,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:31,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:31,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136225, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090507290, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:08:31,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090507290] with equal digest
2025-04-30 09:08:31,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 3 ms
2025-04-30 09:08:31,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:32,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:32,372 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4207) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:32,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Found previous received Instance[pk=136226, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090609563, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:08:32,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090609563] with equal digest
2025-04-30 09:08:32,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209): Updated DB in 2 ms
2025-04-30 09:08:32,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:32,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) >> A-RELEASE-RQ
2025-04-30 09:08:32,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4207) DCM4CHEE<-HS50US07(209) << A-RELEASE-RP
2025-04-30 09:08:32,626 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS50US07(209): close Socket[addr=187.91.28.24/187.91.28.24,port=52192,localport=11112]
2025-04-30 09:08:35,059 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 09:08:35,060 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 09:08:35,061 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-04-30 09:08:35,061 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:08:35,081 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-04-30 09:08:35,081 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:08:35,081 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 09:08:38,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 09:08:38,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 09:08:44,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:08:44,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134748, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095019366, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:08:44,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095019366] with equal digest
2025-04-30 09:08:44,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:08:44,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:08:44,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 09:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 09:09:07,517 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082708094&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:07,604 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082815739&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:07,683 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083110344&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:07,750 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083209270&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:07,816 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082825315&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:07,880 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082852104&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:07,937 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430082938283&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:07,990 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430082707710&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083016592&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,042 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083701455&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,092 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083742597&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083745863&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,191 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083828516&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,241 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083844195&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,289 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430083912105&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,337 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084022134&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,393 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084144123&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,451 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430083701298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084229965&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,507 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084433245&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,555 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084537076&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,605 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084609407&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,652 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430084731359&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,699 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085147248&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,754 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085308946&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,799 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430084432839&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085314418&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,843 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085527906&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,892 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085800330&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,949 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085847916&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:08,998 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090009671&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:09,054 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090143291&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:09,111 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090243891&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:09,164 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090358596&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:09,216 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237880&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090513564&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:09:10,242 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52193,localport=11112]
2025-04-30 09:09:10,243 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> A-ASSOCIATE-RQ
2025-04-30 09:09:10,243 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << A-ASSOCIATE-AC
2025-04-30 09:09:10,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:11,513 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 09:09:11,514 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 09:09:12,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:12,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136209, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:09:12,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085433999] with equal digest
2025-04-30 09:09:12,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:12,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:12,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:12,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:12,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136210, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:09:12,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085514608] with equal digest
2025-04-30 09:09:12,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:12,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:12,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:13,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:13,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136211, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:09:13,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085534885] with equal digest
2025-04-30 09:09:13,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:13,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:13,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:13,683 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:13,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136212, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:09:13,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085634857] with equal digest
2025-04-30 09:09:13,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 2 ms
2025-04-30 09:09:13,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:14,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:14,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:14,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136213, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:09:14,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085731292] with equal digest
2025-04-30 09:09:14,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:14,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:14,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:14,785 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:14,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134749, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095026544, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:09:14,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095026544] with equal digest
2025-04-30 09:09:14,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 2 ms
2025-04-30 09:09:14,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:14,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:14,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136214, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:09:14,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090031853] with equal digest
2025-04-30 09:09:14,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:14,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:14,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:15,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:15,335 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:15,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136215, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:09:15,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090039066] with equal digest
2025-04-30 09:09:15,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:15,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:15,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:15,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:15,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136216, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:09:15,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090046601] with equal digest
2025-04-30 09:09:15,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:15,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:16,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:16,321 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:16,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136217, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090053373, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:09:16,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090053373] with equal digest
2025-04-30 09:09:16,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:16,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:16,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:16,818 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:16,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136218, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090102586, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:09:16,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090102586] with equal digest
2025-04-30 09:09:16,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 2 ms
2025-04-30 09:09:16,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:17,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:17,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:17,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136219, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090318267, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:09:17,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090318267] with equal digest
2025-04-30 09:09:17,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:17,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:17,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:17,809 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:17,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136220, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090326340, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:09:17,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090326340] with equal digest
2025-04-30 09:09:17,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:17,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:18,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:18,370 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:18,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136221, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090334848, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:09:18,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090334848] with equal digest
2025-04-30 09:09:18,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:18,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:18,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:18,891 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStgCmtScheduler.execute()
2025-04-30 09:09:18,893 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStgCmtScheduler.execute()
2025-04-30 09:09:18,905 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:18,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136222, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090341496, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:09:18,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090341496] with equal digest
2025-04-30 09:09:18,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:18,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:19,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:19,431 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:19,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136223, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090347857, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:09:19,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090347857] with equal digest
2025-04-30 09:09:19,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:19,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:19,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:19,951 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:19,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136224, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090424515, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:09:19,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090424515] with equal digest
2025-04-30 09:09:19,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 2 ms
2025-04-30 09:09:19,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:20,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:20,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:20,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136225, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090507290, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:09:20,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090507290] with equal digest
2025-04-30 09:09:20,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:20,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:20,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:21,026 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4212) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:21,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Found previous received Instance[pk=136226, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090609563, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:09:21,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090609563] with equal digest
2025-04-30 09:09:21,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210): Updated DB in 3 ms
2025-04-30 09:09:21,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:21,228 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) >> A-RELEASE-RQ
2025-04-30 09:09:21,228 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4212) DCM4CHEE<-HS50US07(210) << A-RELEASE-RP
2025-04-30 09:09:21,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS50US07(210): close Socket[addr=187.91.28.24/187.91.28.24,port=52193,localport=11112]
2025-04-30 09:09:35,082 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 09:09:35,083 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 09:09:35,084 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-04-30 09:09:35,084 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:09:35,110 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-04-30 09:09:35,110 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:09:35,110 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 09:09:38,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 09:09:38,485 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 09:09:45,570 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:09:45,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134750, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095033192, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:09:45,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095033192] with equal digest
2025-04-30 09:09:45,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:09:45,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:09:45,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 09:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 09:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4217) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4217) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 09:10:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 09:10:04,218 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52195,localport=11112]
2025-04-30 09:10:04,218 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> A-ASSOCIATE-RQ
2025-04-30 09:10:04,218 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << A-ASSOCIATE-AC
2025-04-30 09:10:04,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:06,201 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:06,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136209, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085433999, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:10:06,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085433999] with equal digest
2025-04-30 09:10:06,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 5 ms
2025-04-30 09:10:06,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085433999 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:06,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:06,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:06,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136210, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085514608, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:10:06,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085514608] with equal digest
2025-04-30 09:10:06,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 2 ms
2025-04-30 09:10:06,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085514608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:06,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:07,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:07,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136211, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085534885, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:10:07,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085534885] with equal digest
2025-04-30 09:10:07,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 2 ms
2025-04-30 09:10:07,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085534885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:07,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:07,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:07,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136212, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085634857, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:10:07,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085634857] with equal digest
2025-04-30 09:10:07,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:07,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085634857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:07,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:08,317 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:08,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136213, uid=1.2.410.200001.101.11.501.1791052210.3.20250430085731292, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:10:08,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430085731292] with equal digest
2025-04-30 09:10:08,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:08,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430085731292 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:08,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:08,816 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:08,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136214, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090031853, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:10:08,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090031853] with equal digest
2025-04-30 09:10:08,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:08,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090031853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:09,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:09,316 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:09,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136215, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090039066, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:10:09,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090039066] with equal digest
2025-04-30 09:10:09,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:09,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090039066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:09,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:09,816 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:09,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136216, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090046601, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:10:09,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090046601] with equal digest
2025-04-30 09:10:09,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 2 ms
2025-04-30 09:10:09,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090046601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:10,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:10,315 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:10,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136217, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090053373, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:10:10,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090053373] with equal digest
2025-04-30 09:10:10,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:10,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090053373 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:10,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:10,815 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:10,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136218, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090102586, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:10:10,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090102586] with equal digest
2025-04-30 09:10:10,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 2 ms
2025-04-30 09:10:10,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090102586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:11,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:11,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:11,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136219, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090318267, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:10:11,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090318267] with equal digest
2025-04-30 09:10:11,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 2 ms
2025-04-30 09:10:11,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) 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.20250430090318267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:11,514 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 09:10:11,515 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 09:10:11,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:11,814 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:11,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136220, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090326340, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:10:11,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090326340] with equal digest
2025-04-30 09:10:11,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:11,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << 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.20250430090326340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:12,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:12,315 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:12,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136221, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090334848, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:10:12,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090334848] with equal digest
2025-04-30 09:10:12,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 2 ms
2025-04-30 09:10:12,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << 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.20250430090334848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:12,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:12,812 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:12,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136222, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090341496, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:10:12,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090341496] with equal digest
2025-04-30 09:10:12,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:12,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << 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.20250430090341496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:13,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:13,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:13,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136223, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090347857, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:10:13,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090347857] with equal digest
2025-04-30 09:10:13,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 4 ms
2025-04-30 09:10:13,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << 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.20250430090347857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:13,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:13,813 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:13,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136224, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090424515, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:10:13,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090424515] with equal digest
2025-04-30 09:10:13,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:13,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << 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.20250430090424515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:14,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:14,356 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:14,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136225, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090507290, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:10:14,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090507290] with equal digest
2025-04-30 09:10:14,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 2 ms
2025-04-30 09:10:14,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << 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.20250430090507290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:14,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:14,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4217) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:14,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=136226, uid=1.2.410.200001.101.11.501.1791052210.3.20250430090609563, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:10:14,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Ignore received Instance[studyUID=343297,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430085433587,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430090609563] with equal digest
2025-04-30 09:10:14,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211): Updated DB in 3 ms
2025-04-30 09:10:14,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << 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.20250430090609563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:15,106 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) >> A-RELEASE-RQ
2025-04-30 09:10:15,106 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4217) DCM4CHEE<-HS50US07(211) << A-RELEASE-RP
2025-04-30 09:10:15,157 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(211): close Socket[addr=187.91.28.24/187.91.28.24,port=52195,localport=11112]
2025-04-30 09:10:18,540 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:18,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134752, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095043671, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:10:18,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095043671] with equal digest
2025-04-30 09:10:18,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:10:18,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:18,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:35,110 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 09:10:35,112 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 09:10:35,113 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-04-30 09:10:35,113 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:10:35,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 09:10:35,134 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 09:10:38,485 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 09:10:38,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 09:10:55,976 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:10:55,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134753, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095127664, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 09:10:55,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095127664] with equal digest
2025-04-30 09:10:55,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:10:55,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:10:56,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 09:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 09:11:11,515 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 09:11:11,517 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 09:11:27,388 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeTaskScheduler.execute()
2025-04-30 09:11:27,406 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeTaskScheduler.execute()
2025-04-30 09:11:33,637 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52097,localport=11112]
2025-04-30 09:11:33,637 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212) >> A-ASSOCIATE-RQ
2025-04-30 09:11:33,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212) << A-ASSOCIATE-AC
2025-04-30 09:11:33,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085527906 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:35,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 09:11:35,137 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-04-30 09:11:35,137 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:11:35,166 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-04-30 09:11:35,166 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:11:35,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 09:11:38,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 09:11:38,488 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 09:11:38,509 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:11:38,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136201, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085527906, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:11:38,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085527906] with equal digest
2025-04-30 09:11:38,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 4 ms
2025-04-30 09:11:38,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085527906 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:38,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085623282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:39,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:11:39,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134754, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095231400, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 09:11:39,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095231400] with equal digest
2025-04-30 09:11:39,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 4 ms
2025-04-30 09:11:39,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:39,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:45,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:11:45,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Create Instance[pk=136227, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085623282, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:11:45,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Create Location[pk=136227, systemID=fs1, path=2025/04/30/583AD75A/C8339AAA/9790F580, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-04-30 09:11:45,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 11 ms
2025-04-30 09:11:45,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085623282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:45,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085800330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:50,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:11:50,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136202, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085800330, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:11:50,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085800330] with equal digest
2025-04-30 09:11:50,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 3 ms
2025-04-30 09:11:50,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085800330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:50,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085847916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:54,356 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:11:54,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136203, uid=1.2.410.200001.101.11.301.1123109166.3.20250430085847916, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:11:54,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430085847916] with equal digest
2025-04-30 09:11:54,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 2 ms
2025-04-30 09:11:54,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430085847916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:11:54,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090009671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:01,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:12:01,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136204, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090009671, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:12:01,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090009671] with equal digest
2025-04-30 09:12:01,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 3 ms
2025-04-30 09:12:01,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090009671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:01,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090143291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 09:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 09:12:06,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:12:06,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136205, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090143291, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:12:06,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090143291] with equal digest
2025-04-30 09:12:06,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 3 ms
2025-04-30 09:12:06,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090143291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:06,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090243891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:09,802 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:12:09,804 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:12:11,517 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 09:12:11,518 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 09:12:13,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:12:13,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136206, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090243891, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:12:13,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090243891] with equal digest
2025-04-30 09:12:13,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 3 ms
2025-04-30 09:12:13,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090243891 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:13,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090358596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:14,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:12:14,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134755, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095334738, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 09:12:14,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095334738] with equal digest
2025-04-30 09:12:14,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:12:14,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:14,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:20,216 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:12:20,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136207, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090358596, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:12:20,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090358596] with equal digest
2025-04-30 09:12:20,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 3 ms
2025-04-30 09:12:20,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) 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.20250430090358596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:20,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212) >> 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.20250430090513564 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:26,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4226) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:12:26,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Found previous received Instance[pk=136208, uid=1.2.410.200001.101.11.301.1123109166.3.20250430090513564, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:12:26,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Ignore received Instance[studyUID=237880,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430085527604,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430090513564] with equal digest
2025-04-30 09:12:26,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212): Updated DB in 3 ms
2025-04-30 09:12:26,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212) << 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.20250430090513564 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:26,839 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212) >> A-RELEASE-RQ
2025-04-30 09:12:26,839 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4226) DCM4CHEE<-HS30(212) << A-RELEASE-RP
2025-04-30 09:12:26,890 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(212): close Socket[addr=187.91.28.24/187.91.28.24,port=52097,localport=11112]
2025-04-30 09:12:35,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 09:12:35,167 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,168 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,169 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,169 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,169 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,170 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,170 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,170 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,171 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,171 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,174 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-04-30 09:12:35,174 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:12:35,174 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 09:12:35,200 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-04-30 09:12:35,200 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:12:35,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 09:12:38,489 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 09:12:38,490 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 09:12:50,540 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:12:50,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134756, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095341157, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 09:12:50,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095341157] with equal digest
2025-04-30 09:12:50,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 2 ms
2025-04-30 09:12:50,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:12:50,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 09:13:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 09:13:05,177 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 09:13:05,292 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 2 studies
2025-04-30 09:13:05,292 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 09:13:11,519 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 09:13:11,520 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 09:13:31,570 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:13:31,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134758, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095350488, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 09:13:31,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095350488] with equal digest
2025-04-30 09:13:31,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:13:31,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:13:31,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:13:35,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 09:13:35,202 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 09:13:35,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-04-30 09:13:35,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 09:13:35,230 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 09:13:38,491 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 09:13:38,492 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 09:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 09:14:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 09:14:08,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:14:08,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134768, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095356804, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 09:14:08,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095356804] with equal digest
2025-04-30 09:14:08,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:14:08,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:14:09,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:14:11,520 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 09:14:11,521 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 09:14:35,230 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 09:14:35,231 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-04-30 09:14:35,231 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:14:35,258 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-04-30 09:14:35,258 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:14:35,259 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 09:14:35,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 09:14:35,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 09:14:38,493 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 09:14:38,494 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 09:14:48,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:14:48,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134769, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095406573, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 09:14:48,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095406573] with equal digest
2025-04-30 09:14:48,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:14:48,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:14:48,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 09:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 09:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4239) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4239) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 09:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 09:15:11,522 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 09:15:11,523 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 09:15:29,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:15:29,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134770, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095441481, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 09:15:29,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095441481] with equal digest
2025-04-30 09:15:29,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:15:29,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:15:29,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:15:35,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 09:15:35,262 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-04-30 09:15:35,262 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:15:35,285 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-04-30 09:15:35,286 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:15:35,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 09:15:38,495 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 09:15:38,496 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 09:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 09:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 09:16:04,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:16:04,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134772, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095517901, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 09:16:04,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095517901] with equal digest
2025-04-30 09:16:04,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:16:04,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:16:04,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:16:11,523 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 09:16:11,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 09:16:35,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 09:16:35,288 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-04-30 09:16:35,288 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:16:35,310 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-04-30 09:16:35,310 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:16:35,310 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 09:16:38,497 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 09:16:38,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 09:16:40,282 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:16:40,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134773, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095603919, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 09:16:40,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095603919] with equal digest
2025-04-30 09:16:40,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 2 ms
2025-04-30 09:16:40,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:16:40,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 09:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 09:17:09,805 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:17:09,807 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:17:11,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 09:17:11,526 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 09:17:13,657 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.52, port=43022, Session(1746000651845|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:15,231 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4251) Exception on accepted connection SSLSocket[hostname=167.94.138.52, port=43022, Session(1746000651845|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-04-30 09:17:15,231 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4251) Close connection SSLSocket[hostname=167.94.138.52, port=43022, Session(1746000651845|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:16,615 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.52, port=59370, Session(1746019033657|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:18,552 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4251) Exception on accepted connection SSLSocket[hostname=167.94.138.52, port=59370, Session(1746019033657|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-04-30 09:17:18,552 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4251) Close connection SSLSocket[hostname=167.94.138.52, port=59370, Session(1746019033657|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:21,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:17:21,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134774, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095629705, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 09:17:21,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095629705] with equal digest
2025-04-30 09:17:21,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:17:21,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:17:21,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:17:23,812 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=55254, Session(1746019036615|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:26,850 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=55254, Session(1746019036615|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 09:17:26,850 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=55254, Session(1746019036615|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:26,901 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=55310, Session(1746019043813|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:27,064 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=55310, Session(1746019043813|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-04-30 09:17:27,064 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=55310, Session(1746019043813|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:27,221 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=55316, Session(1746019046902|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:30,302 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=55316, Session(1746019046902|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-04-30 09:17:30,302 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=55316, Session(1746019046902|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:33,832 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=57986, Session(1746019047221|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:33,969 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=57986, Session(1746019047221|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-04-30 09:17:33,969 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=57986, Session(1746019047221|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:35,310 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 09:17:35,312 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-04-30 09:17:35,312 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:17: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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 09:17:35,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 09:17:37,384 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=57998, Session(1746019053833|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:38,499 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 09:17:38,501 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 09:17:47,671 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=57998, Session(1746019053833|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 09:17:47,671 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=57998, Session(1746019053833|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:49,545 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=40174, Session(1746019057384|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:49,774 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=40174, Session(1746019057384|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-04-30 09:17:49,774 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=40174, Session(1746019057384|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:51,557 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=40204, Session(1746019069545|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:51,656 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=40204, Session(1746019069545|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-04-30 09:17:51,656 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=40204, Session(1746019069545|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:53,240 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.222, port=40226, Session(1746019071557|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:55,606 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4252) Exception on accepted connection SSLSocket[hostname=162.142.125.222, port=40226, Session(1746019071557|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-04-30 09:17:55,606 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4252) Close connection SSLSocket[hostname=162.142.125.222, port=40226, Session(1746019071557|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:17:56,854 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:17:56,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Found previous received Instance[pk=134775, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095748382, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-04-30 09:17:56,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095748382] with equal digest
2025-04-30 09:17:56,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203): Updated DB in 3 ms
2025-04-30 09:17:56,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:17:57,063 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) >> A-RELEASE-RQ
2025-04-30 09:17:57,063 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(203) << A-RELEASE-RP
2025-04-30 09:17:57,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS60MT(203): close Socket[addr=187.91.28.24/187.91.28.24,port=49700,localport=11112]
2025-04-30 09:17:57,618 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49702,localport=11112]
2025-04-30 09:17:57,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> A-ASSOCIATE-RQ
2025-04-30 09:17:57,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << A-ASSOCIATE-AC
2025-04-30 09:17:57,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 09:18:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 09:18:05,292 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-04-30 09:18:05,294 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-04-30 09:18:11,527 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 09:18:11,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 09:18:35,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 09:18:35,334 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-04-30 09:18:35,334 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:18:35,356 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-04-30 09:18:35,356 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:18:35,356 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 09:18:38,501 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 09:18:38,502 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 09:18:42,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:18:42,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134732, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093345439, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:18:42,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093345439] with equal digest
2025-04-30 09:18:42,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 4 ms
2025-04-30 09:18:42,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:18:42,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 09:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 09:19:11,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 09:19:11,529 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 09:19:26,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:19:26,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134734, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093415703, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:19:26,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093415703] with equal digest
2025-04-30 09:19:26,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:19:26,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:19:26,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:19:35,357 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 09:19:35,360 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-04-30 09:19:35,360 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:19:35,382 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-04-30 09:19:35,382 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:19:35,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 09:19:38,503 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 09:19:38,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 09:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 09:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 09:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4261) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4261) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:20:01,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:01,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134735, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093546067, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:20:01,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093546067] with equal digest
2025-04-30 09:20:01,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:20:01,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:01,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 09:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 09:20:11,529 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 09:20:11,531 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 09:20:13,610 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52098,localport=11112]
2025-04-30 09:20:13,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214) >> A-ASSOCIATE-RQ
2025-04-30 09:20:13,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214) << A-ASSOCIATE-AC
2025-04-30 09:20:13,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091605963 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:19,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:19,650 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Patient[pk=10433, id=PatientID[pk=10433, id=343299, issuer=DCM4CHEE.9BB4537A.0BB5586B], name=ELIANE MARIA DA SILVA TAVARES]
2025-04-30 09:20:19,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Study[pk=11860, uid=343299, id=38500]
2025-04-30 09:20:19,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Series[pk=12502, uid=1.2.410.200001.101.11.301.1123109166.2.20250430091554733, no=1, mod=US]
2025-04-30 09:20:19,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136228, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091605963, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:20:19,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136228, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/2BBE0921, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 09:20:19,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 27 ms
2025-04-30 09:20:19,674 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) No duplicate record with equal Patient ID found Patient[pk=10433, id=PatientID[pk=10433, id=343299, issuer=DCM4CHEE.9BB4537A.0BB5586B], name=ELIANE MARIA DA SILVA TAVARES]
2025-04-30 09:20:19,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091605963 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:19,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091623330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:26,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:26,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136229, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091623330, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:20:26,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136229, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/2BD9387F, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 09:20:26,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 16 ms
2025-04-30 09:20:26,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091623330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:26,790 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091716796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:32,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:32,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136230, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091716796, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:20:32,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136230, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/2D81667E, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 09:20:32,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 31 ms
2025-04-30 09:20:32,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091716796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:32,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091857041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:35,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 09:20:35,384 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-04-30 09:20:35,384 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:20:35,410 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-04-30 09:20:35,410 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:20:35,410 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 09:20:35,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:35,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134736, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093625182, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:20:35,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093625182] with equal digest
2025-04-30 09:20:35,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:20:35,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:35,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:38,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 09:20:38,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 09:20:39,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:39,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136231, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091857041, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:20:39,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136231, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/2F6EF699, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 09:20:39,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 13 ms
2025-04-30 09:20:39,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091857041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:39,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091921422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:44,048 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:44,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136232, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091921422, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:20:44,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136232, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/30F6DD42, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 09:20:44,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 10 ms
2025-04-30 09:20:44,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091921422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:44,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092110581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:49,046 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:49,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136233, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092110581, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:20:49,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136233, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/5827CC25, tsuid=1.2.840.10008.1.2, size=3915894, status=OK, objectType=DICOM_FILE]
2025-04-30 09:20:49,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 53 ms
2025-04-30 09:20:49,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092110581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:49,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092137721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:55,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:20:55,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136234, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092137721, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:20:55,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136234, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/58473088, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 09:20:55,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 4 ms
2025-04-30 09:20:55,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092137721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:20:55,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092150696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:01,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:01,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Instance[pk=136235, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092150696, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:21:01,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Create Location[pk=136235, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/58602E0E, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 09:21:02,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214): Updated DB in 48 ms
2025-04-30 09:21:02,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092150696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:02,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214) >> A-RELEASE-RQ
2025-04-30 09:21:02,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(214) << A-RELEASE-RP
2025-04-30 09:21:02,257 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(214): close Socket[addr=187.91.28.24/187.91.28.24,port=52098,localport=11112]
2025-04-30 09:21:02,591 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52099,localport=11112]
2025-04-30 09:21:02,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) >> A-ASSOCIATE-RQ
2025-04-30 09:21:02,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) << A-ASSOCIATE-AC
2025-04-30 09:21:02,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091555036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 09:21:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 09:21:07,415 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:07,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Create Instance[pk=136236, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091555036, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:21:07,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Create Location[pk=136236, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/2A4F83E4, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 09:21:07,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 15 ms
2025-04-30 09:21:07,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091555036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:07,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091605963 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:10,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:10,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134737, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093815987, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:21:10,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093815987] with equal digest
2025-04-30 09:21:10,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:21:10,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:10,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:11,531 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 09:21:11,532 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 09:21:13,250 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:13,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136228, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091605963, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:21:13,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430091605963] with equal digest
2025-04-30 09:21:13,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 3 ms
2025-04-30 09:21:13,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091605963 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:13,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091623330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:18,881 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:18,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136229, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091623330, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:21:18,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430091623330] with equal digest
2025-04-30 09:21:18,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 3 ms
2025-04-30 09:21:18,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091623330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:19,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091716796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:24,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:24,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136230, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091716796, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:21:24,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430091716796] with equal digest
2025-04-30 09:21:24,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 3 ms
2025-04-30 09:21:24,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091716796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:24,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091857041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:30,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:30,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136231, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091857041, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:21:30,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430091857041] with equal digest
2025-04-30 09:21:30,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 3 ms
2025-04-30 09:21:30,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091857041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:31,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091921422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:35,410 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 09:21:35,412 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-04-30 09:21:35,412 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:21:35,413 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 09:21:35,432 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-04-30 09:21:35,433 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:21:35,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 09:21:37,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:37,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136232, uid=1.2.410.200001.101.11.301.1123109166.3.20250430091921422, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:21:37,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430091921422] with equal digest
2025-04-30 09:21:37,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 3 ms
2025-04-30 09:21:37,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430091921422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:37,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092027426 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:38,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 09:21:38,508 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 09:21:44,404 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:44,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Create Instance[pk=136237, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092027426, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:21:44,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Create Location[pk=136237, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/5684352A, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 09:21:44,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 23 ms
2025-04-30 09:21:44,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092027426 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:44,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092110581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:44,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:44,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134738, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093950322, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:21:44,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093950322] with equal digest
2025-04-30 09:21:44,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:21:44,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:44,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:50,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:50,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136233, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092110581, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:21:50,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430092110581] with equal digest
2025-04-30 09:21:50,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 3 ms
2025-04-30 09:21:50,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) 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.20250430092110581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:50,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) >> 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.20250430092137721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:56,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:21:56,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136234, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092137721, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:21:56,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430092137721] with equal digest
2025-04-30 09:21:56,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 2 ms
2025-04-30 09:21:56,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) << 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.20250430092137721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:21:56,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) >> 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.20250430092150696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:02,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:22:02,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Found previous received Instance[pk=136235, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092150696, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:22:02,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Ignore received Instance[studyUID=343299,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430091554733,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430092150696] with equal digest
2025-04-30 09:22:02,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 2 ms
2025-04-30 09:22:02,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) << 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.20250430092150696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:02,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) >> 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.20250430092214007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 09:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 09:22:07,886 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4265) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:22:07,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Create Instance[pk=136238, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092214007, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:22:07,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Create Location[pk=136238, systemID=fs1, path=2025/04/30/59FBDFA0/5CA4C808/59DE6289, tsuid=1.2.840.10008.1.2, size=3416474, status=OK, objectType=DICOM_FILE]
2025-04-30 09:22:07,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215): Updated DB in 6 ms
2025-04-30 09:22:07,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) << 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.20250430092214007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:08,083 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) >> A-RELEASE-RQ
2025-04-30 09:22:08,083 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4265) DCM4CHEE<-HS30(215) << A-RELEASE-RP
2025-04-30 09:22:08,133 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(215): close Socket[addr=187.91.28.24/187.91.28.24,port=52099,localport=11112]
2025-04-30 09:22:09,807 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:22:09,809 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:22:11,532 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 09:22:11,533 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 09:22:14,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:22:14,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134739, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094014660, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:22:14,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094014660] with equal digest
2025-04-30 09:22:14,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:22:14,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:14,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:22,670 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=49640, Session(1746019073240|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:26,409 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4273) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=49640, Session(1746019073240|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 09:22:26,409 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4273) Close connection SSLSocket[hostname=167.94.138.122, port=49640, Session(1746019073240|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:26,474 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=49648, Session(1746019342671|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:28,752 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4273) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=49648, Session(1746019342671|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-04-30 09:22:28,752 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4273) Close connection SSLSocket[hostname=167.94.138.122, port=49648, Session(1746019342671|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:29,946 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=46364, Session(1746019346474|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:33,677 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4273) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=46364, Session(1746019346474|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-04-30 09:22:33,678 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4273) Close connection SSLSocket[hostname=167.94.138.122, port=46364, Session(1746019346474|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:35,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 09:22:35,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-04-30 09:22:35,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:22:35,455 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-04-30 09:22:35,455 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:22:35,455 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 09:22:38,508 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 09:22:38,510 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 09:22:39,637 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=42050, Session(1746019349946|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:40,415 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4274) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=42050, Session(1746019349946|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-04-30 09:22:40,415 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4274) Close connection SSLSocket[hostname=167.94.138.122, port=42050, Session(1746019349946|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:44,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:22:44,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134740, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094358155, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:22:44,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094358155] with equal digest
2025-04-30 09:22:44,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:22:44,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:44,973 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=42122, Session(1746019359637|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:45,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:22:56,120 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4274) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=42122, Session(1746019359637|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 09:22:56,120 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4274) Close connection SSLSocket[hostname=167.94.138.122, port=42122, Session(1746019359637|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:57,760 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=51432, Session(1746019364974|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:22:58,071 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4274) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=51432, Session(1746019364974|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-04-30 09:22:58,071 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4274) Close connection SSLSocket[hostname=167.94.138.122, port=51432, Session(1746019364974|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:23:00,302 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=37386, Session(1746019377760|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:23:00,538 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4274) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=37386, Session(1746019377760|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-04-30 09:23:00,538 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4274) Close connection SSLSocket[hostname=167.94.138.122, port=37386, Session(1746019377760|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 09:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 09:23:03,169 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.122, port=37400, Session(1746019380303|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:23:04,822 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-4274) Exception on accepted connection SSLSocket[hostname=167.94.138.122, port=37400, Session(1746019380303|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-04-30 09:23:04,822 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4274) Close connection SSLSocket[hostname=167.94.138.122, port=37400, Session(1746019380303|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 09:23:05,294 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-04-30 09:23:05,295 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-04-30 09:23:11,533 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 09:23:11,535 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 09:23:14,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:23:14,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134741, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094423459, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:23:14,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094423459] with equal digest
2025-04-30 09:23:14,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:23:14,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:23:15,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:23:35,455 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 09:23:35,457 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 09:23:35,458 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-04-30 09:23:35,458 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:23:35,479 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-04-30 09:23:35,479 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:23:35,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 09:23:38,510 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 09:23:38,511 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 09:23:44,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:23:44,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134743, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094456929, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:23:44,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094456929] with equal digest
2025-04-30 09:23:44,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:23:44,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:23:44,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 09:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 09:24:11,535 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 09:24:11,536 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 09:24:30,637 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:24:30,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134744, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094552225, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:24:30,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094552225] with equal digest
2025-04-30 09:24:30,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:24:30,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:24:30,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:24:35,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 09:24:35,481 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-04-30 09:24:35,481 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:24:35,503 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-04-30 09:24:35,503 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:24:35,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 09:24:38,512 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 09:24:38,513 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 09:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 09:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 09:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4283) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4283) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 09:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 09:25:06,419 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:25:06,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134745, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094725146, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:25:06,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094725146] with equal digest
2025-04-30 09:25:06,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:25:06,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:25:06,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:25:11,537 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 09:25:11,538 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 09:25:35,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 09:25:35,504 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-04-30 09:25:35,504 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:25:35,530 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-04-30 09:25:35,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:25:35,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 09:25:36,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:25:36,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134746, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094905572, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:25:36,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094905572] with equal digest
2025-04-30 09:25:36,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:25:36,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:25:36,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:25:38,514 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 09:25:38,515 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 09:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 09:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 09:26:06,287 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:06,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134747, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095012591, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:26:06,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095012591] with equal digest
2025-04-30 09:26:06,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:26:06,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:06,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:11,538 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 09:26:11,539 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 09:26:35,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 09:26:35,531 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-04-30 09:26:35,532 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:26:35,552 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-04-30 09:26:35,553 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:26:35,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 09:26:36,161 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:36,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134748, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095019366, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:26:36,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095019366] with equal digest
2025-04-30 09:26:36,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:26:36,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:36,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:38,515 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 09:26:38,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 09:26:53,292 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52202,localport=11112]
2025-04-30 09:26:53,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216) >> A-ASSOCIATE-RQ
2025-04-30 09:26:53,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216) << A-ASSOCIATE-AC
2025-04-30 09:26:53,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091552322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:55,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4292) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:55,251 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Patient[pk=10434, id=PatientID[pk=10434, id=343300, issuer=DCM4CHEE.92F99074.04FE7F4D], name=JOSE DE MELLO GOMES]
2025-04-30 09:26:55,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Study[pk=11861, uid=343300, id=38505]
2025-04-30 09:26:55,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Series[pk=12503, uid=1.2.410.200001.101.11.501.1791052210.2.20250430091551917, no=1, mod=US]
2025-04-30 09:26:55,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Instance[pk=136239, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091552322, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:26:55,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Location[pk=136239, systemID=fs1, path=2025/04/30/59FBE241/FEE3E07B/CC8EA02F, tsuid=1.2.840.10008.1.2, size=3915820, status=OK, objectType=DICOM_FILE]
2025-04-30 09:26:55,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Updated DB in 22 ms
2025-04-30 09:26:55,270 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) No duplicate record with equal Patient ID found Patient[pk=10434, id=PatientID[pk=10434, id=343300, issuer=DCM4CHEE.92F99074.04FE7F4D], name=JOSE DE MELLO GOMES]
2025-04-30 09:26:55,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091552322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:55,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091649849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:55,766 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4292) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:55,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Instance[pk=136240, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091649849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:26:55,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Location[pk=136240, systemID=fs1, path=2025/04/30/59FBE241/FEE3E07B/CE38A2F0, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 09:26:55,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Updated DB in 4 ms
2025-04-30 09:26:55,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091649849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:55,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091754231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:56,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4292) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:56,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Instance[pk=136241, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091754231, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:26:56,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Location[pk=136241, systemID=fs1, path=2025/04/30/59FBE241/FEE3E07B/CFF93688, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 09:26:56,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Updated DB in 16 ms
2025-04-30 09:26:56,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091754231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:56,467 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091833982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:56,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4292) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:56,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Instance[pk=136242, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091833982, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:26:56,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Location[pk=136242, systemID=fs1, path=2025/04/30/59FBE241/FEE3E07B/D19186A9, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 09:26:56,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Updated DB in 10 ms
2025-04-30 09:26:56,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091833982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:56,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091959230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:57,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4292) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:57,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Instance[pk=136243, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091959230, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:26:57,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Location[pk=136243, systemID=fs1, path=2025/04/30/59FBE241/FEE3E07B/D3652DA0, tsuid=1.2.840.10008.1.2, size=3416712, status=OK, objectType=DICOM_FILE]
2025-04-30 09:26:57,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Updated DB in 45 ms
2025-04-30 09:26:57,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091959230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:57,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092102643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:57,825 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4292) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:57,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Instance[pk=136244, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092102643, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:26:57,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Location[pk=136244, systemID=fs1, path=2025/04/30/59FBE241/FEE3E07B/FA5B0EF1, tsuid=1.2.840.10008.1.2, size=3915820, status=OK, objectType=DICOM_FILE]
2025-04-30 09:26:57,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Updated DB in 16 ms
2025-04-30 09:26:57,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092102643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:58,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092216321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:58,370 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4292) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:26:58,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Instance[pk=136245, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092216321, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:26:58,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Create Location[pk=136245, systemID=fs1, path=2025/04/30/59FBE241/FEE3E07B/FC1FC50A, tsuid=1.2.840.10008.1.2, size=3915820, status=OK, objectType=DICOM_FILE]
2025-04-30 09:26:58,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216): Updated DB in 16 ms
2025-04-30 09:26:58,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092216321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:26:58,582 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216) >> A-RELEASE-RQ
2025-04-30 09:26:58,582 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4292) DCM4CHEE<-HS50US07(216) << A-RELEASE-RP
2025-04-30 09:26:58,632 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS50US07(216): close Socket[addr=187.91.28.24/187.91.28.24,port=52202,localport=11112]
2025-04-30 09:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 09:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 09:27:06,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:27:06,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134749, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095026544, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:27:06,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095026544] with equal digest
2025-04-30 09:27:06,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:27:06,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:27:06,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:27:09,809 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:27:09,811 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:27:11,540 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 09:27:11,541 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 09:27:31,586 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49533,localport=11112]
2025-04-30 09:27:31,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) >> A-ASSOCIATE-RQ
2025-04-30 09:27:31,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) << A-ASSOCIATE-AC
2025-04-30 09:27:31,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) >> 291:C-STORE-RQ[pcid=33, 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.254280056.4211745982.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:27:35,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 09:27:35,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-04-30 09:27:35,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:27:35,575 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-04-30 09:27:35,575 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:27:35,575 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 09:27:36,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:27:36,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134750, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095033192, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:27:36,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095033192] with equal digest
2025-04-30 09:27:36,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:27:36,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:27:36,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:27:38,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 09:27:38,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 09:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 09:28:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 09:28:05,296 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 09:28:05,361 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) Calculated size of 1 studies
2025-04-30 09:28:05,361 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 09:28:11,541 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 09:28:11,542 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 09:28:14,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:28:14,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134752, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095043671, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:28:14,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095043671] with equal digest
2025-04-30 09:28:14,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:28:14,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:28:15,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:28:35,575 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 09:28:35,577 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 09:28:35,577 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 09:28:35,578 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-04-30 09:28:35,578 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:28:35,599 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-04-30 09:28:35,599 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:28:35,599 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 09:28:38,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 09:28:38,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 09:28:52,527 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:28:52,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134753, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095127664, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 09:28:52,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095127664] with equal digest
2025-04-30 09:28:52,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:28:52,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:28:52,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 09:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 09:29:11,542 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 09:29:11,543 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 09:29:35,599 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 09:29:35,600 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 09:29:35,602 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-04-30 09:29:35,602 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:29:35,622 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-04-30 09:29:35,622 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:29:35,622 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 09:29:37,508 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:29:37,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134754, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095231400, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 09:29:37,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095231400] with equal digest
2025-04-30 09:29:37,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:29:37,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:29:37,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:29:38,522 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 09:29:38,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 09:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 09:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 09:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4306) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4306) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 09:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 09:30:11,544 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 09:30:11,545 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 09:30:13,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:30:13,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134755, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095334738, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 09:30:13,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095334738] with equal digest
2025-04-30 09:30:13,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:30:13,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:30:13,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:30:35,622 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 09:30:35,624 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-04-30 09:30:35,625 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:30:35,649 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-04-30 09:30:35,650 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:30:35,650 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 09:30:38,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 09:30:38,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 09:30:49,952 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:30:49,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134756, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095341157, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 09:30:49,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095341157] with equal digest
2025-04-30 09:30:49,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:30:49,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:30:50,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 09:31:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 09:31:11,545 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 09:31:11,546 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 09:31:29,638 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:31:29,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134758, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095350488, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 09:31:29,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095350488] with equal digest
2025-04-30 09:31:29,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:31:29,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:31:29,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:31:35,650 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 09:31:35,651 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-04-30 09:31:35,652 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:31:35,673 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-04-30 09:31:35,673 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:31:35,674 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 09:31:38,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 09:31:38,527 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 09:31:59,468 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:31:59,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134768, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095356804, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 09:31:59,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095356804] with equal digest
2025-04-30 09:31:59,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:31:59,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:31:59,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 09:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 09:32:09,812 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:32:09,814 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:32:11,546 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 09:32:11,547 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 09:32:13,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4297) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:32:13,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Study[pk=11862, uid=1.2.392.200036.9125.2.3619053820161.6598459307.329617, id=*]
2025-04-30 09:32:13,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Series[pk=12504, uid=1.2.392.200036.9125.3.3619053820161.6598459307.329618, no=3001, mod=CR]
2025-04-30 09:32:13,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Instance[pk=136246, uid=1.2.392.200036.9125.9.0.254280056.4211745982.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 09:32:13,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Location[pk=136246, systemID=fs1, path=2025/04/30/15E5AE7E/93BD6A80/DCF336DB, tsuid=1.2.840.10008.1.2, size=14015774, status=OK, objectType=DICOM_FILE]
2025-04-30 09:32:13,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Updated DB in 20 ms
2025-04-30 09:32:13,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) << 291:C-STORE-RSP[pcid=33, 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.254280056.4211745982.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:13,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) >> 303:C-STORE-RQ[pcid=33, 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.254280057.957031614.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:29,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:32:29,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134769, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095406573, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 09:32:29,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095406573] with equal digest
2025-04-30 09:32:29,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:32:29,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:29,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:35,674 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 09:32:35,675 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-04-30 09:32:35,675 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:32:35,695 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-04-30 09:32:35,696 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:32:35,696 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 09:32:37,569 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52100,localport=11112]
2025-04-30 09:32:37,570 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218) >> A-ASSOCIATE-RQ
2025-04-30 09:32:37,570 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218) << A-ASSOCIATE-AC
2025-04-30 09:32:37,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092632185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:38,527 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 09:32:38,529 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 09:32:43,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:32:43,368 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Patient[pk=10435, id=PatientID[pk=10435, id=343303, issuer=DCM4CHEE.B2483441.0DDACF0C], name=ANDRESSA BAEZ NERY]
2025-04-30 09:32:43,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Study[pk=11863, uid=343303, id=38512]
2025-04-30 09:32:43,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Series[pk=12505, uid=1.2.410.200001.101.11.301.1123109166.2.20250430092631814, no=1, mod=US]
2025-04-30 09:32:43,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136247, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092632185, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:32:43,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136247, systemID=fs1, path=2025/04/30/59FBE244/9322534D/60CD1000, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:32:43,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 35 ms
2025-04-30 09:32:43,400 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) No duplicate record with equal Patient ID found Patient[pk=10435, id=PatientID[pk=10435, id=343303, issuer=DCM4CHEE.B2483441.0DDACF0C], name=ANDRESSA BAEZ NERY]
2025-04-30 09:32:43,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092632185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:43,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092700780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:48,645 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:32:48,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136248, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092700780, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:32:48,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136248, systemID=fs1, path=2025/04/30/59FBE244/9322534D/6256CFDF, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:32:48,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 14 ms
2025-04-30 09:32:48,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092700780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:48,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092757236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:54,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:32:54,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136249, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092757236, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:32:54,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136249, systemID=fs1, path=2025/04/30/59FBE244/9322534D/62A060A3, tsuid=1.2.840.10008.1.2, size=3416826, status=OK, objectType=DICOM_FILE]
2025-04-30 09:32:54,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 13 ms
2025-04-30 09:32:54,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092757236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:54,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092911770 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:59,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:32:59,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134770, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095441481, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 09:32:59,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095441481] with equal digest
2025-04-30 09:32:59,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:32:59,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:32:59,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:01,979 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:01,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136250, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092911770, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:33:01,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136250, systemID=fs1, path=2025/04/30/59FBE244/9322534D/65CF0CDE, tsuid=1.2.840.10008.1.2, size=3915730, status=OK, objectType=DICOM_FILE]
2025-04-30 09:33:01,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 10 ms
2025-04-30 09:33:01,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430092911770 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:02,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093042207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 09:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 09:33:05,362 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 09:33:05,439 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 1 studies
2025-04-30 09:33:05,439 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 09:33:05,881 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:05,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136251, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093042207, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:33:05,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136251, systemID=fs1, path=2025/04/30/59FBE244/9322534D/8B8451D3, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:33:05,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 31 ms
2025-04-30 09:33:05,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093042207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:06,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093105299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:10,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:10,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136252, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093105299, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:33:10,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136252, systemID=fs1, path=2025/04/30/59FBE244/9322534D/8D022AA4, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:33:10,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 13 ms
2025-04-30 09:33:10,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093105299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:10,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093220614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:11,548 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 09:33:11,549 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 09:33:17,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:17,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136253, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093220614, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:33:17,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136253, systemID=fs1, path=2025/04/30/59FBE244/9322534D/8ED0FA71, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:33:17,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 13 ms
2025-04-30 09:33:17,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093220614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:17,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093330711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:23,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:23,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136254, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093330711, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:33:23,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136254, systemID=fs1, path=2025/04/30/59FBE244/9322534D/9093EE4F, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:33:23,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 15 ms
2025-04-30 09:33:23,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) 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.20250430093330711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:23,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218) >> 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.20250430093427840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:28,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4319) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:28,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Instance[pk=136255, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093427840, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:33:28,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Create Location[pk=136255, systemID=fs1, path=2025/04/30/59FBE244/9322534D/923DE223, tsuid=1.2.840.10008.1.2, size=3416458, status=OK, objectType=DICOM_FILE]
2025-04-30 09:33:28,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218): Updated DB in 14 ms
2025-04-30 09:33:28,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218) << 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.20250430093427840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:29,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218) >> A-RELEASE-RQ
2025-04-30 09:33:29,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4319) DCM4CHEE<-HS30(218) << A-RELEASE-RP
2025-04-30 09:33:29,141 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(218): close Socket[addr=187.91.28.24/187.91.28.24,port=52100,localport=11112]
2025-04-30 09:33:33,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:33,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134772, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095517901, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 09:33:33,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095517901] with equal digest
2025-04-30 09:33:33,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:33:33,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:33,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:35,696 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 09:33:35,697 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 09:33:35,698 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-04-30 09:33:35,698 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:33:35,719 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-04-30 09:33:35,719 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:33:35,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 09:33:36,314 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52102,localport=11112]
2025-04-30 09:33:36,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) >> A-ASSOCIATE-RQ
2025-04-30 09:33:36,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) << A-ASSOCIATE-AC
2025-04-30 09:33:36,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092632185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:38,529 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 09:33:38,531 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 09:33:51,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:51,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136247, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092632185, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:33:51,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430092632185] with equal digest
2025-04-30 09:33:51,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 3 ms
2025-04-30 09:33:51,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092632185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:51,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092700780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:57,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:33:57,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136248, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092700780, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:33:57,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430092700780] with equal digest
2025-04-30 09:33:57,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 2 ms
2025-04-30 09:33:57,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092700780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:33:57,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092757236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 09:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 09:34:04,107 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:04,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136249, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092757236, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:34:04,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430092757236] with equal digest
2025-04-30 09:34:04,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 3 ms
2025-04-30 09:34:04,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092757236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:04,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092911770 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:07,876 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:07,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134773, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095603919, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 09:34:07,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095603919] with equal digest
2025-04-30 09:34:07,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:34:07,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:08,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:11,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:11,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136250, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092911770, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:34:11,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430092911770] with equal digest
2025-04-30 09:34:11,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 3 ms
2025-04-30 09:34:11,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092911770 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:11,549 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 09:34:11,550 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 09:34:11,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092943415 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:15,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:15,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Create Instance[pk=136256, uid=1.2.410.200001.101.11.301.1123109166.3.20250430092943415, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:34:15,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Create Location[pk=136256, systemID=fs1, path=2025/04/30/59FBE244/9322534D/65FA3027, tsuid=1.2.840.10008.1.2, size=3915730, status=OK, objectType=DICOM_FILE]
2025-04-30 09:34:15,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 6 ms
2025-04-30 09:34:15,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430092943415 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:15,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430093042207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:20,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:20,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136251, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093042207, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:34:20,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430093042207] with equal digest
2025-04-30 09:34:20,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 2 ms
2025-04-30 09:34:20,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430093042207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:20,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430093105299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:26,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:26,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136252, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093105299, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:34:26,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430093105299] with equal digest
2025-04-30 09:34:26,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 4 ms
2025-04-30 09:34:26,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430093105299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:27,061 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430093134991 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:32,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:32,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Create Instance[pk=136257, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093134991, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:34:32,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Create Location[pk=136257, systemID=fs1, path=2025/04/30/59FBE244/9322534D/8D2C1707, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:34:32,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 5 ms
2025-04-30 09:34:32,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) 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.20250430093134991 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:32,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) >> 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.20250430093203307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:35,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 09:34:35,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 09:34:35,721 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 09:34:35,722 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-04-30 09:34:35,722 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 09:34:35,742 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 09:34:38,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:38,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Create Instance[pk=136258, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093203307, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:34:38,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Create Location[pk=136258, systemID=fs1, path=2025/04/30/59FBE244/9322534D/8EB61D2D, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 09:34:38,531 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 09:34:38,532 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 09:34:38,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 38 ms
2025-04-30 09:34:38,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) << 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.20250430093203307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:38,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) >> 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.20250430093220614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:42,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:42,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134774, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095629705, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 09:34:42,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095629705] with equal digest
2025-04-30 09:34:42,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 2 ms
2025-04-30 09:34:42,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:42,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:44,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:44,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136253, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093220614, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:34:44,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430093220614] with equal digest
2025-04-30 09:34:44,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 3 ms
2025-04-30 09:34:44,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) << 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.20250430093220614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:44,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) >> 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.20250430093330711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:50,187 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:50,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136254, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093330711, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:34:50,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430093330711] with equal digest
2025-04-30 09:34:50,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 3 ms
2025-04-30 09:34:50,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) << 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.20250430093330711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:50,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) >> 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.20250430093427840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:56,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4324) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:34:56,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Found previous received Instance[pk=136255, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093427840, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:34:56,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Ignore received Instance[studyUID=343303,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430092631814,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430093427840] with equal digest
2025-04-30 09:34:56,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219): Updated DB in 3 ms
2025-04-30 09:34:56,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) << 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.20250430093427840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:34:56,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) >> A-RELEASE-RQ
2025-04-30 09:34:56,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4324) DCM4CHEE<-HS30(219) << A-RELEASE-RP
2025-04-30 09:34:56,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(219): close Socket[addr=187.91.28.24/187.91.28.24,port=52102,localport=11112]
2025-04-30 09:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 09:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 09:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4324) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:35:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4324) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 09:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 09:35:11,550 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 09:35:11,552 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 09:35:16,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:35:16,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Found previous received Instance[pk=134775, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095748382, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-04-30 09:35:16,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095748382] with equal digest
2025-04-30 09:35:16,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213): Updated DB in 3 ms
2025-04-30 09:35:16,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:35:16,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) >> A-RELEASE-RQ
2025-04-30 09:35:16,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(213) << A-RELEASE-RP
2025-04-30 09:35:16,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS60MT(213): close Socket[addr=187.91.28.24/187.91.28.24,port=49702,localport=11112]
2025-04-30 09:35:17,146 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49738,localport=11112]
2025-04-30 09:35:17,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> A-ASSOCIATE-RQ
2025-04-30 09:35:17,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << A-ASSOCIATE-AC
2025-04-30 09:35:17,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081235535 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:35:35,742 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 09:35:35,743 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-04-30 09:35:35,744 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:35:35,764 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-04-30 09:35:35,764 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:35:35,764 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 09:35:38,533 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 09:35:38,535 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 09:36:02,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:36:02,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135041, uid=1.2.410.200001.101.11.601.1501430850.3.20250426081235535, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:36:02,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426081235535] with equal digest
2025-04-30 09:36:02,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 6 ms
2025-04-30 09:36:02,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081235535 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:36:02,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081306352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 09:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 09:36:11,552 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 09:36:11,553 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 09:36:35,764 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 09:36:35,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 09:36:35,767 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-04-30 09:36:35,767 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:36:35,797 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-04-30 09:36:35,797 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:36:35,797 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 09:36:38,535 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 09:36:38,536 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 09:36:47,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:36:47,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135049, uid=1.2.410.200001.101.11.601.1501430850.3.20250426081306352, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:36:47,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426081306352] with equal digest
2025-04-30 09:36:47,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:36:47,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081306352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:36:47,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081409870 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:36:54,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4297) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:36:54,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Instance[pk=136259, uid=1.2.392.200036.9125.9.0.254280057.957031614.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 09:36:54,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Location[pk=136259, systemID=fs1, path=2025/04/30/15E5AE7E/93BD6A80/19DB8321, tsuid=1.2.840.10008.1.2, size=14015770, status=OK, objectType=DICOM_FILE]
2025-04-30 09:36:54,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Updated DB in 14 ms
2025-04-30 09:36:54,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) << 303:C-STORE-RSP[pcid=33, 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.254280057.957031614.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:36:54,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) >> 315:C-STORE-RQ[pcid=33, 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.254280057.2265719998.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 09:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 09:37:09,814 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:37:09,816 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:37:11,553 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 09:37:11,554 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 09:37:21,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:37:21,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135050, uid=1.2.410.200001.101.11.601.1501430850.3.20250426081409870, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:37:21,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426081409870] with equal digest
2025-04-30 09:37:21,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 4 ms
2025-04-30 09:37:21,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081409870 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:37:21,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081444621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:37:35,797 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 09:37:35,799 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-04-30 09:37:35,799 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:37:35,825 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-04-30 09:37:35,825 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:37:35,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 09:37:38,537 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 09:37:38,538 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 09:37:51,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:37:51,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135051, uid=1.2.410.200001.101.11.601.1501430850.3.20250426081444621, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:37:51,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426081444621] with equal digest
2025-04-30 09:37:51,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:37:51,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081444621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:37:51,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081542328 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 09:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 09:38:05,439 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 09:38:05,544 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) Calculated size of 2 studies
2025-04-30 09:38:05,544 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 09:38:11,555 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 09:38:11,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 09:38:26,218 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:38:26,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135052, uid=1.2.410.200001.101.11.601.1501430850.3.20250426081542328, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:38:26,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426081542328] with equal digest
2025-04-30 09:38:26,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:38:26,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426081542328 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:38:26,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426082046826 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:38:35,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 09:38:35,826 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 09:38:35,828 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-04-30 09:38:35,828 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:38:35,849 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-04-30 09:38:35,849 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:38:35,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 09:38:38,539 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 09:38:38,540 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 09:38:56,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:38:56,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135053, uid=1.2.410.200001.101.11.601.1501430850.3.20250426082046826, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:38:56,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426082046826] with equal digest
2025-04-30 09:38:56,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:38:56,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426082046826 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:38:56,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426082134756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 09:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 09:39:11,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 09:39:11,557 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 09:39:26,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:39:26,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135054, uid=1.2.410.200001.101.11.601.1501430850.3.20250426082134756, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:39:26,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426082134756] with equal digest
2025-04-30 09:39:26,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:39:26,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426082134756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:39:26,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426082256946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:39:35,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 09:39:35,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 09:39:35,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 09:39:35,852 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-04-30 09:39:35,852 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:39:35,872 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-04-30 09:39:35,872 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:39:35,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 09:39:38,541 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 09:39:38,542 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 09:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 09:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 09:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4349) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4349) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 09:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 09:40:05,239 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:05,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135055, uid=1.2.410.200001.101.11.601.1501430850.3.20250426082256946, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:40:05,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426082256946] with equal digest
2025-04-30 09:40:05,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 4 ms
2025-04-30 09:40:05,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426082256946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:05,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426082517074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:11,557 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 09:40:11,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 09:40:29,150 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52203,localport=11112]
2025-04-30 09:40:29,150 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221) >> A-ASSOCIATE-RQ
2025-04-30 09:40:29,151 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221) << A-ASSOCIATE-AC
2025-04-30 09:40:29,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:31,163 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:31,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Series[pk=12506, uid=1.2.410.200001.101.11.501.1791052210.2.20250430092904357, no=1, mod=US]
2025-04-30 09:40:31,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Instance[pk=136260, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:40:31,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Location[pk=136260, systemID=fs1, path=2025/04/30/59FB721F/3A584FC6/0802C028, tsuid=1.2.840.10008.1.2, size=3416720, status=OK, objectType=DICOM_FILE]
2025-04-30 09:40:31,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Updated DB in 53 ms
2025-04-30 09:40:31,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:31,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:31,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:31,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Instance[pk=136261, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:40:31,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Location[pk=136261, systemID=fs1, path=2025/04/30/59FB721F/3A584FC6/2D9B66F1, tsuid=1.2.840.10008.1.2, size=3915828, status=OK, objectType=DICOM_FILE]
2025-04-30 09:40:31,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Updated DB in 5 ms
2025-04-30 09:40:31,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:31,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:32,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:32,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Instance[pk=136262, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:40:32,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Location[pk=136262, systemID=fs1, path=2025/04/30/59FB721F/3A584FC6/2DD4AA10, tsuid=1.2.840.10008.1.2, size=3915828, status=OK, objectType=DICOM_FILE]
2025-04-30 09:40:32,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Updated DB in 19 ms
2025-04-30 09:40:32,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:32,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:32,869 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:32,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Instance[pk=136263, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:40:32,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Location[pk=136263, systemID=fs1, path=2025/04/30/59FB721F/3A584FC6/2F6B0A12, tsuid=1.2.840.10008.1.2, size=3915828, status=OK, objectType=DICOM_FILE]
2025-04-30 09:40:32,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Updated DB in 12 ms
2025-04-30 09:40:32,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:33,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:33,412 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:33,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Instance[pk=136264, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:40:33,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Location[pk=136264, systemID=fs1, path=2025/04/30/59FB721F/3A584FC6/3120D2B1, tsuid=1.2.840.10008.1.2, size=3915828, status=OK, objectType=DICOM_FILE]
2025-04-30 09:40:33,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Updated DB in 13 ms
2025-04-30 09:40:33,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:33,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:33,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:33,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Instance[pk=136265, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:40:33,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Location[pk=136265, systemID=fs1, path=2025/04/30/59FB721F/3A584FC6/312F61F3, tsuid=1.2.840.10008.1.2, size=3416868, status=OK, objectType=DICOM_FILE]
2025-04-30 09:40:33,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Updated DB in 14 ms
2025-04-30 09:40:33,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:34,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:34,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:34,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Instance[pk=136266, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:40:34,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Create Location[pk=136266, systemID=fs1, path=2025/04/30/59FB721F/3A584FC6/32D700C6, tsuid=1.2.840.10008.1.2, size=3417072, status=OK, objectType=DICOM_FILE]
2025-04-30 09:40:34,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221): Updated DB in 14 ms
2025-04-30 09:40:34,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:34,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221) >> A-RELEASE-RQ
2025-04-30 09:40:34,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(221) << A-RELEASE-RP
2025-04-30 09:40:34,678 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS50US07(221): close Socket[addr=187.91.28.24/187.91.28.24,port=52203,localport=11112]
2025-04-30 09:40:35,020 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52204,localport=11112]
2025-04-30 09:40:35,021 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222) >> A-ASSOCIATE-RQ
2025-04-30 09:40:35,021 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222) << A-ASSOCIATE-AC
2025-04-30 09:40:35,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:35,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 09:40:35,874 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-04-30 09:40:35,874 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:40:35,895 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-04-30 09:40:35,895 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:40:35,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 09:40:37,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:37,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Found previous received Instance[pk=136260, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:40:37,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092904721] with equal digest
2025-04-30 09:40:37,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Updated DB in 4 ms
2025-04-30 09:40:37,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:37,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:37,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:37,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Found previous received Instance[pk=136261, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:40:37,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093014378] with equal digest
2025-04-30 09:40:37,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Updated DB in 3 ms
2025-04-30 09:40:37,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:37,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:38,167 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:38,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Found previous received Instance[pk=136262, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:40:38,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093056287] with equal digest
2025-04-30 09:40:38,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Updated DB in 2 ms
2025-04-30 09:40:38,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:38,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:38,543 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 09:40:38,544 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 09:40:38,705 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:38,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Found previous received Instance[pk=136263, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:40:38,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093131188] with equal digest
2025-04-30 09:40:38,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Updated DB in 3 ms
2025-04-30 09:40:38,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:38,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:39,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:39,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Found previous received Instance[pk=136264, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:40:39,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093233366] with equal digest
2025-04-30 09:40:39,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Updated DB in 3 ms
2025-04-30 09:40:39,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:39,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:39,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:39,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Found previous received Instance[pk=136265, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:40:39,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093244434] with equal digest
2025-04-30 09:40:39,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Updated DB in 3 ms
2025-04-30 09:40:39,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:39,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:40,236 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:40,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Found previous received Instance[pk=136266, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:40:40,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093336150] with equal digest
2025-04-30 09:40:40,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222): Updated DB in 3 ms
2025-04-30 09:40:40,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:40,437 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222) >> A-RELEASE-RQ
2025-04-30 09:40:40,437 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(222) << A-RELEASE-RP
2025-04-30 09:40:40,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS50US07(222): close Socket[addr=187.91.28.24/187.91.28.24,port=52204,localport=11112]
2025-04-30 09:40:40,839 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52205,localport=11112]
2025-04-30 09:40:40,839 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> A-ASSOCIATE-RQ
2025-04-30 09:40:40,839 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << A-ASSOCIATE-AC
2025-04-30 09:40:41,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:42,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:42,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Found previous received Instance[pk=136260, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:40:42,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092904721] with equal digest
2025-04-30 09:40:42,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Updated DB in 3 ms
2025-04-30 09:40:42,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:42,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:43,276 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:43,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Found previous received Instance[pk=136261, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:40:43,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093014378] with equal digest
2025-04-30 09:40:43,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Updated DB in 3 ms
2025-04-30 09:40:43,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:43,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:43,813 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:43,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Found previous received Instance[pk=136262, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:40:43,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093056287] with equal digest
2025-04-30 09:40:43,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Updated DB in 2 ms
2025-04-30 09:40:43,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:44,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:44,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:44,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Found previous received Instance[pk=136263, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:40:44,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093131188] with equal digest
2025-04-30 09:40:44,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Updated DB in 4 ms
2025-04-30 09:40:44,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:44,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:44,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:44,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Found previous received Instance[pk=136264, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:40:44,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093233366] with equal digest
2025-04-30 09:40:44,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Updated DB in 2 ms
2025-04-30 09:40:44,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:45,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:45,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:45,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Found previous received Instance[pk=136265, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:40:45,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093244434] with equal digest
2025-04-30 09:40:45,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Updated DB in 3 ms
2025-04-30 09:40:45,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:45,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:45,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:45,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Found previous received Instance[pk=136266, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:40:45,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093336150] with equal digest
2025-04-30 09:40:45,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223): Updated DB in 3 ms
2025-04-30 09:40:45,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << 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.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:46,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) >> A-RELEASE-RQ
2025-04-30 09:40:46,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(223) << A-RELEASE-RP
2025-04-30 09:40:46,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(223): close Socket[addr=187.91.28.24/187.91.28.24,port=52205,localport=11112]
2025-04-30 09:40:46,478 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52206,localport=11112]
2025-04-30 09:40:46,479 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224) >> A-ASSOCIATE-RQ
2025-04-30 09:40:46,479 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224) << A-ASSOCIATE-AC
2025-04-30 09:40:46,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:46,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:46,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135056, uid=1.2.410.200001.101.11.601.1501430850.3.20250426082517074, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 09:40:46,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426082517074] with equal digest
2025-04-30 09:40:46,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 4 ms
2025-04-30 09:40:46,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426082517074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:46,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426082719758 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:48,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:48,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Found previous received Instance[pk=136260, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:40:48,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092904721] with equal digest
2025-04-30 09:40:48,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Updated DB in 4 ms
2025-04-30 09:40:48,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:48,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:48,843 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:48,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Found previous received Instance[pk=136261, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:40:48,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093014378] with equal digest
2025-04-30 09:40:48,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Updated DB in 3 ms
2025-04-30 09:40:48,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:49,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:49,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:49,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Found previous received Instance[pk=136262, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:40:49,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093056287] with equal digest
2025-04-30 09:40:49,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Updated DB in 2 ms
2025-04-30 09:40:49,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:49,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:49,906 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:49,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Found previous received Instance[pk=136263, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:40:49,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093131188] with equal digest
2025-04-30 09:40:49,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Updated DB in 3 ms
2025-04-30 09:40:49,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:50,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:50,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:50,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Found previous received Instance[pk=136264, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:40:50,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093233366] with equal digest
2025-04-30 09:40:50,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Updated DB in 3 ms
2025-04-30 09:40:50,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:50,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:50,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:50,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Found previous received Instance[pk=136265, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:40:50,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093244434] with equal digest
2025-04-30 09:40:50,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Updated DB in 2 ms
2025-04-30 09:40:50,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:51,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:51,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4354) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:40:51,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Found previous received Instance[pk=136266, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:40:51,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093336150] with equal digest
2025-04-30 09:40:51,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224): Updated DB in 3 ms
2025-04-30 09:40:51,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:40:51,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224) >> A-RELEASE-RQ
2025-04-30 09:40:51,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4354) DCM4CHEE<-HS50US07(224) << A-RELEASE-RP
2025-04-30 09:40:51,666 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS50US07(224): close Socket[addr=187.91.28.24/187.91.28.24,port=52206,localport=11112]
2025-04-30 09:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 09:41:03,021 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 09:41:10,530 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52106,localport=11112]
2025-04-30 09:41:10,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225) >> A-ASSOCIATE-RQ
2025-04-30 09:41:10,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225) << A-ASSOCIATE-AC
2025-04-30 09:41:10,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093712449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:11,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 09:41:11,560 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 09:41:12,951 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:12,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Series[pk=12507, uid=1.2.410.200001.101.11.301.1144174170.2.20250430093711646, no=1, mod=US]
2025-04-30 09:41:12,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Instance[pk=136267, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093712449, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:41:12,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Location[pk=136267, systemID=fs1, path=2025/04/30/59FA7E06/D0CE9ACC/9E79696D, tsuid=1.2.840.10008.1.2, size=3416836, status=OK, objectType=DICOM_FILE]
2025-04-30 09:41:12,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Updated DB in 43 ms
2025-04-30 09:41:12,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093712449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:13,190 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093751688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:14,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:14,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Instance[pk=136268, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093751688, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:41:14,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Location[pk=136268, systemID=fs1, path=2025/04/30/59FA7E06/D0CE9ACC/9EB15B0F, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-04-30 09:41:14,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Updated DB in 12 ms
2025-04-30 09:41:14,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093751688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:14,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093820397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:17,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:17,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Instance[pk=136269, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093820397, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:41:17,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Location[pk=136269, systemID=fs1, path=2025/04/30/59FA7E06/D0CE9ACC/A03B6DA7, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-04-30 09:41:17,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Updated DB in 35 ms
2025-04-30 09:41:17,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093820397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:17,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093852282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:17,369 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52207,localport=11112]
2025-04-30 09:41:17,370 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226) >> A-ASSOCIATE-RQ
2025-04-30 09:41:17,370 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226) << A-ASSOCIATE-AC
2025-04-30 09:41:17,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:19,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:19,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Found previous received Instance[pk=136260, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:41:19,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092904721] with equal digest
2025-04-30 09:41:19,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Updated DB in 4 ms
2025-04-30 09:41:19,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:19,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:19,750 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:19,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Instance[pk=136270, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093852282, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:41:19,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Location[pk=136270, systemID=fs1, path=2025/04/30/59FA7E06/D0CE9ACC/A0669903, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 09:41:19,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Updated DB in 6 ms
2025-04-30 09:41:19,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093852282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:19,904 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:19,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Found previous received Instance[pk=136261, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:41:19,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093014378] with equal digest
2025-04-30 09:41:19,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Updated DB in 3 ms
2025-04-30 09:41:19,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:19,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093918071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:20,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:20,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:20,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Found previous received Instance[pk=136262, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:41:20,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093056287] with equal digest
2025-04-30 09:41:20,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Updated DB in 4 ms
2025-04-30 09:41:20,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:20,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:21,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:21,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Found previous received Instance[pk=136263, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:41:21,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093131188] with equal digest
2025-04-30 09:41:21,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Updated DB in 3 ms
2025-04-30 09:41:21,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:21,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:21,587 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:21,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Found previous received Instance[pk=136264, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:41:21,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093233366] with equal digest
2025-04-30 09:41:21,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Updated DB in 3 ms
2025-04-30 09:41:21,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:21,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:22,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:22,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Found previous received Instance[pk=136265, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:41:22,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093244434] with equal digest
2025-04-30 09:41:22,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Updated DB in 3 ms
2025-04-30 09:41:22,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:22,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:22,617 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:22,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Found previous received Instance[pk=136266, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:41:22,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093336150] with equal digest
2025-04-30 09:41:22,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226): Updated DB in 3 ms
2025-04-30 09:41:22,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:22,819 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226) >> A-RELEASE-RQ
2025-04-30 09:41:22,819 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(226) << A-RELEASE-RP
2025-04-30 09:41:22,869 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(226): close Socket[addr=187.91.28.24/187.91.28.24,port=52207,localport=11112]
2025-04-30 09:41:23,004 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:23,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Instance[pk=136271, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093918071, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:41:23,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Location[pk=136271, systemID=fs1, path=2025/04/30/59FA7E06/D0CE9ACC/A1E5C636, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 09:41:23,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Updated DB in 12 ms
2025-04-30 09:41:23,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093918071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:23,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093948337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:23,222 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52208,localport=11112]
2025-04-30 09:41:23,222 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227) >> A-ASSOCIATE-RQ
2025-04-30 09:41:23,222 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227) << A-ASSOCIATE-AC
2025-04-30 09:41:23,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:25,050 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:25,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Found previous received Instance[pk=136260, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:41:25,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092904721] with equal digest
2025-04-30 09:41:25,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Updated DB in 3 ms
2025-04-30 09:41:25,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:25,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:25,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:25,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Found previous received Instance[pk=136261, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:41:25,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093014378] with equal digest
2025-04-30 09:41:25,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Updated DB in 2 ms
2025-04-30 09:41:25,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:25,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:25,882 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:25,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Instance[pk=136272, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093948337, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:41:25,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Create Location[pk=136272, systemID=fs1, path=2025/04/30/59FA7E06/D0CE9ACC/A2101786, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 09:41:25,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225): Updated DB in 14 ms
2025-04-30 09:41:25,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) 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.1144174170.3.20250430093948337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:26,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225) >> A-RELEASE-RQ
2025-04-30 09:41:26,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(225) << A-RELEASE-RP
2025-04-30 09:41:26,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:26,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Found previous received Instance[pk=136262, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:41:26,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093056287] with equal digest
2025-04-30 09:41:26,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Updated DB in 3 ms
2025-04-30 09:41:26,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:26,142 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(225): close Socket[addr=187.91.28.24/187.91.28.24,port=52106,localport=11112]
2025-04-30 09:41:26,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:26,473 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52107,localport=11112]
2025-04-30 09:41:26,473 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> A-ASSOCIATE-RQ
2025-04-30 09:41:26,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << A-ASSOCIATE-AC
2025-04-30 09:41:26,655 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:26,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Found previous received Instance[pk=136263, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:41:26,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093131188] with equal digest
2025-04-30 09:41:26,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Updated DB in 3 ms
2025-04-30 09:41:26,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:26,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093712449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:26,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:27,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:27,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Found previous received Instance[pk=136264, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:41:27,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093233366] with equal digest
2025-04-30 09:41:27,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Updated DB in 3 ms
2025-04-30 09:41:27,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:27,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:27,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:27,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Found previous received Instance[pk=136265, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:41:27,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093244434] with equal digest
2025-04-30 09:41:27,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Updated DB in 2 ms
2025-04-30 09:41:27,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:27,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:28,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:28,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Found previous received Instance[pk=136266, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:41:28,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093336150] with equal digest
2025-04-30 09:41:28,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227): Updated DB in 3 ms
2025-04-30 09:41:28,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:28,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227) >> A-RELEASE-RQ
2025-04-30 09:41:28,390 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4360) DCM4CHEE<-HS50US07(227) << A-RELEASE-RP
2025-04-30 09:41:28,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(227): close Socket[addr=187.91.28.24/187.91.28.24,port=52208,localport=11112]
2025-04-30 09:41:28,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:28,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Found previous received Instance[pk=136267, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093712449, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:41:28,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093712449] with equal digest
2025-04-30 09:41:28,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Updated DB in 4 ms
2025-04-30 09:41:28,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093712449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:28,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093751688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:29,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:29,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135057, uid=1.2.410.200001.101.11.601.1501430850.3.20250426082719758, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 09:41:29,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426082719758] with equal digest
2025-04-30 09:41:29,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 2 ms
2025-04-30 09:41:29,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426082719758 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:29,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426082917429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:29,977 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:29,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Found previous received Instance[pk=136268, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093751688, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:41:29,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093751688] with equal digest
2025-04-30 09:41:29,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Updated DB in 3 ms
2025-04-30 09:41:29,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093751688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:30,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093820397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:32,615 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:32,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Found previous received Instance[pk=136269, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093820397, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:41:32,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093820397] with equal digest
2025-04-30 09:41:32,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Updated DB in 3 ms
2025-04-30 09:41:32,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093820397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:32,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093852282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:35,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4297) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:35,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Instance[pk=136273, uid=1.2.392.200036.9125.9.0.254280057.2265719998.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 09:41:35,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Location[pk=136273, systemID=fs1, path=2025/04/30/15E5AE7E/93BD6A80/CAE04CFD, tsuid=1.2.840.10008.1.2, size=14015776, status=OK, objectType=DICOM_FILE]
2025-04-30 09:41:35,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Updated DB in 23 ms
2025-04-30 09:41:35,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) << 315:C-STORE-RSP[pcid=33, 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.254280057.2265719998.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:35,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:35,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Found previous received Instance[pk=136270, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093852282, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:41:35,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093852282] with equal digest
2025-04-30 09:41:35,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Updated DB in 3 ms
2025-04-30 09:41:35,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093852282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:35,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) >> 327:C-STORE-RQ[pcid=33, 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.254280056.3137938622.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:35,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093918071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:35,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 09:41:35,896 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 09:41:35,897 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-04-30 09:41:35,898 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:41:35,923 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-04-30 09:41:35,923 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:41:35,923 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 09:41:38,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:38,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Found previous received Instance[pk=136271, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093918071, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:41:38,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093918071] with equal digest
2025-04-30 09:41:38,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Updated DB in 4 ms
2025-04-30 09:41:38,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093918071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:38,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093948337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:38,544 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 09:41:38,546 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 09:41:40,704 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:40,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Found previous received Instance[pk=136272, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093948337, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:41:40,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093948337] with equal digest
2025-04-30 09:41:40,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228): Updated DB in 3 ms
2025-04-30 09:41:40,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093948337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:40,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) >> A-RELEASE-RQ
2025-04-30 09:41:40,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4355) DCM4CHEE<-HS30(228) << A-RELEASE-RP
2025-04-30 09:41:40,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(228): close Socket[addr=187.91.28.24/187.91.28.24,port=52107,localport=11112]
2025-04-30 09:41:45,004 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSDeleteScheduler.execute()
2025-04-30 09:41:45,006 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSDeleteScheduler.execute()
2025-04-30 09:41:59,156 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:41:59,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135058, uid=1.2.410.200001.101.11.601.1501430850.3.20250426082917429, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 09:41:59,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426082917429] with equal digest
2025-04-30 09:41:59,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 2 ms
2025-04-30 09:41:59,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426082917429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:41:59,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083048757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 09:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 09:42:09,816 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:42:09,819 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:42:11,560 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 09:42:11,561 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 09:42:29,169 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:42:29,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135059, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083048757, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 09:42:29,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083048757] with equal digest
2025-04-30 09:42:29,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:42:29,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083048757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:42:29,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083057228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:42:35,924 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 09:42:35,925 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 09:42:35,925 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 09:42:35,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 09:42:35,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 09:42:35,946 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 09:42:38,546 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 09:42:38,548 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 09:42:59,326 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:42:59,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135060, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083057228, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 09:42:59,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083057228] with equal digest
2025-04-30 09:42:59,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 2 ms
2025-04-30 09:42:59,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083057228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:42:59,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083106970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 09:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 09:43:05,544 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 09:43:05,546 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 09:43:11,562 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 09:43:11,563 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 09:43:26,475 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52210,localport=11112]
2025-04-30 09:43:26,476 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> A-ASSOCIATE-RQ
2025-04-30 09:43:26,476 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << A-ASSOCIATE-AC
2025-04-30 09:43:26,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:28,469 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-04-30 09:43:28,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Found previous received Instance[pk=136260, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:43:28,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092904721] with equal digest
2025-04-30 09:43:28,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Updated DB in 4 ms
2025-04-30 09:43:28,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430092904721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:28,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:29,014 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-04-30 09:43:29,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Found previous received Instance[pk=136261, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:43:29,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093014378] with equal digest
2025-04-30 09:43:29,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Updated DB in 3 ms
2025-04-30 09:43:29,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093014378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:29,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:29,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:43:29,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135061, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083106970, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 09:43:29,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083106970] with equal digest
2025-04-30 09:43:29,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 2 ms
2025-04-30 09:43:29,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083106970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:29,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083123438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:29,558 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-04-30 09:43:29,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Found previous received Instance[pk=136262, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:43:29,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093056287] with equal digest
2025-04-30 09:43:29,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Updated DB in 2 ms
2025-04-30 09:43:29,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093056287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:29,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:30,101 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-04-30 09:43:30,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Found previous received Instance[pk=136263, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:43:30,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093131188] with equal digest
2025-04-30 09:43:30,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Updated DB in 3 ms
2025-04-30 09:43:30,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093131188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:30,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:30,645 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-04-30 09:43:30,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Found previous received Instance[pk=136264, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:43:30,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093233366] with equal digest
2025-04-30 09:43:30,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Updated DB in 3 ms
2025-04-30 09:43:30,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093233366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:30,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:31,147 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-04-30 09:43:31,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Found previous received Instance[pk=136265, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:43:31,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093244434] with equal digest
2025-04-30 09:43:31,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Updated DB in 2 ms
2025-04-30 09:43:31,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093244434 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:31,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:31,648 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-04-30 09:43:31,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Found previous received Instance[pk=136266, uid=1.2.410.200001.101.11.501.1791052210.3.20250430093336150, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:43:31,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Ignore received Instance[studyUID=342440,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430092904357,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430093336150] with equal digest
2025-04-30 09:43:31,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229): Updated DB in 3 ms
2025-04-30 09:43:31,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << 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.20250430093336150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:31,857 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) >> A-RELEASE-RQ
2025-04-30 09:43:31,857 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-HS50US07(229) << A-RELEASE-RP
2025-04-30 09:43:31,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS50US07(229): close Socket[addr=187.91.28.24/187.91.28.24,port=52210,localport=11112]
2025-04-30 09:43:35,947 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 09:43:35,948 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-04-30 09:43:35,948 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:43:35,970 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-04-30 09:43:35,970 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:43:35,970 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 09:43:38,548 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 09:43:38,549 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 09:43:59,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:43:59,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135062, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083123438, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 09:43:59,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083123438] with equal digest
2025-04-30 09:43:59,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 4 ms
2025-04-30 09:43:59,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083123438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:43:59,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083137597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 09:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 09:44:11,563 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 09:44:11,564 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 09:44:29,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:44:29,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135063, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083137597, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 09:44:29,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083137597] with equal digest
2025-04-30 09:44:29,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:44:29,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083137597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:44:29,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083217736 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:44:35,970 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 09:44:35,972 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-04-30 09:44:35,972 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:44:35,992 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-04-30 09:44:35,992 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:44:35,992 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 09:44:38,550 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 09:44:38,551 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 09:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 09:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 09:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4374) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:45:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4374) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 09:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 09:45:05,144 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:45:05,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135064, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083217736, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 09:45:05,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083217736] with equal digest
2025-04-30 09:45:05,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 09:45:05,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083217736 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:45:05,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 18: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.20250426083336142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:45:11,564 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 09:45:11,565 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 09:45:21,634 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=1487 from null@170.244.199.216
2025-04-30 09:45:21,670 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudies: 1 Matches
2025-04-30 09:45:21,831 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series from null@170.244.199.216
2025-04-30 09:45:21,853 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudySeries: 1 Matches
2025-04-30 09:45:21,931 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*1487*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@170.244.199.216
2025-04-30 09:45:21,962 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudies: 4 Matches
2025-04-30 09:45:22,402 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/metadata from null@170.244.199.216
2025-04-30 09:45:22,426 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveSeriesMetadata: 12 Matches
2025-04-30 09:45:22,791 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=1487 from null@170.244.199.216
2025-04-30 09:45:22,795 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudies: 1 Matches
2025-04-30 09:45:22,987 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092419904/frames/1 from null@170.244.199.216
2025-04-30 09:45:22,993 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveFrame: 1 Matches
2025-04-30 09:45:23,031 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*1487*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@170.244.199.216
2025-04-30 09:45:23,038 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-1) SearchForStudies: 4 Matches
2025-04-30 09:45:23,954 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217091857875/frames/1 from null@170.244.199.216
2025-04-30 09:45:23,960 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-1) retrieveFrame: 1 Matches
2025-04-30 09:45:27,656 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092345680/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,656 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092154397/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,656 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092257519/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,656 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217091917234/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,657 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092434569/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,660 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-11) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092403353/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,660 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092508679/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,662 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveFrame: 1 Matches
2025-04-30 09:45:27,662 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-1) retrieveFrame: 1 Matches
2025-04-30 09:45:27,663 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveFrame: 1 Matches
2025-04-30 09:45:27,663 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-15) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092725009/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,663 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092539590/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,664 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092653845/frames/1 from null@170.244.199.216
2025-04-30 09:45:27,669 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-15) retrieveFrame: 1 Matches
2025-04-30 09:45:27,669 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveFrame: 1 Matches
2025-04-30 09:45:27,672 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveFrame: 1 Matches
2025-04-30 09:45:27,673 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveFrame: 1 Matches
2025-04-30 09:45:27,701 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) retrieveFrame: 1 Matches
2025-04-30 09:45:27,709 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) retrieveFrame: 1 Matches
2025-04-30 09:45:27,711 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-11) retrieveFrame: 1 Matches
2025-04-30 09:45:35,992 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 09:45:35,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 09:45:36,018 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-04-30 09:45:36,018 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:45:36,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 09:45:38,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 09:45:38,556 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 09:46:02,910 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@170.244.199.216
2025-04-30 09:46:02,960 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) SearchForStudies: 101 Matches
2025-04-30 09:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 09:46:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 09:46:11,566 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 09:46:11,567 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 09:46:15,681 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=1487 from null@170.244.199.216
2025-04-30 09:46:15,685 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) SearchForStudies: 1 Matches
2025-04-30 09:46:15,921 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=1487 from null@170.244.199.216
2025-04-30 09:46:15,921 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-8) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*1487*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@170.244.199.216
2025-04-30 09:46:15,924 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) SearchForStudies: 1 Matches
2025-04-30 09:46:15,928 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-8) SearchForStudies: 4 Matches
2025-04-30 09:46:15,951 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092419904/frames/1 from null@170.244.199.216
2025-04-30 09:46:15,958 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) retrieveFrame: 1 Matches
2025-04-30 09:46:16,072 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217091857875/frames/1 from null@170.244.199.216
2025-04-30 09:46:16,078 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) retrieveFrame: 1 Matches
2025-04-30 09:46:16,156 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*1487*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@170.244.199.216
2025-04-30 09:46:16,163 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-15) SearchForStudies: 4 Matches
2025-04-30 09:46:16,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4297) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:46:16,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Instance[pk=136274, uid=1.2.392.200036.9125.9.0.254280056.3137938622.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 09:46:16,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Create Location[pk=136274, systemID=fs1, path=2025/04/30/15E5AE7E/93BD6A80/3E66DFFA, tsuid=1.2.840.10008.1.2, size=14015776, status=OK, objectType=DICOM_FILE]
2025-04-30 09:46:16,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217): Updated DB in 27 ms
2025-04-30 09:46:16,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) << 327:C-STORE-RSP[pcid=33, 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.254280056.3137938622.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:46:16,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) >> A-RELEASE-RQ
2025-04-30 09:46:16,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4297) DCM4CHEE<-FCR-CSL1(217) << A-RELEASE-RP
2025-04-30 09:46:16,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-FCR-CSL1(217): close Socket[addr=187.91.28.24/187.91.28.24,port=49533,localport=11112]
2025-04-30 09:46:18,502 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217091917234/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,504 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092154397/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,504 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-11) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092257519/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,509 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveFrame: 1 Matches
2025-04-30 09:46:18,511 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-11) retrieveFrame: 1 Matches
2025-04-30 09:46:18,511 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveFrame: 1 Matches
2025-04-30 09:46:18,528 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-1) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092653845/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,528 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092345680/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,529 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-15) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092403353/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,529 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092508679/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,529 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092434569/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,529 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092539590/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,533 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveFrame: 1 Matches
2025-04-30 09:46:18,534 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-15) retrieveFrame: 1 Matches
2025-04-30 09:46:18,535 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-1) retrieveFrame: 1 Matches
2025-04-30 09:46:18,535 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveFrame: 1 Matches
2025-04-30 09:46:18,535 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) retrieveFrame: 1 Matches
2025-04-30 09:46:18,536 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-8) retrieveFrame: 1 Matches
2025-04-30 09:46:18,671 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1487/series/1.2.410.200001.101.11.301.1144174170.2.20250217091857044/instances/1.2.410.200001.101.11.301.1144174170.3.20250217092725009/frames/1 from null@170.244.199.216
2025-04-30 09:46:18,678 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveFrame: 1 Matches
2025-04-30 09:46:36,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 09:46:36,022 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,023 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,024 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,025 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,025 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,026 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,027 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,027 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,028 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,029 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,030 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,031 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,031 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,032 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,033 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,033 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,034 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,035 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,036 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,036 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,038 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-04-30 09:46:36,038 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:46:36,039 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,039 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,040 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,041 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,041 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,042 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,042 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,064 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-04-30 09:46:36,064 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:46:36,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,066 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,067 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:46:36,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 09:46:38,556 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 09:46:38,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 09:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 09:47:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 09:47:09,819 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:47:09,826 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:47:11,567 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 09:47:11,568 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 09:47:21,652 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49600,localport=11112]
2025-04-30 09:47:21,653 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) >> A-ASSOCIATE-RQ
2025-04-30 09:47:21,653 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) << A-ASSOCIATE-AC
2025-04-30 09:47:21,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) >> 343:C-STORE-RQ[pcid=85, 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.254280062.453911742.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:47:36,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 09:47:36,069 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,069 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,070 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,071 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,071 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,072 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,072 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,073 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,074 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,074 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,075 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,075 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,076 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,076 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,077 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,078 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,079 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,080 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-04-30 09:47:36,080 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:47:36,081 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,082 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,082 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,083 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,083 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,084 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,084 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,085 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,085 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,086 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,107 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-04-30 09:47:36,107 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:47:36,107 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,108 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,109 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 09:47:36,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 09:47:38,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 09:47:38,562 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 09:48:00,468 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52110,localport=11112]
2025-04-30 09:48:00,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> A-ASSOCIATE-RQ
2025-04-30 09:48:00,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << A-ASSOCIATE-AC
2025-04-30 09:48:00,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093712449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:02,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4388) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:02,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Found previous received Instance[pk=136267, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093712449, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:48:02,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093712449] with equal digest
2025-04-30 09:48:02,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Updated DB in 20 ms
2025-04-30 09:48:02,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093712449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:02,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093751688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 09:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 09:48:04,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4388) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:04,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Found previous received Instance[pk=136268, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093751688, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:48:04,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093751688] with equal digest
2025-04-30 09:48:04,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Updated DB in 10 ms
2025-04-30 09:48:04,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093751688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:04,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093820397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:05,546 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 09:48:05,704 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) Calculated size of 2 studies
2025-04-30 09:48:05,704 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 09:48:07,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4388) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:07,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Found previous received Instance[pk=136269, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093820397, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:48:07,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093820397] with equal digest
2025-04-30 09:48:07,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Updated DB in 10 ms
2025-04-30 09:48:07,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093820397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:07,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093852282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:10,431 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4388) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:10,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Found previous received Instance[pk=136270, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093852282, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:48:10,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093852282] with equal digest
2025-04-30 09:48:10,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Updated DB in 9 ms
2025-04-30 09:48:10,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093852282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:10,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093918071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:11,569 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 09:48:11,570 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 09:48:13,177 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4388) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:13,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Found previous received Instance[pk=136271, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093918071, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:48:13,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093918071] with equal digest
2025-04-30 09:48:13,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Updated DB in 15 ms
2025-04-30 09:48:13,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093918071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:13,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093948337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:15,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4388) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:15,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Found previous received Instance[pk=136272, uid=1.2.410.200001.101.11.301.1144174170.3.20250430093948337, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:48:15,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Ignore received Instance[studyUID=340137,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430093711646,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430093948337] with equal digest
2025-04-30 09:48:15,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231): Updated DB in 11 ms
2025-04-30 09:48:15,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430093948337 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:48:15,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) >> A-RELEASE-RQ
2025-04-30 09:48:15,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4388) DCM4CHEE<-HS30(231) << A-RELEASE-RP
2025-04-30 09:48:16,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(231): close Socket[addr=187.91.28.24/187.91.28.24,port=52110,localport=11112]
2025-04-30 09:48:36,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 09:48:36,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 09:48:36,131 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-04-30 09:48:36,131 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:48:36,131 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 09:48:38,562 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 09:48:38,565 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 09:48:55,745 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49734,localport=11112]
2025-04-30 09:48:55,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) >> A-ASSOCIATE-RQ
2025-04-30 09:48:55,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) << A-ASSOCIATE-AC
2025-04-30 09:48:56,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) >> 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.1745977755.5 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:48:58,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4393) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:58,208 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Create Patient[pk=10436, id=PatientID[pk=10436, id=343305, issuer=DCM4CHEE.97A9E07A.0BD17C49], name=EVERTON SILVA DOS SANTOS]
2025-04-30 09:48:58,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Create Study[pk=11864, uid=343305, id=38533]
2025-04-30 09:48:58,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Create Series[pk=12508, uid=1.2.840.113619.2.423.84107009440.1745976838.4, no=1, mod=US]
2025-04-30 09:48:58,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Create Instance[pk=136275, uid=1.2.840.113619.2.423.84107009440.1745977755.5, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 09:48:58,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Create Location[pk=136275, systemID=fs1, path=2025/04/30/59FBE246/15BB8672/1763250C, tsuid=1.2.840.10008.1.2.1, size=692626, status=OK, objectType=DICOM_FILE]
2025-04-30 09:48:58,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Updated DB in 50 ms
2025-04-30 09:48:58,242 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) No duplicate record with equal Patient ID found Patient[pk=10436, id=PatientID[pk=10436, id=343305, issuer=DCM4CHEE.97A9E07A.0BD17C49], name=EVERTON SILVA DOS SANTOS]
2025-04-30 09:48:58,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) << 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.1745977755.5 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:48:58,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) >> 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.1745977755.5 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:48:59,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4393) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:48:59,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Found previous received Instance[pk=136275, uid=1.2.840.113619.2.423.84107009440.1745977755.5, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 09:48:59,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Ignore received Instance[studyUID=343305,seriesUID=1.2.840.113619.2.423.84107009440.1745976838.4,objectUID=1.2.840.113619.2.423.84107009440.1745977755.5] with equal digest
2025-04-30 09:48:59,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232): Updated DB in 9 ms
2025-04-30 09:48:59,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) << 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.1745977755.5 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:48:59,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) >> A-RELEASE-RQ
2025-04-30 09:48:59,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(232) << A-RELEASE-RP
2025-04-30 09:48:59,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-F6LOGIQ(232): close Socket[addr=187.91.28.24/187.91.28.24,port=49734,localport=11112]
2025-04-30 09:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 09:49:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 09:49:04,168 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49735,localport=11112]
2025-04-30 09:49:04,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) >> A-ASSOCIATE-RQ
2025-04-30 09:49:04,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) << A-ASSOCIATE-AC
2025-04-30 09:49:04,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) >> 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.1745977768.9 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:06,339 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4393) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:06,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233): Create Instance[pk=136276, uid=1.2.840.113619.2.423.84107009440.1745977768.9, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 09:49:06,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233): Create Location[pk=136276, systemID=fs1, path=2025/04/30/59FBE246/15BB8672/1763A4B2, tsuid=1.2.840.10008.1.2.1, size=692628, status=OK, objectType=DICOM_FILE]
2025-04-30 09:49:06,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233): Updated DB in 27 ms
2025-04-30 09:49:06,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) << 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.1745977768.9 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:06,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) >> 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.1745977768.9 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:07,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4393) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:07,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233): Found previous received Instance[pk=136276, uid=1.2.840.113619.2.423.84107009440.1745977768.9, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 09:49:07,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233): Ignore received Instance[studyUID=343305,seriesUID=1.2.840.113619.2.423.84107009440.1745976838.4,objectUID=1.2.840.113619.2.423.84107009440.1745977768.9] with equal digest
2025-04-30 09:49:07,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233): Updated DB in 9 ms
2025-04-30 09:49:07,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) << 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.1745977768.9 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:07,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) >> A-RELEASE-RQ
2025-04-30 09:49:07,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4393) DCM4CHEE<-F6LOGIQ(233) << A-RELEASE-RP
2025-04-30 09:49:07,866 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-F6LOGIQ(233): close Socket[addr=187.91.28.24/187.91.28.24,port=49735,localport=11112]
2025-04-30 09:49:11,570 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 09:49:11,572 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 09:49:27,724 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52104,localport=11112]
2025-04-30 09:49:27,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234) >> A-ASSOCIATE-RQ
2025-04-30 09:49:27,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234) << A-ASSOCIATE-AC
2025-04-30 09:49:27,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430093944893 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:28,383 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49736,localport=11112]
2025-04-30 09:49:28,384 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) >> A-ASSOCIATE-RQ
2025-04-30 09:49:28,384 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) << A-ASSOCIATE-AC
2025-04-30 09:49:28,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) >> 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.1745977792.13 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:30,576 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4398) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:30,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235): Create Instance[pk=136277, uid=1.2.840.113619.2.423.84107009440.1745977792.13, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 09:49:30,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235): Create Location[pk=136277, systemID=fs1, path=2025/04/30/59FBE246/15BB8672/D5387D12, tsuid=1.2.840.10008.1.2.1, size=692628, status=OK, objectType=DICOM_FILE]
2025-04-30 09:49:30,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235): Updated DB in 31 ms
2025-04-30 09:49:30,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) << 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.1745977792.13 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:30,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) >> 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.1745977792.13 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:31,780 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4398) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:31,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235): Found previous received Instance[pk=136277, uid=1.2.840.113619.2.423.84107009440.1745977792.13, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 09:49:31,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235): Ignore received Instance[studyUID=343305,seriesUID=1.2.840.113619.2.423.84107009440.1745976838.4,objectUID=1.2.840.113619.2.423.84107009440.1745977792.13] with equal digest
2025-04-30 09:49:31,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235): Updated DB in 9 ms
2025-04-30 09:49:31,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) << 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.1745977792.13 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:49:32,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) >> A-RELEASE-RQ
2025-04-30 09:49:32,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4398) DCM4CHEE<-F6LOGIQ(235) << A-RELEASE-RP
2025-04-30 09:49:32,150 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-F6LOGIQ(235): close Socket[addr=187.91.28.24/187.91.28.24,port=49736,localport=11112]
2025-04-30 09:49:33,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:33,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Series[pk=12509, uid=1.2.410.200001.101.11.301.1123109166.2.20250430093944592, no=1, mod=US]
2025-04-30 09:49:33,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136278, uid=1.2.410.200001.101.11.301.1123109166.3.20250430093944893, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:49:33,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136278, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/9AE0EFC1, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 09:49:33,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 29 ms
2025-04-30 09:49:33,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430093944893 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:33,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094024530 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:36,131 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 09:49:36,133 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-04-30 09:49:36,133 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:49:36,134 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 09:49:36,134 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 09:49:36,160 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-04-30 09:49:36,160 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:49:36,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 09:49:38,565 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 09:49:38,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 09:49:38,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:38,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136279, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094024530, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:49:38,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136279, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/C04F5269, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:49:38,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 26 ms
2025-04-30 09:49:38,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094024530 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:38,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094057610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:43,637 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:43,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136280, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094057610, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:49:43,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136280, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/C07AF98C, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 09:49:43,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 37 ms
2025-04-30 09:49:43,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094057610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:43,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094147609 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:50,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:50,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136281, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094147609, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:49:50,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136281, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/C221BA94, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:49:50,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 25 ms
2025-04-30 09:49:50,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094147609 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:50,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094257884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:57,478 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:49:57,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136282, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094257884, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:49:57,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136282, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/C3E4B329, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:49:57,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 13 ms
2025-04-30 09:49:57,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094257884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:49:57,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094334718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 09:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 09:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4399) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4399) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:50:02,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:02,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136283, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094334718, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 09:50:02,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136283, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/C57BFB13, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:02,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 19 ms
2025-04-30 09:50:02,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094334718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:02,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094514807 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:02,630 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49740,localport=11112]
2025-04-30 09:50:02,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) >> A-ASSOCIATE-RQ
2025-04-30 09:50:02,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) << A-ASSOCIATE-AC
2025-04-30 09:50:02,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) >> 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.1745977827.17 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 09:50:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 09:50:05,014 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-04-30 09:50:05,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236): Create Instance[pk=136284, uid=1.2.840.113619.2.423.84107009440.1745977827.17, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 09:50:05,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236): Create Location[pk=136284, systemID=fs1, path=2025/04/30/59FBE246/15BB8672/D68CF709, tsuid=1.2.840.10008.1.2.1, size=692628, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:05,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236): Updated DB in 19 ms
2025-04-30 09:50:05,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) << 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.1745977827.17 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:05,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) >> 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.1745977827.17 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:06,157 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-04-30 09:50:06,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236): Found previous received Instance[pk=136284, uid=1.2.840.113619.2.423.84107009440.1745977827.17, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 09:50:06,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236): Ignore received Instance[studyUID=343305,seriesUID=1.2.840.113619.2.423.84107009440.1745976838.4,objectUID=1.2.840.113619.2.423.84107009440.1745977827.17] with equal digest
2025-04-30 09:50:06,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236): Updated DB in 3 ms
2025-04-30 09:50:06,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) << 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.1745977827.17 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:06,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) >> A-RELEASE-RQ
2025-04-30 09:50:06,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-F6LOGIQ(236) << A-RELEASE-RP
2025-04-30 09:50:06,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-F6LOGIQ(236): close Socket[addr=187.91.28.24/187.91.28.24,port=49740,localport=11112]
2025-04-30 09:50:09,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:09,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136285, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094514807, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 09:50:09,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136285, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/C8C980F0, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:09,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 13 ms
2025-04-30 09:50:09,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094514807 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:09,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094617707 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:11,572 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 09:50:11,573 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 09:50:16,339 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:16,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136286, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094617707, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 09:50:16,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136286, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/CA7FB2EB, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:16,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 24 ms
2025-04-30 09:50:16,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094617707 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:16,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094813993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:22,766 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4397) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:22,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Instance[pk=136287, uid=1.2.410.200001.101.11.301.1123109166.3.20250430094813993, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 09:50:22,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Create Location[pk=136287, systemID=fs1, path=2025/04/30/582A6362/CD3682BC/CDE79B42, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:22,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234): Updated DB in 5 ms
2025-04-30 09:50:22,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4397) 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.1123109166.3.20250430094813993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:22,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234) >> A-RELEASE-RQ
2025-04-30 09:50:22,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4397) DCM4CHEE<-HS30(234) << A-RELEASE-RP
2025-04-30 09:50:23,020 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(234): close Socket[addr=187.91.28.24/187.91.28.24,port=52104,localport=11112]
2025-04-30 09:50:33,041 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49742,localport=11112]
2025-04-30 09:50:33,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) >> A-ASSOCIATE-RQ
2025-04-30 09:50:33,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) << A-ASSOCIATE-AC
2025-04-30 09:50:33,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) >> 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.1745977857.21 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:35,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4404) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:35,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237): Create Instance[pk=136288, uid=1.2.840.113619.2.423.84107009440.1745977857.21, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-04-30 09:50:35,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237): Create Location[pk=136288, systemID=fs1, path=2025/04/30/59FBE246/15BB8672/D6B73DA5, tsuid=1.2.840.10008.1.2.1, size=692628, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:35,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237): Updated DB in 33 ms
2025-04-30 09:50:35,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) << 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.1745977857.21 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:35,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) >> 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.1745977857.21 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:36,161 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 09:50:36,162 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 09:50:36,163 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-04-30 09:50:36,163 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:50:36,184 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-04-30 09:50:36,184 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:50:36,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 09:50:36,488 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4404) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:36,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237): Found previous received Instance[pk=136288, uid=1.2.840.113619.2.423.84107009440.1745977857.21, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-04-30 09:50:36,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237): Ignore received Instance[studyUID=343305,seriesUID=1.2.840.113619.2.423.84107009440.1745976838.4,objectUID=1.2.840.113619.2.423.84107009440.1745977857.21] with equal digest
2025-04-30 09:50:36,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237): Updated DB in 3 ms
2025-04-30 09:50:36,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) << 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.1745977857.21 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:36,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) >> A-RELEASE-RQ
2025-04-30 09:50:36,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4404) DCM4CHEE<-F6LOGIQ(237) << A-RELEASE-RP
2025-04-30 09:50:36,844 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-F6LOGIQ(237): close Socket[addr=187.91.28.24/187.91.28.24,port=49742,localport=11112]
2025-04-30 09:50:38,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 09:50:38,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 09:50:45,143 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52211,localport=11112]
2025-04-30 09:50:45,144 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238) >> A-ASSOCIATE-RQ
2025-04-30 09:50:45,144 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238) << A-ASSOCIATE-AC
2025-04-30 09:50:45,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:47,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:47,085 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Patient[pk=10437, id=PatientID[pk=10437, id=343301, issuer=DCM4CHEE.F2E1B014.0DBEA7AA], name=THAIANY RODRIGUES DA SILVA]
2025-04-30 09:50:47,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Study[pk=11865, uid=343301, id=38508]
2025-04-30 09:50:47,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Series[pk=12510, uid=1.2.410.200001.101.11.501.1791052210.2.20250430094707532, no=1, mod=US]
2025-04-30 09:50:47,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Instance[pk=136289, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094707958, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:50:47,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Location[pk=136289, systemID=fs1, path=2025/04/30/59FBE242/A0BC7966/6E66EA6F, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:47,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Updated DB in 42 ms
2025-04-30 09:50:47,119 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) No duplicate record with equal Patient ID found Patient[pk=10437, id=PatientID[pk=10437, id=343301, issuer=DCM4CHEE.F2E1B014.0DBEA7AA], name=THAIANY RODRIGUES DA SILVA]
2025-04-30 09:50:47,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:47,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:47,809 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:47,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Instance[pk=136290, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094750664, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:50:47,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Location[pk=136290, systemID=fs1, path=2025/04/30/59FBE242/A0BC7966/6EAA2633, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:47,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Updated DB in 9 ms
2025-04-30 09:50:47,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:48,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:48,455 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:48,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Instance[pk=136291, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094837115, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:50:48,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Location[pk=136291, systemID=fs1, path=2025/04/30/59FBE242/A0BC7966/7045EB0A, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:48,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Updated DB in 20 ms
2025-04-30 09:50:48,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:48,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:49,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:49,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Instance[pk=136292, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094859452, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:50:49,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Location[pk=136292, systemID=fs1, path=2025/04/30/59FBE242/A0BC7966/70630E86, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:49,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Updated DB in 58 ms
2025-04-30 09:50:49,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:49,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:49,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:49,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Instance[pk=136293, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094912244, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:50:49,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Create Location[pk=136293, systemID=fs1, path=2025/04/30/59FBE242/A0BC7966/71DC52E9, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:49,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238): Updated DB in 10 ms
2025-04-30 09:50:49,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:49,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238) >> A-RELEASE-RQ
2025-04-30 09:50:49,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(238) << A-RELEASE-RP
2025-04-30 09:50:49,853 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(238): close Socket[addr=187.91.28.24/187.91.28.24,port=52211,localport=11112]
2025-04-30 09:50:50,191 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52212,localport=11112]
2025-04-30 09:50:50,191 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239) >> A-ASSOCIATE-RQ
2025-04-30 09:50:50,191 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239) << A-ASSOCIATE-AC
2025-04-30 09:50:50,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:52,211 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:52,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Found previous received Instance[pk=136289, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094707958, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:50:52,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094707958] with equal digest
2025-04-30 09:50:52,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Updated DB in 8 ms
2025-04-30 09:50:52,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:52,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:52,749 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:52,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Found previous received Instance[pk=136290, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094750664, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:50:52,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094750664] with equal digest
2025-04-30 09:50:52,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Updated DB in 3 ms
2025-04-30 09:50:52,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:52,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:53,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:53,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Found previous received Instance[pk=136291, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094837115, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:50:53,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094837115] with equal digest
2025-04-30 09:50:53,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Updated DB in 2 ms
2025-04-30 09:50:53,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:53,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:53,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:53,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Found previous received Instance[pk=136292, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094859452, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:50:53,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094859452] with equal digest
2025-04-30 09:50:53,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Updated DB in 3 ms
2025-04-30 09:50:53,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:53,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:54,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:54,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Found previous received Instance[pk=136293, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094912244, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:50:54,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094912244] with equal digest
2025-04-30 09:50:54,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239): Updated DB in 3 ms
2025-04-30 09:50:54,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:54,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239) >> A-RELEASE-RQ
2025-04-30 09:50:54,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(239) << A-RELEASE-RP
2025-04-30 09:50:54,527 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS50US07(239): close Socket[addr=187.91.28.24/187.91.28.24,port=52212,localport=11112]
2025-04-30 09:50:54,861 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52213,localport=11112]
2025-04-30 09:50:54,861 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240) >> A-ASSOCIATE-RQ
2025-04-30 09:50:54,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240) << A-ASSOCIATE-AC
2025-04-30 09:50:55,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:56,710 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:56,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Found previous received Instance[pk=136289, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094707958, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:50:56,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094707958] with equal digest
2025-04-30 09:50:56,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Updated DB in 7 ms
2025-04-30 09:50:56,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:56,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:57,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:57,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Found previous received Instance[pk=136290, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094750664, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:50:57,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094750664] with equal digest
2025-04-30 09:50:57,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Updated DB in 3 ms
2025-04-30 09:50:57,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:57,342 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49745,localport=11112]
2025-04-30 09:50:57,343 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) >> A-ASSOCIATE-RQ
2025-04-30 09:50:57,343 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) << A-ASSOCIATE-AC
2025-04-30 09:50:57,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:57,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) >> 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.1745977882.25 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:57,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:57,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Found previous received Instance[pk=136291, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094837115, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:50:57,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094837115] with equal digest
2025-04-30 09:50:57,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Updated DB in 4 ms
2025-04-30 09:50:57,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:57,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:58,288 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:58,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Found previous received Instance[pk=136292, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094859452, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:50:58,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094859452] with equal digest
2025-04-30 09:50:58,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Updated DB in 3 ms
2025-04-30 09:50:58,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:58,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:58,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4405) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:58,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Found previous received Instance[pk=136293, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094912244, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:50:58,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094912244] with equal digest
2025-04-30 09:50:58,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240): Updated DB in 3 ms
2025-04-30 09:50:58,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:50:58,987 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240) >> A-RELEASE-RQ
2025-04-30 09:50:58,987 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4405) DCM4CHEE<-HS50US07(240) << A-RELEASE-RP
2025-04-30 09:50:59,038 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS50US07(240): close Socket[addr=187.91.28.24/187.91.28.24,port=52213,localport=11112]
2025-04-30 09:50:59,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4406) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:50:59,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241): Create Instance[pk=136294, uid=1.2.840.113619.2.423.84107009440.1745977882.25, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-04-30 09:50:59,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241): Create Location[pk=136294, systemID=fs1, path=2025/04/30/59FBE246/15BB8672/D6DF3E51, tsuid=1.2.840.10008.1.2.1, size=692628, status=OK, objectType=DICOM_FILE]
2025-04-30 09:50:59,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241): Updated DB in 20 ms
2025-04-30 09:50:59,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) << 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.1745977882.25 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:50:59,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) >> 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.1745977882.25 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:51:00,607 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4406) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:51:00,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241): Found previous received Instance[pk=136294, uid=1.2.840.113619.2.423.84107009440.1745977882.25, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-04-30 09:51:00,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241): Ignore received Instance[studyUID=343305,seriesUID=1.2.840.113619.2.423.84107009440.1745976838.4,objectUID=1.2.840.113619.2.423.84107009440.1745977882.25] with equal digest
2025-04-30 09:51:00,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241): Updated DB in 3 ms
2025-04-30 09:51:00,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) << 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.1745977882.25 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 09:51:00,913 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) >> A-RELEASE-RQ
2025-04-30 09:51:00,913 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4406) DCM4CHEE<-F6LOGIQ(241) << A-RELEASE-RP
2025-04-30 09:51:00,963 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-F6LOGIQ(241): close Socket[addr=187.91.28.24/187.91.28.24,port=49745,localport=11112]
2025-04-30 09:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 09:51:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 09:51:11,573 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 09:51:11,574 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 09:51:36,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 09:51:36,185 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-04-30 09:51:36,186 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:51:36,187 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-04-30 09:51:36,207 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-04-30 09:51:36,207 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:51:36,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 09:51:38,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 09:51:38,573 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 09:51:55,749 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4387) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:51:55,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Study[pk=11866, uid=1.2.392.200036.9125.2.3619053820161.6598460614.329624, id=*]
2025-04-30 09:51:55,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Series[pk=12511, uid=1.2.392.200036.9125.3.3619053820161.6598460614.329625, no=3001, mod=CR]
2025-04-30 09:51:55,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Instance[pk=136295, uid=1.2.392.200036.9125.9.0.254280062.453911742.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 09:51:55,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Location[pk=136295, systemID=fs1, path=2025/04/30/1B0A46F1/98E202F3/85F26B1F, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 09:51:55,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Updated DB in 83 ms
2025-04-30 09:51:55,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) << 343:C-STORE-RSP[pcid=85, 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.254280062.453911742.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:51:56,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) >> 353:C-STORE-RQ[pcid=85, 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.254280062.1846486206.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 09:52:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 09:52:09,826 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:52:09,832 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:52:11,575 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 09:52:11,576 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 09:52:36,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 09:52:36,209 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 09:52:36,209 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 09:52:36,210 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-04-30 09:52:36,211 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:52:36,211 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 09:52:36,231 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-04-30 09:52:36,231 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:52:36,231 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 09:52:38,573 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 09:52:38,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 09:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 09:53:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 09:53:05,704 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-04-30 09:53:05,707 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-04-30 09:53:11,576 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 09:53:11,577 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 09:53:36,231 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 09:53:36,233 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 09:53:36,234 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-04-30 09:53:36,234 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:53:36,254 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-04-30 09:53:36,254 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:53:36,254 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 09:53:38,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 09:53:38,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 09:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 09:54:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 09:54:11,578 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 09:54:11,579 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 09:54:36,254 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 09:54:36,256 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-04-30 09:54:36,256 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:54:36,281 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-04-30 09:54:36,281 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:54:36,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 09:54:38,579 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 09:54:38,581 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 09:54:42,480 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425095627777&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:42,545 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425095715391&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:42,632 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425095749505&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:42,707 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425095852295&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:42,773 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425095914332&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:42,839 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425100005473&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:42,894 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425100243318&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:42,954 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425100316082&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,014 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425100402217&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,069 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425100427582&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,123 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425100516007&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,184 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101011861&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,239 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101031726&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,296 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101112095&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,356 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101128509&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,415 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101202010&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,476 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101217377&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,540 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101230427&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,623 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101256093&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,682 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101314030&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,737 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101509731&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,798 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101630564&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,857 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101652950&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,912 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101756683&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:54:43,970 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1928&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425095627457&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425101843821&contentType=image/jpeg from null@162.240.235.97
2025-04-30 09:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 09:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 09:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4423) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4423) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 09:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 09:55:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 09:55:11,579 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 09:55:11,581 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 09:55:26,989 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52215,localport=11112]
2025-04-30 09:55:26,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242) >> A-ASSOCIATE-RQ
2025-04-30 09:55:26,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242) << A-ASSOCIATE-AC
2025-04-30 09:55:27,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:28,973 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4428) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:55:28,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Found previous received Instance[pk=136289, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094707958, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 09:55:28,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094707958] with equal digest
2025-04-30 09:55:28,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Updated DB in 16 ms
2025-04-30 09:55:28,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094707958 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:29,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:29,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4428) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:55:29,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Found previous received Instance[pk=136290, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094750664, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 09:55:29,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094750664] with equal digest
2025-04-30 09:55:29,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Updated DB in 8 ms
2025-04-30 09:55:29,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094750664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:29,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:30,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4428) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:55:30,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Found previous received Instance[pk=136291, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094837115, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 09:55:30,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094837115] with equal digest
2025-04-30 09:55:30,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Updated DB in 9 ms
2025-04-30 09:55:30,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094837115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:30,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:30,572 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4428) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:55:30,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Found previous received Instance[pk=136292, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094859452, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 09:55:30,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094859452] with equal digest
2025-04-30 09:55:30,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Updated DB in 9 ms
2025-04-30 09:55:30,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094859452 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:30,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:31,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4428) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:55:31,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Found previous received Instance[pk=136293, uid=1.2.410.200001.101.11.501.1791052210.3.20250430094912244, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 09:55:31,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Ignore received Instance[studyUID=343301,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430094707532,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430094912244] with equal digest
2025-04-30 09:55:31,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242): Updated DB in 9 ms
2025-04-30 09:55:31,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430094912244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:55:31,971 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242) >> A-RELEASE-RQ
2025-04-30 09:55:31,971 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4428) DCM4CHEE<-HS50US07(242) << A-RELEASE-RP
2025-04-30 09:55:32,022 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS50US07(242): close Socket[addr=187.91.28.24/187.91.28.24,port=52215,localport=11112]
2025-04-30 09:55:36,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 09:55:36,283 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-04-30 09:55:36,283 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:55:36,305 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-04-30 09:55:36,305 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:55:36,305 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 09:55:38,581 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 09:55:38,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 09:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 09:56:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 09:56:11,581 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 09:56:11,582 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 09:56:29,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4387) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 09:56:29,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Instance[pk=136296, uid=1.2.392.200036.9125.9.0.254280062.1846486206.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 09:56:29,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Location[pk=136296, systemID=fs1, path=2025/04/30/1B0A46F1/98E202F3/19E4C960, tsuid=1.2.840.10008.1.2, size=14015768, status=OK, objectType=DICOM_FILE]
2025-04-30 09:56:29,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Updated DB in 16 ms
2025-04-30 09:56:29,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) << 353:C-STORE-RSP[pcid=85, 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.254280062.1846486206.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:56:29,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) >> 365:C-STORE-RQ[pcid=85, 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.254280062.2920293566.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 09:56:36,305 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 09:56:36,307 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 09:56:36,308 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-04-30 09:56:36,308 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:56:36,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 09:56:36,336 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:56:36,336 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 09:56:38,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 09:56:38,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 09:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 09:57:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 09:57:09,832 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:57:09,835 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 09:57:11,583 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 09:57:11,584 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 09:57:36,336 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 09:57:36,337 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 09:57:36,338 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-04-30 09:57:36,338 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:57:36,358 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-04-30 09:57:36,359 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:57:36,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 09:57:38,587 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 09:57:38,589 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 09:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 09:58:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 09:58:05,707 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-04-30 09:58:05,925 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) Calculated size of 4 studies
2025-04-30 09:58:05,925 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-04-30 09:58:11,584 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 09:58:11,585 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 09:58:36,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 09:58:36,360 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-04-30 09:58:36,360 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:58:36,381 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-04-30 09:58:36,381 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:58:36,381 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 09:58:38,589 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 09:58:38,591 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 09:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 09:59:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 09:59:11,585 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 09:59:11,587 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 09:59:36,381 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 09:59:36,382 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 09:59:36,383 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 09:59:36,383 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 09:59:36,390 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-04-30 09:59:36,390 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:59:36,391 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 09:59:36,416 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-04-30 09:59:36,416 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 09:59:36,417 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 09:59:38,591 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 09:59:38,593 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 10:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 10:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 10:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4445) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4445) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 10:00:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 10:00:04,814 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52105,localport=11112]
2025-04-30 10:00:04,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) >> A-ASSOCIATE-RQ
2025-04-30 10:00:04,815 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) << A-ASSOCIATE-AC
2025-04-30 10:00:05,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095648170 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:10,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:10,602 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Patient[pk=10438, id=PatientID[pk=10438, id=234751, issuer=DCM4CHEE.6EEC68C8.0DB093D2], name=INAH INARE HERMENEGILDO DA SILVA]
2025-04-30 10:00:10,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Study[pk=11867, uid=234751, id=38515]
2025-04-30 10:00:10,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Series[pk=12512, uid=1.2.410.200001.101.11.301.1123109166.2.20250430095647846, no=1, mod=US]
2025-04-30 10:00:10,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136297, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095648170, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:00:10,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136297, systemID=fs1, path=2025/04/30/58397620/31E5D72A/FF90935A, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:10,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 63 ms
2025-04-30 10:00:10,648 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) No duplicate record with equal Patient ID found Patient[pk=10438, id=PatientID[pk=10438, id=234751, issuer=DCM4CHEE.6EEC68C8.0DB093D2], name=INAH INARE HERMENEGILDO DA SILVA]
2025-04-30 10:00:10,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095648170 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:10,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095801047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:11,587 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 10:00:11,588 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 10:00:17,387 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:17,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136298, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095801047, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:00:17,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136298, systemID=fs1, path=2025/04/30/58397620/31E5D72A/02BEB3E4, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:17,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 19 ms
2025-04-30 10:00:17,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095801047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:17,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095812370 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:23,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:23,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136299, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095812370, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:00:23,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136299, systemID=fs1, path=2025/04/30/58397620/31E5D72A/02CD4B5D, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:23,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 19 ms
2025-04-30 10:00:23,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095812370 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:23,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095850285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:30,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:30,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136300, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095850285, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:00:30,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136300, systemID=fs1, path=2025/04/30/58397620/31E5D72A/0304BD06, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:30,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 19 ms
2025-04-30 10:00:30,739 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095850285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:30,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095926943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:36,417 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 10:00:36,418 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-04-30 10:00:36,418 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:00:36,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 10:00:36,441 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:00:36,441 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 10:00:37,798 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:37,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136301, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095926943, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:00:37,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136301, systemID=fs1, path=2025/04/30/58397620/31E5D72A/04922325, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:37,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 13 ms
2025-04-30 10:00:37,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095926943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:38,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430095948982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:38,594 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 10:00:38,596 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 10:00:45,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:45,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136302, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095948982, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:00:45,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136302, systemID=fs1, path=2025/04/30/58397620/31E5D72A/04AF3B60, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:45,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 54 ms
2025-04-30 10:00:45,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430095948982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:45,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430100033670 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:52,509 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:52,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136303, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100033670, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:00:52,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136303, systemID=fs1, path=2025/04/30/58397620/31E5D72A/DA1DE7EE, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:52,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 20 ms
2025-04-30 10:00:52,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) << 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.20250430100033670 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:52,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430100119990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:00:59,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:00:59,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Instance[pk=136304, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100119990, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:00:59,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Create Location[pk=136304, systemID=fs1, path=2025/04/30/58397620/31E5D72A/DBB95746, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:00:59,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243): Updated DB in 20 ms
2025-04-30 10:00:59,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) << 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.20250430100119990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:00,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) >> A-RELEASE-RQ
2025-04-30 10:01:00,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(243) << A-RELEASE-RP
2025-04-30 10:01:00,124 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(243): close Socket[addr=187.91.28.24/187.91.28.24,port=52105,localport=11112]
2025-04-30 10:01:00,459 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52106,localport=11112]
2025-04-30 10:01:00,459 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) >> A-ASSOCIATE-RQ
2025-04-30 10:01:00,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) << A-ASSOCIATE-AC
2025-04-30 10:01:00,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095648170 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:02,513 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4387) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:02,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Instance[pk=136305, uid=1.2.392.200036.9125.9.0.254280062.2920293566.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 10:01:02,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Location[pk=136305, systemID=fs1, path=2025/04/30/1B0A46F1/98E202F3/B8712041, tsuid=1.2.840.10008.1.2, size=14015770, status=OK, objectType=DICOM_FILE]
2025-04-30 10:01:02,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Updated DB in 12 ms
2025-04-30 10:01:02,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) << 365:C-STORE-RSP[pcid=85, 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.254280062.2920293566.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:02,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) >> 377:C-STORE-RQ[pcid=85, 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.254280061.3574408382.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 10:01:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 10:01:06,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:06,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136297, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095648170, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:01:06,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430095648170] with equal digest
2025-04-30 10:01:06,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 4 ms
2025-04-30 10:01:06,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095648170 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:07,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095722277 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:11,588 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 10:01:11,589 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 10:01:14,371 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:14,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Create Instance[pk=136306, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095722277, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:01:14,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Create Location[pk=136306, systemID=fs1, path=2025/04/30/58397620/31E5D72A/01268685, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:01:14,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 14 ms
2025-04-30 10:01:14,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095722277 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:14,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095801047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:18,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:18,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136298, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095801047, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:01:18,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430095801047] with equal digest
2025-04-30 10:01:18,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 3 ms
2025-04-30 10:01:18,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095801047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:18,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095812370 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:20,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:20,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135082, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083336142, class=1.2.840.10008.5.1.4.1.1.3.1, no=19]
2025-04-30 10:01:20,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083336142] with equal digest
2025-04-30 10:01:20,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:01:20,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 18: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.20250426083336142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:20,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083344293 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:24,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:24,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136299, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095812370, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:01:24,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430095812370] with equal digest
2025-04-30 10:01:24,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 3 ms
2025-04-30 10:01:24,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095812370 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:25,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095850285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:31,976 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:31,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136300, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095850285, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:01:31,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430095850285] with equal digest
2025-04-30 10:01:31,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 3 ms
2025-04-30 10:01:31,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) 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.20250430095850285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:32,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430095926943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:36,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:36,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136301, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095926943, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:01:36,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430095926943] with equal digest
2025-04-30 10:01:36,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 3 ms
2025-04-30 10:01:36,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430095926943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:36,441 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 10:01:36,442 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 10:01:36,443 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-04-30 10:01:36,443 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:01:36,464 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-04-30 10:01:36,464 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:01:36,464 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 10:01:36,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430095948982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:38,596 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 10:01:38,598 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 10:01:41,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:41,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136302, uid=1.2.410.200001.101.11.301.1123109166.3.20250430095948982, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:01:41,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430095948982] with equal digest
2025-04-30 10:01:41,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 3 ms
2025-04-30 10:01:41,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) << 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.20250430095948982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:41,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430100005854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:48,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:48,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Create Instance[pk=136307, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100005854, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:01:48,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Create Location[pk=136307, systemID=fs1, path=2025/04/30/58397620/31E5D72A/D9F49171, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:01:48,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 7 ms
2025-04-30 10:01:48,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) << 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.20250430100005854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:48,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) >> 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.20250430100033670 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:50,276 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:50,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135083, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083344293, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 10:01:50,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083344293] with equal digest
2025-04-30 10:01:50,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 4 ms
2025-04-30 10:01:50,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083344293 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:50,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083353074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:55,503 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:55,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136303, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100033670, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:01:55,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100033670] with equal digest
2025-04-30 10:01:55,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 3 ms
2025-04-30 10:01:55,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) << 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.20250430100033670 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:55,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) >> 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.20250430100119990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:01:59,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4445) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:01:59,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Found previous received Instance[pk=136304, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100119990, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:01:59,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430095647846,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100119990] with equal digest
2025-04-30 10:01:59,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244): Updated DB in 2 ms
2025-04-30 10:01:59,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) << 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.20250430100119990 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:02:00,107 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) >> A-RELEASE-RQ
2025-04-30 10:02:00,107 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4445) DCM4CHEE<-HS30(244) << A-RELEASE-RP
2025-04-30 10:02:00,158 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(244): close Socket[addr=187.91.28.24/187.91.28.24,port=52106,localport=11112]
2025-04-30 10:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 10:02:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 10:02:09,835 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:02:09,840 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:02:11,590 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 10:02:11,591 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 10:02:20,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:02:20,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135084, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083353074, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 10:02:20,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083353074] with equal digest
2025-04-30 10:02:20,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 12 ms
2025-04-30 10:02:20,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083353074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:02:20,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083401531 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:02:36,464 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 10:02:36,466 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 10:02:36,467 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-04-30 10:02:36,467 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:02:36,487 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-04-30 10:02:36,487 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:02:36,487 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 10:02:38,598 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 10:02:38,601 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 10:02:52,704 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:02:52,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135085, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083401531, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 10:02:52,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083401531] with equal digest
2025-04-30 10:02:52,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 10 ms
2025-04-30 10:02:52,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083401531 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:02:52,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083412007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:02:59,775 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52113,localport=11112]
2025-04-30 10:02:59,776 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) >> A-ASSOCIATE-RQ
2025-04-30 10:02:59,776 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) << A-ASSOCIATE-AC
2025-04-30 10:02:59,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095247457 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 10:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 10:03:04,039 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:04,056 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Patient[pk=10439, id=PatientID[pk=10439, id=227089, issuer=DCM4CHEE.1D0A490B.0BD183EC], name=WANESSA ODORICO ONORIO]
2025-04-30 10:03:04,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Study[pk=11868, uid=227089, id=38549]
2025-04-30 10:03:04,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Series[pk=12513, uid=1.2.410.200001.101.11.301.1144174170.2.20250430095247143, no=1, mod=US]
2025-04-30 10:03:04,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136308, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095247457, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:03:04,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136308, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/FFEA314F, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:04,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 43 ms
2025-04-30 10:03:04,085 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) No duplicate record with equal Patient ID found Patient[pk=10439, id=PatientID[pk=10439, id=227089, issuer=DCM4CHEE.1D0A490B.0BD183EC], name=WANESSA ODORICO ONORIO]
2025-04-30 10:03:04,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095247457 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:04,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095303151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:05,925 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 10:03:05,928 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 10:03:06,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:06,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136309, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095303151, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:03:06,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136309, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/0164CF25, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:06,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 29 ms
2025-04-30 10:03:06,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095303151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:06,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095326853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:09,275 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:09,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136310, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095326853, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:03:09,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136310, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/0182758D, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:09,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 22 ms
2025-04-30 10:03:09,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095326853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:09,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095510522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:11,591 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 10:03:11,592 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 10:03:12,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:12,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136311, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095510522, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:03:12,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136311, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/04DB496F, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:12,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 24 ms
2025-04-30 10:03:12,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095510522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:12,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095653479 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:16,197 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:16,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136312, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095653479, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:03:16,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136312, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/06C9DA10, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:16,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 11 ms
2025-04-30 10:03:16,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) 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.1144174170.3.20250430095653479 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:16,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430095826696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:19,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:19,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136313, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095826696, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:03:19,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136313, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/0A0AA9A5, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:19,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 13 ms
2025-04-30 10:03:19,467 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430095826696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:19,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430100101828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:21,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:21,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136314, uid=1.2.410.200001.101.11.301.1144174170.3.20250430100101828, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:03:21,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136314, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/E2D501FF, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:21,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 11 ms
2025-04-30 10:03:21,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) << 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.20250430100101828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:21,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430100133065 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:23,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:23,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135086, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083412007, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 10:03:23,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083412007] with equal digest
2025-04-30 10:03:23,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:03:23,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083412007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:23,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083441352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:24,639 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4458) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:03:24,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Instance[pk=136315, uid=1.2.410.200001.101.11.301.1144174170.3.20250430100133065, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:03:24,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Create Location[pk=136315, systemID=fs1, path=2025/04/30/582CA1DA/323FC428/E30013B1, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-04-30 10:03:24,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245): Updated DB in 20 ms
2025-04-30 10:03:24,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) << 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.20250430100133065 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:03:24,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) >> A-RELEASE-RQ
2025-04-30 10:03:24,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4458) DCM4CHEE<-HS30(245) << A-RELEASE-RP
2025-04-30 10:03:24,904 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(245): close Socket[addr=187.91.28.24/187.91.28.24,port=52113,localport=11112]
2025-04-30 10:03:36,488 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 10:03:36,489 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 10:03:36,490 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-04-30 10:03:36,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:03:36,511 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-04-30 10:03:36,511 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:03:36,511 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 10:03:38,601 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 10:03:38,603 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 10:04:01,827 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:04:01,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135087, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083441352, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 10:04:01,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083441352] with equal digest
2025-04-30 10:04:01,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:04:01,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083441352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:04:02,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083518862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 10:04:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 10:04:11,592 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 10:04:11,593 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 10:04:36,408 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:04:36,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135088, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083518862, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 10:04:36,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083518862] with equal digest
2025-04-30 10:04:36,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 11 ms
2025-04-30 10:04:36,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083518862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:04:36,512 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 10:04:36,512 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 10:04:36,513 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 10:04:36,514 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-04-30 10:04:36,514 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:04:36,540 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-04-30 10:04:36,541 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:04:36,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 10:04:36,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083602190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:04:38,604 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 10:04:38,606 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 10:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 10:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 10:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4467) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4467) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 10:05:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 10:05:11,594 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 10:05:11,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 10:05:14,500 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:05:14,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135090, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083602190, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 10:05:14,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083602190] with equal digest
2025-04-30 10:05:14,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:05:14,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083602190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:05:14,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083637413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:05:35,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4387) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:05:35,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Instance[pk=136316, uid=1.2.392.200036.9125.9.0.254280061.3574408382.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 10:05:35,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Create Location[pk=136316, systemID=fs1, path=2025/04/30/1B0A46F1/98E202F3/358E063E, tsuid=1.2.840.10008.1.2, size=14015770, status=OK, objectType=DICOM_FILE]
2025-04-30 10:05:35,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230): Updated DB in 11 ms
2025-04-30 10:05:35,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) << 377:C-STORE-RSP[pcid=85, 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.254280061.3574408382.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:05:36,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) >> A-RELEASE-RQ
2025-04-30 10:05:36,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4387) DCM4CHEE<-FCR-CSL1(230) << A-RELEASE-RP
2025-04-30 10:05:36,110 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-FCR-CSL1(230): close Socket[addr=187.91.28.24/187.91.28.24,port=49600,localport=11112]
2025-04-30 10:05:36,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 10:05:36,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:05:36,562 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-04-30 10:05:36,563 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:05:36,563 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 10:05:38,606 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 10:05:38,609 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 10:05:49,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:05:49,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135091, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083637413, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 10:05:49,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083637413] with equal digest
2025-04-30 10:05:49,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:05:49,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083637413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:05:49,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426083825615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 10:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 10:06:11,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 10:06:11,597 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 10:06:19,870 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52216,localport=11112]
2025-04-30 10:06:19,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) >> A-ASSOCIATE-RQ
2025-04-30 10:06:19,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) << A-ASSOCIATE-AC
2025-04-30 10:06:20,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:21,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:21,933 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Patient[pk=10440, id=PatientID[pk=10440, id=343307, issuer=DCM4CHEE.9D654682.0875DB10], name=RITA DE CASSIA RAINHO]
2025-04-30 10:06:21,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Study[pk=11869, uid=343307, id=38555]
2025-04-30 10:06:21,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Series[pk=12514, uid=1.2.410.200001.101.11.501.1791052210.2.20250430100332972, no=1, mod=US]
2025-04-30 10:06:21,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:06:21,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136317, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/817CD494, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:21,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 48 ms
2025-04-30 10:06:21,968 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) No duplicate record with equal Patient ID found Patient[pk=10440, id=PatientID[pk=10440, id=343307, issuer=DCM4CHEE.9D654682.0875DB10], name=RITA DE CASSIA RAINHO]
2025-04-30 10:06:21,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:22,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:22,464 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:22,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:06:22,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136318, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/818AE434, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:22,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 18 ms
2025-04-30 10:06:22,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:22,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:23,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:23,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:06:23,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136319, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/819977F8, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:23,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 7 ms
2025-04-30 10:06:23,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:23,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:23,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:23,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:06:23,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136320, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/8308CB30, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:23,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 19 ms
2025-04-30 10:06:23,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:23,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:24,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:24,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:06:24,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136321, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/83247EF1, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:24,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 10 ms
2025-04-30 10:06:24,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:24,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:24,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:24,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:06:24,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136322, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/868C5E51, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:24,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 12 ms
2025-04-30 10:06:24,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:24,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:25,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:25,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:06:25,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136323, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/869A8153, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:25,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 5 ms
2025-04-30 10:06:25,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:25,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:25,754 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:25,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:06:25,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136324, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/86A81C20, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:25,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 5 ms
2025-04-30 10:06:25,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:26,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:26,707 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:26,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:06:26,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136325, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/86AADDD8, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:26,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 22 ms
2025-04-30 10:06:26,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:26,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:27,224 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:27,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:06:27,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Create Location[pk=136326, systemID=fs1, path=2025/04/30/59FBE248/B3D21538/86B7A35E, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 10:06:27,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246): Updated DB in 16 ms
2025-04-30 10:06:27,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:27,443 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) >> A-RELEASE-RQ
2025-04-30 10:06:27,443 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(246) << A-RELEASE-RP
2025-04-30 10:06:27,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(246): close Socket[addr=187.91.28.24/187.91.28.24,port=52216,localport=11112]
2025-04-30 10:06:27,842 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52218,localport=11112]
2025-04-30 10:06:27,843 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) >> A-ASSOCIATE-RQ
2025-04-30 10:06:27,843 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) << A-ASSOCIATE-AC
2025-04-30 10:06:28,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:28,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:28,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135092, uid=1.2.410.200001.101.11.601.1501430850.3.20250426083825615, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 10:06:28,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426083825615] with equal digest
2025-04-30 10:06:28,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:06:28,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426083825615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:28,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426084226401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:29,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:29,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:06:29,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352] with equal digest
2025-04-30 10:06:29,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 8 ms
2025-04-30 10:06:29,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:30,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:30,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:30,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:06:30,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120] with equal digest
2025-04-30 10:06:30,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 3 ms
2025-04-30 10:06:30,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:30,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:31,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:31,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:06:31,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355] with equal digest
2025-04-30 10:06:31,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 2 ms
2025-04-30 10:06:31,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:31,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:31,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:31,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:06:31,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542] with equal digest
2025-04-30 10:06:31,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 2 ms
2025-04-30 10:06:31,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:31,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:32,058 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:32,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:06:32,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397] with equal digest
2025-04-30 10:06:32,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 3 ms
2025-04-30 10:06:32,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:32,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:32,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:32,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:06:32,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362] with equal digest
2025-04-30 10:06:32,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 3 ms
2025-04-30 10:06:32,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:32,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:33,056 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:33,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:06:33,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682] with equal digest
2025-04-30 10:06:33,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 3 ms
2025-04-30 10:06:33,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:33,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:33,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:33,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:06:33,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418] with equal digest
2025-04-30 10:06:33,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 3 ms
2025-04-30 10:06:33,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:33,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:34,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:34,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:06:34,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614] with equal digest
2025-04-30 10:06:34,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 3 ms
2025-04-30 10:06:34,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:34,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:34,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4476) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:06:34,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Found previous received Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:06:34,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902] with equal digest
2025-04-30 10:06:34,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247): Updated DB in 2 ms
2025-04-30 10:06:34,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:06:34,754 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) >> A-RELEASE-RQ
2025-04-30 10:06:34,754 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4476) DCM4CHEE<-HS50US07(247) << A-RELEASE-RP
2025-04-30 10:06:34,805 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(247): close Socket[addr=187.91.28.24/187.91.28.24,port=52218,localport=11112]
2025-04-30 10:06:36,563 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 10:06:36,564 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 10:06:36,565 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-04-30 10:06:36,565 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:06:36,585 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-04-30 10:06:36,585 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:06:36,585 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 10:06:38,609 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 10:06:38,611 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 10:07:02,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:02,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135093, uid=1.2.410.200001.101.11.601.1501430850.3.20250426084226401, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 10:07:02,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426084226401] with equal digest
2025-04-30 10:07:02,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:07:02,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426084226401 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:02,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> 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.20250426084317650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 10:07:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 10:07:08,233 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52108,localport=11112]
2025-04-30 10:07:08,234 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248) >> A-ASSOCIATE-RQ
2025-04-30 10:07:08,234 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248) << A-ASSOCIATE-AC
2025-04-30 10:07:08,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100544671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:09,841 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:07:09,846 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:07:11,597 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 10:07:11,598 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 10:07:14,103 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:14,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Series[pk=12515, uid=1.2.410.200001.101.11.301.1123109166.2.20250430100534645, no=2, mod=US]
2025-04-30 10:07:14,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Instance[pk=136327, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100544671, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:07:14,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Location[pk=136327, systemID=fs1, path=2025/04/30/58397620/14FC354F/E2B4AEEA, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:14,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Updated DB in 21 ms
2025-04-30 10:07:14,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100544671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:14,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100559618 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:16,498 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49828,localport=11112]
2025-04-30 10:07:16,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) >> A-ASSOCIATE-RQ
2025-04-30 10:07:16,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) << A-ASSOCIATE-AC
2025-04-30 10:07:16,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) >> 18: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.1745978859.35 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:18,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4481) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:18,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Supplement attributes of Study[pk=11519, uid=1448, id=37430]:
(0010,1010) AS [065Y] PatientAge

2025-04-30 10:07:18,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Supplement attributes of Patient[pk=10149, id=PatientID[pk=10149, id=1448, issuer=DCM4CHEE.09D25610.0707E132], name=LINDALVA SOUZA ANDRADE]:
(0010,0032) TM [000000] PatientBirthTime

2025-04-30 10:07:18,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Create Series[pk=12516, uid=1.2.840.113619.2.423.84107009440.1745978070.34, no=1, mod=US]
2025-04-30 10:07:18,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Create Instance[pk=136328, uid=1.2.840.113619.2.423.84107009440.1745978859.35, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 10:07:18,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Create Location[pk=136328, systemID=fs1, path=2025/04/30/00170FE7/FE0FB479/0B9E61C7, tsuid=1.2.840.10008.1.2.1, size=692622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:18,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Updated DB in 70 ms
2025-04-30 10:07:18,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) << 18: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.1745978859.35 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:19,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) >> 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.1745978859.35 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:19,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:19,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Instance[pk=136329, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100559618, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:07:19,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Location[pk=136329, systemID=fs1, path=2025/04/30/58397620/14FC354F/E2C50B93, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:19,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Updated DB in 10 ms
2025-04-30 10:07:19,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100559618 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:19,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100627454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:19,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4481) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:19,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Found previous received Instance[pk=136328, uid=1.2.840.113619.2.423.84107009440.1745978859.35, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 10:07:19,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978859.35] with equal digest
2025-04-30 10:07:19,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249): Updated DB in 3 ms
2025-04-30 10:07:19,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) << 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.1745978859.35 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:20,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) >> A-RELEASE-RQ
2025-04-30 10:07:20,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4481) DCM4CHEE<-F6LOGIQ(249) << A-RELEASE-RP
2025-04-30 10:07:20,323 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-F6LOGIQ(249): close Socket[addr=187.91.28.24/187.91.28.24,port=49828,localport=11112]
2025-04-30 10:07:24,733 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:24,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Instance[pk=136330, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100627454, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:07:24,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Location[pk=136330, systemID=fs1, path=2025/04/30/58397620/14FC354F/E44EADE7, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:24,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Updated DB in 15 ms
2025-04-30 10:07:24,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100627454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:24,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100717997 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:31,420 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:31,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Instance[pk=136331, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100717997, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:07:31,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Location[pk=136331, systemID=fs1, path=2025/04/30/58397620/14FC354F/E5F58249, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:31,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Updated DB in 13 ms
2025-04-30 10:07:31,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100717997 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:31,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100810371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:33,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:33,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Found previous received Instance[pk=135094, uid=1.2.410.200001.101.11.601.1501430850.3.20250426084317650, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-04-30 10:07:33,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Ignore received Instance[studyUID=343174,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426081235137,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426084317650] with equal digest
2025-04-30 10:07:33,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220): Updated DB in 3 ms
2025-04-30 10:07:33,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << 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.20250426084317650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:33,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) >> A-RELEASE-RQ
2025-04-30 10:07:33,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(220) << A-RELEASE-RP
2025-04-30 10:07:33,650 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS60MT(220): close Socket[addr=187.91.28.24/187.91.28.24,port=49738,localport=11112]
2025-04-30 10:07:34,016 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49760,localport=11112]
2025-04-30 10:07:34,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250) >> A-ASSOCIATE-RQ
2025-04-30 10:07:34,017 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250) << A-ASSOCIATE-AC
2025-04-30 10:07:34,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110330855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:36,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 10:07:36,587 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-04-30 10:07:36,587 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:07:36,588 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 10:07:36,610 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-04-30 10:07:36,610 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:07:36,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 10:07:36,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 10:07:37,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:37,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Instance[pk=136332, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100810371, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:07:37,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Location[pk=136332, systemID=fs1, path=2025/04/30/58397620/14FC354F/E7A71585, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:37,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Updated DB in 4 ms
2025-04-30 10:07:37,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100810371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:38,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100854410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:38,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 10:07:38,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 10:07:44,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:44,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Instance[pk=136333, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100854410, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:07:44,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Create Location[pk=136333, systemID=fs1, path=2025/04/30/58397620/14FC354F/E7E1480B, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:44,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248): Updated DB in 10 ms
2025-04-30 10:07:44,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(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.301.1123109166.3.20250430100854410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:45,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248) >> A-RELEASE-RQ
2025-04-30 10:07:45,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(248) << A-RELEASE-RP
2025-04-30 10:07:45,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(248): close Socket[addr=187.91.28.24/187.91.28.24,port=52108,localport=11112]
2025-04-30 10:07:45,586 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52109,localport=11112]
2025-04-30 10:07:45,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251) >> A-ASSOCIATE-RQ
2025-04-30 10:07:45,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251) << A-ASSOCIATE-AC
2025-04-30 10:07:45,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100534955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:46,740 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49829,localport=11112]
2025-04-30 10:07:46,740 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) >> A-ASSOCIATE-RQ
2025-04-30 10:07:46,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) << A-ASSOCIATE-AC
2025-04-30 10:07:47,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) >> 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.1745978891.39 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:49,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4482) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:49,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252): Create Instance[pk=136334, uid=1.2.840.113619.2.423.84107009440.1745978891.39, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 10:07:49,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252): Create Location[pk=136334, systemID=fs1, path=2025/04/30/00170FE7/FE0FB479/0BD31CD7, tsuid=1.2.840.10008.1.2.1, size=692624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:49,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252): Updated DB in 17 ms
2025-04-30 10:07:49,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) << 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.1745978891.39 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:49,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) >> 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.1745978891.39 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:50,177 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4482) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:50,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252): Found previous received Instance[pk=136334, uid=1.2.840.113619.2.423.84107009440.1745978891.39, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 10:07:50,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978891.39] with equal digest
2025-04-30 10:07:50,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252): Updated DB in 2 ms
2025-04-30 10:07:50,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) << 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.1745978891.39 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:07:50,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) >> A-RELEASE-RQ
2025-04-30 10:07:50,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4482) DCM4CHEE<-F6LOGIQ(252) << A-RELEASE-RP
2025-04-30 10:07:50,506 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-F6LOGIQ(252): close Socket[addr=187.91.28.24/187.91.28.24,port=49829,localport=11112]
2025-04-30 10:07:55,260 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101109055&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,359 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101118214&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,439 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101125681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,501 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101221859&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,563 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101404488&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,619 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101416970&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,676 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101424514&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,738 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101432128&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,792 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101444036&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,843 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301095431443&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,898 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301095529003&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:55,963 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301095728637&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,024 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301095759881&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,083 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301095919945&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,151 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301095954333&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,211 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301100310468&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,268 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301100340944&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,325 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301100357886&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,379 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301095339644&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,439 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301100535220&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,492 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301100559556&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,546 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301100901773&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,597 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101048652&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:56,650 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341297&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250301095339321&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250301101057569&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:07:57,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:07:57,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Create Instance[pk=136335, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100534955, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:07:57,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Create Location[pk=136335, systemID=fs1, path=2025/04/30/58397620/14FC354F/E2A6A272, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 10:07:57,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Updated DB in 14 ms
2025-04-30 10:07:57,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100534955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:07:57,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100544671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:01,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:01,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Found previous received Instance[pk=136327, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100544671, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:08:01,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430100534645,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100544671] with equal digest
2025-04-30 10:08:01,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Updated DB in 4 ms
2025-04-30 10:08:01,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100544671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:01,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100559618 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 10:08:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 10:08:05,928 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 10:08:06,068 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 2 studies
2025-04-30 10:08:06,068 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 10:08:06,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:06,991 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49832,localport=11112]
2025-04-30 10:08:06,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) >> A-ASSOCIATE-RQ
2025-04-30 10:08:06,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) << A-ASSOCIATE-AC
2025-04-30 10:08:06,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Found previous received Instance[pk=136329, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100559618, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:08:06,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430100534645,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100559618] with equal digest
2025-04-30 10:08:06,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Updated DB in 3 ms
2025-04-30 10:08:06,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100559618 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:07,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100627454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:07,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) >> 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.1745978911.43 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:09,272 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4483) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:09,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253): Create Instance[pk=136336, uid=1.2.840.113619.2.423.84107009440.1745978911.43, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 10:08:09,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253): Create Location[pk=136336, systemID=fs1, path=2025/04/30/00170FE7/FE0FB479/0D173987, tsuid=1.2.840.10008.1.2.1, size=692624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:08:09,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253): Updated DB in 12 ms
2025-04-30 10:08:09,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) << 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.1745978911.43 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:09,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) >> 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.1745978911.43 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:10,405 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4483) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:10,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253): Found previous received Instance[pk=136336, uid=1.2.840.113619.2.423.84107009440.1745978911.43, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 10:08:10,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978911.43] with equal digest
2025-04-30 10:08:10,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253): Updated DB in 3 ms
2025-04-30 10:08:10,409 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) << 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.1745978911.43 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:10,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) >> A-RELEASE-RQ
2025-04-30 10:08:10,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4483) DCM4CHEE<-F6LOGIQ(253) << A-RELEASE-RP
2025-04-30 10:08:10,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-F6LOGIQ(253): close Socket[addr=187.91.28.24/187.91.28.24,port=49832,localport=11112]
2025-04-30 10:08:11,598 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 10:08:11,600 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 10:08:13,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:13,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Found previous received Instance[pk=136330, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100627454, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:08:13,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430100534645,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100627454] with equal digest
2025-04-30 10:08:13,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Updated DB in 3 ms
2025-04-30 10:08:13,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100627454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:13,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100717997 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:21,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:21,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Found previous received Instance[pk=136331, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100717997, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:08:21,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430100534645,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100717997] with equal digest
2025-04-30 10:08:21,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Updated DB in 3 ms
2025-04-30 10:08:21,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100717997 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:21,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100810371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:21,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:21,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Found previous received Instance[pk=135472, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110330855, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:08:21,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110330855] with equal digest
2025-04-30 10:08:21,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Updated DB in 4 ms
2025-04-30 10:08:21,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110330855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:22,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110421872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:27,194 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49834,localport=11112]
2025-04-30 10:08:27,194 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) >> A-ASSOCIATE-RQ
2025-04-30 10:08:27,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) << A-ASSOCIATE-AC
2025-04-30 10:08:27,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) >> 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.1745978930.47 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:28,424 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:28,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Found previous received Instance[pk=136332, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100810371, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:08:28,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430100534645,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100810371] with equal digest
2025-04-30 10:08:28,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Updated DB in 3 ms
2025-04-30 10:08:28,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) 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.20250430100810371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:28,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430100854410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:29,420 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4487) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:29,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254): Create Instance[pk=136337, uid=1.2.840.113619.2.423.84107009440.1745978930.47, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 10:08:29,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254): Create Location[pk=136337, systemID=fs1, path=2025/04/30/00170FE7/FE0FB479/0D32F42E, tsuid=1.2.840.10008.1.2.1, size=692624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:08:29,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254): Updated DB in 15 ms
2025-04-30 10:08:29,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) << 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.1745978930.47 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:29,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) >> 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.1745978930.47 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:30,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4487) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:30,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254): Found previous received Instance[pk=136337, uid=1.2.840.113619.2.423.84107009440.1745978930.47, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 10:08:30,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978930.47] with equal digest
2025-04-30 10:08:30,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254): Updated DB in 3 ms
2025-04-30 10:08:30,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) << 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.1745978930.47 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:30,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) >> A-RELEASE-RQ
2025-04-30 10:08:30,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4487) DCM4CHEE<-F6LOGIQ(254) << A-RELEASE-RP
2025-04-30 10:08:30,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-F6LOGIQ(254): close Socket[addr=187.91.28.24/187.91.28.24,port=49834,localport=11112]
2025-04-30 10:08:35,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4477) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:35,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Found previous received Instance[pk=136333, uid=1.2.410.200001.101.11.301.1123109166.3.20250430100854410, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:08:35,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430100534645,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430100854410] with equal digest
2025-04-30 10:08:35,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251): Updated DB in 4 ms
2025-04-30 10:08:35,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251) << 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.20250430100854410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:35,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251) >> A-RELEASE-RQ
2025-04-30 10:08:35,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4477) DCM4CHEE<-HS30(251) << A-RELEASE-RP
2025-04-30 10:08:36,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(251): close Socket[addr=187.91.28.24/187.91.28.24,port=52109,localport=11112]
2025-04-30 10:08:36,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 10:08:36,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 10:08:36,613 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:08:36,633 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-04-30 10:08:36,634 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:08:36,634 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 10:08:38,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 10:08:38,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 10:08:41,659 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52219,localport=11112]
2025-04-30 10:08:41,662 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) >> A-ASSOCIATE-RQ
2025-04-30 10:08:41,663 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) << A-ASSOCIATE-AC
2025-04-30 10:08:41,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:43,536 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:43,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:08:43,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352] with equal digest
2025-04-30 10:08:43,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 3 ms
2025-04-30 10:08:43,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:43,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:44,050 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:44,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:08:44,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120] with equal digest
2025-04-30 10:08:44,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 3 ms
2025-04-30 10:08:44,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:44,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:44,562 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:44,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:08:44,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355] with equal digest
2025-04-30 10:08:44,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 2 ms
2025-04-30 10:08:44,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:44,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:45,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:45,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:08:45,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542] with equal digest
2025-04-30 10:08:45,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 3 ms
2025-04-30 10:08:45,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:45,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:45,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:45,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:08:45,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397] with equal digest
2025-04-30 10:08:45,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 3 ms
2025-04-30 10:08:45,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:45,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:46,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:46,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:08:46,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362] with equal digest
2025-04-30 10:08:46,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 2 ms
2025-04-30 10:08:46,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:46,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:46,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:46,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:08:46,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682] with equal digest
2025-04-30 10:08:46,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 2 ms
2025-04-30 10:08:46,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:47,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:47,587 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:47,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:08:47,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418] with equal digest
2025-04-30 10:08:47,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 3 ms
2025-04-30 10:08:47,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:47,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:48,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:48,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:08:48,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614] with equal digest
2025-04-30 10:08:48,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 3 ms
2025-04-30 10:08:48,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:48,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:48,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:48,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Found previous received Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:08:48,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902] with equal digest
2025-04-30 10:08:48,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255): Updated DB in 3 ms
2025-04-30 10:08:48,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:48,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) >> A-RELEASE-RQ
2025-04-30 10:08:48,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(255) << A-RELEASE-RP
2025-04-30 10:08:48,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(255): close Socket[addr=187.91.28.24/187.91.28.24,port=52219,localport=11112]
2025-04-30 10:08:49,369 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52220,localport=11112]
2025-04-30 10:08:49,369 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) >> A-ASSOCIATE-RQ
2025-04-30 10:08:49,370 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) << A-ASSOCIATE-AC
2025-04-30 10:08:49,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:51,500 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:51,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:08:51,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352] with equal digest
2025-04-30 10:08:51,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 4 ms
2025-04-30 10:08:51,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:51,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:52,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:52,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:08:52,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120] with equal digest
2025-04-30 10:08:52,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 2 ms
2025-04-30 10:08:52,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:52,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:52,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:52,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:08:52,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355] with equal digest
2025-04-30 10:08:52,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 2 ms
2025-04-30 10:08:52,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:52,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:52,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:53,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:08:53,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542] with equal digest
2025-04-30 10:08:53,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 3 ms
2025-04-30 10:08:53,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:53,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:53,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:53,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:08:53,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397] with equal digest
2025-04-30 10:08:53,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 2 ms
2025-04-30 10:08:53,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:53,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:54,028 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:54,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:08:54,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362] with equal digest
2025-04-30 10:08:54,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 2 ms
2025-04-30 10:08:54,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:54,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:54,529 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:54,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:08:54,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682] with equal digest
2025-04-30 10:08:54,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 3 ms
2025-04-30 10:08:54,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:54,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:55,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:55,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:08:55,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418] with equal digest
2025-04-30 10:08:55,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 2 ms
2025-04-30 10:08:55,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:55,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:55,536 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:55,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:08:55,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614] with equal digest
2025-04-30 10:08:55,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 2 ms
2025-04-30 10:08:55,540 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:55,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:56,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:56,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Found previous received Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:08:56,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902] with equal digest
2025-04-30 10:08:56,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256): Updated DB in 3 ms
2025-04-30 10:08:56,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:56,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) >> A-RELEASE-RQ
2025-04-30 10:08:56,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(256) << A-RELEASE-RP
2025-04-30 10:08:56,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS50US07(256): close Socket[addr=187.91.28.24/187.91.28.24,port=52220,localport=11112]
2025-04-30 10:08:56,710 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52222,localport=11112]
2025-04-30 10:08:56,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) >> A-ASSOCIATE-RQ
2025-04-30 10:08:56,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) << A-ASSOCIATE-AC
2025-04-30 10:08:56,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:57,455 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49838,localport=11112]
2025-04-30 10:08:57,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) >> A-ASSOCIATE-RQ
2025-04-30 10:08:57,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) << A-ASSOCIATE-AC
2025-04-30 10:08:57,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) >> 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.1745978859.35 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:58,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:58,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:08:58,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352] with equal digest
2025-04-30 10:08:58,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 4 ms
2025-04-30 10:08:58,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:58,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:59,208 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:59,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:08:59,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120] with equal digest
2025-04-30 10:08:59,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 3 ms
2025-04-30 10:08:59,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:59,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:59,664 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4489) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:59,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Found previous received Instance[pk=136328, uid=1.2.840.113619.2.423.84107009440.1745978859.35, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 10:08:59,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978859.35] with equal digest
2025-04-30 10:08:59,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Updated DB in 3 ms
2025-04-30 10:08:59,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) << 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.1745978859.35 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:08:59,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:08:59,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:08:59,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355] with equal digest
2025-04-30 10:08:59,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 3 ms
2025-04-30 10:08:59,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:59,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:08:59,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) >> 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.1745978891.39 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:09:00,211 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:00,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:09:00,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542] with equal digest
2025-04-30 10:09:00,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 3 ms
2025-04-30 10:09:00,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:00,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:00,705 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4489) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:00,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Found previous received Instance[pk=136334, uid=1.2.840.113619.2.423.84107009440.1745978891.39, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 10:09:00,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978891.39] with equal digest
2025-04-30 10:09:00,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Updated DB in 3 ms
2025-04-30 10:09:00,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) << 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.1745978891.39 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:09:00,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:00,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:09:00,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397] with equal digest
2025-04-30 10:09:00,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 2 ms
2025-04-30 10:09:00,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:00,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:00,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) >> 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.1745978911.43 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:09:01,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:01,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Found previous received Instance[pk=135473, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110421872, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:09:01,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110421872] with equal digest
2025-04-30 10:09:01,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Updated DB in 3 ms
2025-04-30 10:09:01,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110421872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:01,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:01,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:09:01,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362] with equal digest
2025-04-30 10:09:01,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 3 ms
2025-04-30 10:09:01,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:01,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110534813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:01,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:01,710 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:01,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:09:01,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682] with equal digest
2025-04-30 10:09:01,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 3 ms
2025-04-30 10:09:01,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:01,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4489) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:01,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Found previous received Instance[pk=136336, uid=1.2.840.113619.2.423.84107009440.1745978911.43, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 10:09:01,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978911.43] with equal digest
2025-04-30 10:09:01,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Updated DB in 3 ms
2025-04-30 10:09:01,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) << 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.1745978911.43 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:09:01,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:02,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) >> 29: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.1745978930.47 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:09:02,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:02,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:09:02,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418] with equal digest
2025-04-30 10:09:02,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 3 ms
2025-04-30 10:09:02,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:02,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:02,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:02,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:09:02,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614] with equal digest
2025-04-30 10:09:02,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 2 ms
2025-04-30 10:09:02,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:02,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4489) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:02,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Found previous received Instance[pk=136337, uid=1.2.840.113619.2.423.84107009440.1745978930.47, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 10:09:02,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Ignore received Instance[studyUID=1448,seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34,objectUID=1.2.840.113619.2.423.84107009440.1745978930.47] with equal digest
2025-04-30 10:09:02,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258): Updated DB in 2 ms
2025-04-30 10:09:02,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) << 29: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.1745978930.47 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:09:02,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 10:09:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 10:09:03,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:03,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Found previous received Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:09:03,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902] with equal digest
2025-04-30 10:09:03,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257): Updated DB in 3 ms
2025-04-30 10:09:03,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:03,233 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) >> A-RELEASE-RQ
2025-04-30 10:09:03,233 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4489) DCM4CHEE<-F6LOGIQ(258) << A-RELEASE-RP
2025-04-30 10:09:03,283 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-F6LOGIQ(258): close Socket[addr=187.91.28.24/187.91.28.24,port=49838,localport=11112]
2025-04-30 10:09:03,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) >> A-RELEASE-RQ
2025-04-30 10:09:03,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(257) << A-RELEASE-RP
2025-04-30 10:09:03,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS50US07(257): close Socket[addr=187.91.28.24/187.91.28.24,port=52222,localport=11112]
2025-04-30 10:09:03,822 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52223,localport=11112]
2025-04-30 10:09:03,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> A-ASSOCIATE-RQ
2025-04-30 10:09:03,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << A-ASSOCIATE-AC
2025-04-30 10:09:04,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:05,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:05,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:09:05,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352] with equal digest
2025-04-30 10:09:05,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 4 ms
2025-04-30 10:09:05,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:06,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:06,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:06,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:09:06,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120] with equal digest
2025-04-30 10:09:06,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 2 ms
2025-04-30 10:09:06,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:06,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:06,922 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:06,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:09:06,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355] with equal digest
2025-04-30 10:09:06,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 3 ms
2025-04-30 10:09:06,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:07,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:07,441 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:07,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:09:07,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542] with equal digest
2025-04-30 10:09:07,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 2 ms
2025-04-30 10:09:07,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:07,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:07,958 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:07,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:09:07,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397] with equal digest
2025-04-30 10:09:07,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 3 ms
2025-04-30 10:09:07,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:08,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:08,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:08,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:09:08,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362] with equal digest
2025-04-30 10:09:08,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 3 ms
2025-04-30 10:09:08,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:08,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:08,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:08,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:09:08,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682] with equal digest
2025-04-30 10:09:08,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 3 ms
2025-04-30 10:09:08,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:09,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:09,513 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:09,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:09:09,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418] with equal digest
2025-04-30 10:09:09,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 2 ms
2025-04-30 10:09:09,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:09,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:10,031 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:10,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:09:10,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614] with equal digest
2025-04-30 10:09:10,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 2 ms
2025-04-30 10:09:10,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:10,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:10,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:10,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Found previous received Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:09:10,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902] with equal digest
2025-04-30 10:09:10,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259): Updated DB in 2 ms
2025-04-30 10:09:10,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:10,753 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) >> A-RELEASE-RQ
2025-04-30 10:09:10,753 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(259) << A-RELEASE-RP
2025-04-30 10:09:10,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS50US07(259): close Socket[addr=187.91.28.24/187.91.28.24,port=52223,localport=11112]
2025-04-30 10:09:11,154 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52224,localport=11112]
2025-04-30 10:09:11,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> A-ASSOCIATE-RQ
2025-04-30 10:09:11,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << A-ASSOCIATE-AC
2025-04-30 10:09:11,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:11,600 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 10:09:11,601 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 10:09:13,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:13,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:09:13,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352] with equal digest
2025-04-30 10:09:13,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 8 ms
2025-04-30 10:09:13,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:13,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:13,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:13,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:09:13,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120] with equal digest
2025-04-30 10:09:13,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 2 ms
2025-04-30 10:09:13,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:13,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:14,253 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:14,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:09:14,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355] with equal digest
2025-04-30 10:09:14,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 3 ms
2025-04-30 10:09:14,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:14,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:14,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:14,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:09:14,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542] with equal digest
2025-04-30 10:09:14,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 3 ms
2025-04-30 10:09:14,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:14,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:15,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:15,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:09:15,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397] with equal digest
2025-04-30 10:09:15,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 2 ms
2025-04-30 10:09:15,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:15,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:15,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:15,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:09:15,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362] with equal digest
2025-04-30 10:09:15,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 3 ms
2025-04-30 10:09:15,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:15,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:16,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:16,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:09:16,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682] with equal digest
2025-04-30 10:09:16,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 3 ms
2025-04-30 10:09:16,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:16,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:16,730 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:16,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:09:16,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418] with equal digest
2025-04-30 10:09:16,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 3 ms
2025-04-30 10:09:16,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:16,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:17,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:17,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:09:17,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614] with equal digest
2025-04-30 10:09:17,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 2 ms
2025-04-30 10:09:17,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:17,429 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:17,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4488) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:17,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Found previous received Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:09:17,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902] with equal digest
2025-04-30 10:09:17,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260): Updated DB in 3 ms
2025-04-30 10:09:17,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:17,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) >> A-RELEASE-RQ
2025-04-30 10:09:17,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4488) DCM4CHEE<-HS50US07(260) << A-RELEASE-RP
2025-04-30 10:09:17,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS50US07(260): close Socket[addr=187.91.28.24/187.91.28.24,port=52224,localport=11112]
2025-04-30 10:09:18,893 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStgCmtScheduler.execute()
2025-04-30 10:09:18,895 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStgCmtScheduler.execute()
2025-04-30 10:09:36,634 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 10:09:36,635 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 10:09:36,636 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 10:09:36,636 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 10:09:36,637 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 10:09:36,637 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 10:09:36,643 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-04-30 10:09:36,643 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:09:36,669 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-04-30 10:09:36,669 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:09:36,669 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 10:09:38,617 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 10:09:38,619 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 10:09:47,334 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:09:47,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Found previous received Instance[pk=135474, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110534813, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:09:47,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110534813] with equal digest
2025-04-30 10:09:47,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Updated DB in 3 ms
2025-04-30 10:09:47,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110534813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:09:47,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110620429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 10:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 10:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4494) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4494) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 10:10:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 10:10:11,601 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 10:10:11,602 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 10:10:13,837 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52225,localport=11112]
2025-04-30 10:10:13,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> A-ASSOCIATE-RQ
2025-04-30 10:10:13,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << A-ASSOCIATE-AC
2025-04-30 10:10:14,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:16,182 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:16,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136317, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:10:16,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352] with equal digest
2025-04-30 10:10:16,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 3 ms
2025-04-30 10:10:16,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100333352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:16,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:16,886 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:16,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136318, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:10:16,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120] with equal digest
2025-04-30 10:10:16,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 2 ms
2025-04-30 10:10:16,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100343120 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:17,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:17,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:17,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136319, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:10:17,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355] with equal digest
2025-04-30 10:10:17,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 4 ms
2025-04-30 10:10:17,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100354355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:17,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:17,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:17,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136320, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:10:17,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542] with equal digest
2025-04-30 10:10:17,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 3 ms
2025-04-30 10:10:17,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100406542 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:18,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:18,490 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:18,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136321, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:10:18,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397] with equal digest
2025-04-30 10:10:18,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 3 ms
2025-04-30 10:10:18,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100425397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:18,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:19,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:19,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136322, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:10:19,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362] with equal digest
2025-04-30 10:10:19,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 2 ms
2025-04-30 10:10:19,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100621362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:19,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:19,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:19,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136323, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100631682, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:10:19,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682] with equal digest
2025-04-30 10:10:19,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 2 ms
2025-04-30 10:10:19,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 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.20250430100631682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:19,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:20,016 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:20,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136324, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100640418, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:10:20,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418] with equal digest
2025-04-30 10:10:20,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 3 ms
2025-04-30 10:10:20,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 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.20250430100640418 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:20,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:20,515 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:20,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136325, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100646614, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:10:20,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614] with equal digest
2025-04-30 10:10:20,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 3 ms
2025-04-30 10:10:20,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 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.20250430100646614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:20,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:21,016 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4498) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:21,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Found previous received Instance[pk=136326, uid=1.2.410.200001.101.11.501.1791052210.3.20250430100653902, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:10:21,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Ignore received Instance[studyUID=343307,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902] with equal digest
2025-04-30 10:10:21,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261): Updated DB in 3 ms
2025-04-30 10:10:21,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << 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.20250430100653902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:21,227 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) >> A-RELEASE-RQ
2025-04-30 10:10:21,228 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4498) DCM4CHEE<-HS50US07(261) << A-RELEASE-RP
2025-04-30 10:10:21,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(261): close Socket[addr=187.91.28.24/187.91.28.24,port=52225,localport=11112]
2025-04-30 10:10:26,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:10:26,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Found previous received Instance[pk=135475, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110620429, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:10:26,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110620429] with equal digest
2025-04-30 10:10:26,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Updated DB in 3 ms
2025-04-30 10:10:26,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110620429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:26,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110711257 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:10:36,669 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 10:10:36,670 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-04-30 10:10:36,670 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:10:36,692 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-04-30 10:10:36,692 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:10:36,692 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 10:10:38,619 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 10:10:38,621 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 10:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 10:11:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 10:11:09,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:11:09,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Found previous received Instance[pk=135476, uid=1.2.410.200001.101.11.601.1501430850.3.20250426110711257, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:11:09,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Ignore received Instance[studyUID=343197,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426110330496,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426110711257] with equal digest
2025-04-30 10:11:09,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250): Updated DB in 3 ms
2025-04-30 10:11:09,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426110711257 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:11:09,797 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250) >> A-RELEASE-RQ
2025-04-30 10:11:09,798 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(250) << A-RELEASE-RP
2025-04-30 10:11:09,848 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS60MT(250): close Socket[addr=187.91.28.24/187.91.28.24,port=49760,localport=11112]
2025-04-30 10:11:10,200 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49761,localport=11112]
2025-04-30 10:11:10,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> A-ASSOCIATE-RQ
2025-04-30 10:11:10,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << A-ASSOCIATE-AC
2025-04-30 10:11:10,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426112946001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:11:11,603 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 10:11:11,604 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 10:11:27,406 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeTaskScheduler.execute()
2025-04-30 10:11:27,433 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeTaskScheduler.execute()
2025-04-30 10:11:36,693 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 10:11:36,694 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-04-30 10:11:36,694 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:11:36,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:11:36,715 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 10:11:38,621 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 10:11:38,623 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 10:11:41,282 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:11:41,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135477, uid=1.2.410.200001.101.11.601.1501430850.3.20250426112946001, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:11:41,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426112946001] with equal digest
2025-04-30 10:11:41,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 14 ms
2025-04-30 10:11:41,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426112946001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:11:41,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113003071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 10:12:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 10:12:09,846 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:12:09,852 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:12:11,604 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 10:12:11,605 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 10:12:22,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:12:22,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135478, uid=1.2.410.200001.101.11.601.1501430850.3.20250426113003071, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:12:22,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426113003071] with equal digest
2025-04-30 10:12:22,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 3 ms
2025-04-30 10:12:22,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113003071 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:12:22,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113110149 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:12:36,715 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 10:12:36,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,717 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,717 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,717 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,718 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,718 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,719 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-04-30 10:12:36,719 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:12:36,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,745 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-04-30 10:12:36,745 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:12:36,746 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,747 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,747 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:12:36,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 10:12:38,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 10:12:38,626 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 10:12:54,854 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:12:54,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135479, uid=1.2.410.200001.101.11.601.1501430850.3.20250426113110149, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:12:54,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426113110149] with equal digest
2025-04-30 10:12:54,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 3 ms
2025-04-30 10:12:54,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113110149 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:12:55,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113206531 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 10:13:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 10:13:06,068 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-04-30 10:13:06,216 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) Calculated size of 2 studies
2025-04-30 10:13:06,216 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-04-30 10:13:11,606 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 10:13:11,607 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 10:13:35,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:13:35,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135480, uid=1.2.410.200001.101.11.601.1501430850.3.20250426113206531, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:13:35,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426113206531] with equal digest
2025-04-30 10:13:35,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 3 ms
2025-04-30 10:13:35,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113206531 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:13:35,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113338385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:13:36,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 10:13:36,749 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-04-30 10:13:36,749 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:13:36,775 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-04-30 10:13:36,775 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:13:36,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 10:13:38,627 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 10:13:38,629 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 10:14:01,259 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52113,localport=11112]
2025-04-30 10:14:01,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263) >> A-ASSOCIATE-RQ
2025-04-30 10:14:01,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263) << A-ASSOCIATE-AC
2025-04-30 10:14:01,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101045177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 10:14:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 10:14:06,372 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:06,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Series[pk=12517, uid=1.2.410.200001.101.11.301.1123109166.2.20250430101044747, no=4, mod=US]
2025-04-30 10:14:06,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Instance[pk=136338, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101045177, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:14:06,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Location[pk=136338, systemID=fs1, path=2025/04/30/58397620/416850B9/0F1310B0, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:14:06,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Updated DB in 42 ms
2025-04-30 10:14:06,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101045177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:06,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101145484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:10,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:10,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Instance[pk=136339, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101145484, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:14:10,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Location[pk=136339, systemID=fs1, path=2025/04/30/58397620/416850B9/10C7F4AE, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:14:10,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Updated DB in 34 ms
2025-04-30 10:14:10,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101145484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:10,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101211460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:11,607 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 10:14:11,608 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 10:14:12,753 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:12,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135481, uid=1.2.410.200001.101.11.601.1501430850.3.20250426113338385, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:14:12,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426113338385] with equal digest
2025-04-30 10:14:12,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 2 ms
2025-04-30 10:14:12,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113338385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:12,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113430766 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:16,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:16,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Instance[pk=136340, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101211460, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:14:16,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Location[pk=136340, systemID=fs1, path=2025/04/30/58397620/416850B9/1250B50C, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:14:16,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Updated DB in 12 ms
2025-04-30 10:14:16,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101211460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:16,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101333210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:23,165 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:23,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Instance[pk=136341, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101333210, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:14:23,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Location[pk=136341, systemID=fs1, path=2025/04/30/58397620/416850B9/14229D4E, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:14:23,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Updated DB in 7 ms
2025-04-30 10:14:23,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101333210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:23,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101422420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:29,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:29,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Instance[pk=136342, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101422420, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:14:29,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Location[pk=136342, systemID=fs1, path=2025/04/30/58397620/416850B9/15C8F1AE, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:14:29,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Updated DB in 24 ms
2025-04-30 10:14:29,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101422420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:29,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101449041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:36,001 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:36,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Instance[pk=136343, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101449041, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:14:36,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Create Location[pk=136343, systemID=fs1, path=2025/04/30/58397620/416850B9/15E84084, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 10:14:36,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263): Updated DB in 14 ms
2025-04-30 10:14:36,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(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.301.1123109166.3.20250430101449041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:36,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263) >> A-RELEASE-RQ
2025-04-30 10:14:36,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(263) << A-RELEASE-RP
2025-04-30 10:14:36,265 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(263): close Socket[addr=187.91.28.24/187.91.28.24,port=52113,localport=11112]
2025-04-30 10:14:36,601 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52114,localport=11112]
2025-04-30 10:14:36,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> A-ASSOCIATE-RQ
2025-04-30 10:14:36,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << A-ASSOCIATE-AC
2025-04-30 10:14:36,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 10:14:36,777 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 10:14:36,779 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-04-30 10:14:36,779 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:14:36,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101045177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:36,810 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-04-30 10:14:36,810 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:14:36,811 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 10:14:36,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 10:14:38,629 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 10:14:38,631 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 10:14:40,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:40,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Found previous received Instance[pk=136338, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101045177, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:14:40,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101044747,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101045177] with equal digest
2025-04-30 10:14:40,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Updated DB in 4 ms
2025-04-30 10:14:40,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101045177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:40,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101145484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:43,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:43,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135482, uid=1.2.410.200001.101.11.601.1501430850.3.20250426113430766, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:14:43,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426113430766] with equal digest
2025-04-30 10:14:43,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 3 ms
2025-04-30 10:14:43,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113430766 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:43,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113553010 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:46,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:46,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Found previous received Instance[pk=136339, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101145484, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:14:46,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101044747,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101145484] with equal digest
2025-04-30 10:14:46,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Updated DB in 3 ms
2025-04-30 10:14:46,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101145484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:46,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101211460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:52,397 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:52,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Found previous received Instance[pk=136340, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101211460, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:14:52,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101044747,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101211460] with equal digest
2025-04-30 10:14:52,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Updated DB in 3 ms
2025-04-30 10:14:52,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101211460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:52,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101333210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:58,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:14:58,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Found previous received Instance[pk=136341, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101333210, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:14:58,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101044747,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101333210] with equal digest
2025-04-30 10:14:58,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Updated DB in 3 ms
2025-04-30 10:14:58,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101333210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:14:58,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101422420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 10:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 10:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4516) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:15:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4516) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 10:15:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 10:15:03,954 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:03,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Found previous received Instance[pk=136342, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101422420, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:15:03,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101044747,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101422420] with equal digest
2025-04-30 10:15:03,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Updated DB in 3 ms
2025-04-30 10:15:03,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101422420 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:04,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101449041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:09,730 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4511) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:09,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Found previous received Instance[pk=136343, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101449041, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:15:09,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101044747,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101449041] with equal digest
2025-04-30 10:15:09,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264): Updated DB in 3 ms
2025-04-30 10:15:09,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101449041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:09,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) >> A-RELEASE-RQ
2025-04-30 10:15:09,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4511) DCM4CHEE<-HS30(264) << A-RELEASE-RP
2025-04-30 10:15:09,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(264): close Socket[addr=187.91.28.24/187.91.28.24,port=52114,localport=11112]
2025-04-30 10:15:11,608 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 10:15:11,609 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 10:15:13,571 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52115,localport=11112]
2025-04-30 10:15:13,571 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265) >> A-ASSOCIATE-RQ
2025-04-30 10:15:13,571 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265) << A-ASSOCIATE-AC
2025-04-30 10:15:13,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095247457 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:16,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:16,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136308, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095247457, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:15:16,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430095247457] with equal digest
2025-04-30 10:15:16,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 8 ms
2025-04-30 10:15:16,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095247457 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:16,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095303151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:17,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:17,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136309, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095303151, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:15:17,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430095303151] with equal digest
2025-04-30 10:15:17,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 2 ms
2025-04-30 10:15:17,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095303151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:17,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095326853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:20,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:20,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136310, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095326853, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:15:20,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430095326853] with equal digest
2025-04-30 10:15:20,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 3 ms
2025-04-30 10:15:20,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095326853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:20,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095510522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:21,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:21,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135483, uid=1.2.410.200001.101.11.601.1501430850.3.20250426113553010, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:15:21,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426113553010] with equal digest
2025-04-30 10:15:21,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 3 ms
2025-04-30 10:15:21,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 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.20250426113553010 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:22,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426113747334 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:22,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:22,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136311, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095510522, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:15:22,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430095510522] with equal digest
2025-04-30 10:15:22,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 3 ms
2025-04-30 10:15:22,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095510522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:22,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095653479 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:26,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:26,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136312, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095653479, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:15:26,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430095653479] with equal digest
2025-04-30 10:15:26,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 3 ms
2025-04-30 10:15:26,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095653479 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:26,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095826696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:29,455 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:29,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136313, uid=1.2.410.200001.101.11.301.1144174170.3.20250430095826696, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:15:29,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430095826696] with equal digest
2025-04-30 10:15:29,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 3 ms
2025-04-30 10:15:29,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430095826696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:29,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430100101828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:32,594 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:32,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136314, uid=1.2.410.200001.101.11.301.1144174170.3.20250430100101828, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:15:32,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430100101828] with equal digest
2025-04-30 10:15:32,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 2 ms
2025-04-30 10:15:32,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430100101828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:32,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430100133065 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:36,321 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4519) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:36,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Found previous received Instance[pk=136315, uid=1.2.410.200001.101.11.301.1144174170.3.20250430100133065, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:15:36,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Ignore received Instance[studyUID=227089,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430095247143,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430100133065] with equal digest
2025-04-30 10:15:36,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265): Updated DB in 2 ms
2025-04-30 10:15:36,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(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.301.1144174170.3.20250430100133065 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:36,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265) >> A-RELEASE-RQ
2025-04-30 10:15:36,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4519) DCM4CHEE<-HS30(265) << A-RELEASE-RP
2025-04-30 10:15:36,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(265): close Socket[addr=187.91.28.24/187.91.28.24,port=52115,localport=11112]
2025-04-30 10:15:36,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 10:15:36,812 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 10:15:36,813 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-04-30 10:15:36,814 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:15:36,834 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-04-30 10:15:36,834 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:15:36,834 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 10:15:38,631 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 10:15:38,633 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 10:15:43,004 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52226,localport=11112]
2025-04-30 10:15:43,007 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266) >> A-ASSOCIATE-RQ
2025-04-30 10:15:43,007 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266) << A-ASSOCIATE-AC
2025-04-30 10:15:43,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091552322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:44,945 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:44,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Found previous received Instance[pk=136239, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091552322, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:15:44,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091552322] with equal digest
2025-04-30 10:15:44,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 7 ms
2025-04-30 10:15:44,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091552322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:45,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091649849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:45,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:45,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Found previous received Instance[pk=136240, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091649849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:15:45,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091649849] with equal digest
2025-04-30 10:15:45,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 3 ms
2025-04-30 10:15:45,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091649849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:45,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091754231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:45,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:45,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Found previous received Instance[pk=136241, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091754231, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:15:45,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091754231] with equal digest
2025-04-30 10:15:45,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 3 ms
2025-04-30 10:15:45,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091754231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:46,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091833982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:46,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:46,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Found previous received Instance[pk=136242, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091833982, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:15:46,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091833982] with equal digest
2025-04-30 10:15:46,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 3 ms
2025-04-30 10:15:46,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091833982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:46,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091959230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:47,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:47,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Found previous received Instance[pk=136243, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091959230, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:15:47,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091959230] with equal digest
2025-04-30 10:15:47,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 3 ms
2025-04-30 10:15:47,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091959230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:47,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092102643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:47,557 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:47,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Found previous received Instance[pk=136244, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092102643, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:15:47,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092102643] with equal digest
2025-04-30 10:15:47,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 3 ms
2025-04-30 10:15:47,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092102643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:47,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092216321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:48,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:48,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Found previous received Instance[pk=136245, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092216321, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:15:48,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092216321] with equal digest
2025-04-30 10:15:48,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 3 ms
2025-04-30 10:15:48,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092216321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:48,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101258488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:48,650 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:48,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Create Series[pk=12518, uid=1.2.410.200001.101.11.501.1791052210.2.20250430101258093, no=2, mod=US]
2025-04-30 10:15:48,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Create Instance[pk=136344, uid=1.2.410.200001.101.11.501.1791052210.3.20250430101258488, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:15:48,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Create Location[pk=136344, systemID=fs1, path=2025/04/30/59FBE241/E7223F8C/B4CCB037, tsuid=1.2.840.10008.1.2, size=3915820, status=OK, objectType=DICOM_FILE]
2025-04-30 10:15:48,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 32 ms
2025-04-30 10:15:48,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101258488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:48,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101520073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:49,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:49,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Create Instance[pk=136345, uid=1.2.410.200001.101.11.501.1791052210.3.20250430101520073, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:15:49,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Create Location[pk=136345, systemID=fs1, path=2025/04/30/59FBE241/E7223F8C/B9BD4171, tsuid=1.2.840.10008.1.2, size=3915820, status=OK, objectType=DICOM_FILE]
2025-04-30 10:15:49,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266): Updated DB in 5 ms
2025-04-30 10:15:49,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101520073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:49,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266) >> A-RELEASE-RQ
2025-04-30 10:15:49,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(266) << A-RELEASE-RP
2025-04-30 10:15:49,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(266): close Socket[addr=187.91.28.24/187.91.28.24,port=52226,localport=11112]
2025-04-30 10:15:49,826 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52227,localport=11112]
2025-04-30 10:15:49,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267) >> A-ASSOCIATE-RQ
2025-04-30 10:15:49,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267) << A-ASSOCIATE-AC
2025-04-30 10:15:50,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091552322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:52,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:52,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136239, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091552322, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:15:52,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091552322] with equal digest
2025-04-30 10:15:52,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 3 ms
2025-04-30 10:15:52,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091552322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:52,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091649849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:52,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:52,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136240, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091649849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:15:52,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091649849] with equal digest
2025-04-30 10:15:52,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 2 ms
2025-04-30 10:15:52,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091649849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:52,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091754231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:53,198 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:53,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136241, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091754231, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:15:53,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091754231] with equal digest
2025-04-30 10:15:53,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 3 ms
2025-04-30 10:15:53,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091754231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:53,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091833982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:53,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:53,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136242, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091833982, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:15:53,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091833982] with equal digest
2025-04-30 10:15:53,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 2 ms
2025-04-30 10:15:53,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091833982 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:53,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091959230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:54,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:54,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136243, uid=1.2.410.200001.101.11.501.1791052210.3.20250430091959230, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:15:54,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430091959230] with equal digest
2025-04-30 10:15:54,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 3 ms
2025-04-30 10:15:54,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430091959230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:54,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092102643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:54,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:54,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136244, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092102643, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:15:54,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092102643] with equal digest
2025-04-30 10:15:54,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 3 ms
2025-04-30 10:15:54,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092102643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:54,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092216321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:55,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:55,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136245, uid=1.2.410.200001.101.11.501.1791052210.3.20250430092216321, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:15:55,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430091551917,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430092216321] with equal digest
2025-04-30 10:15:55,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 4 ms
2025-04-30 10:15:55,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430092216321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:55,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101258488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:55,820 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:55,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136344, uid=1.2.410.200001.101.11.501.1791052210.3.20250430101258488, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:15:55,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430101258093,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430101258488] with equal digest
2025-04-30 10:15:55,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 5 ms
2025-04-30 10:15:55,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101258488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:56,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3663) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:56,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Found previous received Instance[pk=135484, uid=1.2.410.200001.101.11.601.1501430850.3.20250426113747334, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:15:56,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Ignore received Instance[studyUID=340690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112945547,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426113747334] with equal digest
2025-04-30 10:15:56,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262): Updated DB in 3 ms
2025-04-30 10:15:56,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << 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.20250426113747334 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:56,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267) >> 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.20250430101520073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:56,222 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) >> A-RELEASE-RQ
2025-04-30 10:15:56,222 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3663) DCM4CHEE<-HS60MT(262) << A-RELEASE-RP
2025-04-30 10:15:56,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS60MT(262): close Socket[addr=187.91.28.24/187.91.28.24,port=49761,localport=11112]
2025-04-30 10:15:56,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:15:56,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Found previous received Instance[pk=136345, uid=1.2.410.200001.101.11.501.1791052210.3.20250430101520073, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:15:56,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430101258093,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430101520073] with equal digest
2025-04-30 10:15:56,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267): Updated DB in 3 ms
2025-04-30 10:15:56,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267) << 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.20250430101520073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:15:56,571 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267) >> A-RELEASE-RQ
2025-04-30 10:15:56,571 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS50US07(267) << A-RELEASE-RP
2025-04-30 10:15:56,611 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49778,localport=11112]
2025-04-30 10:15:56,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268) >> A-ASSOCIATE-RQ
2025-04-30 10:15:56,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268) << A-ASSOCIATE-AC
2025-04-30 10:15:56,621 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(267): close Socket[addr=187.91.28.24/187.91.28.24,port=52227,localport=11112]
2025-04-30 10:15:56,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112231832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:16:02,920 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52228,localport=11112]
2025-04-30 10:16:02,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269) >> A-ASSOCIATE-RQ
2025-04-30 10:16:02,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269) << A-ASSOCIATE-AC
2025-04-30 10:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 10:16:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 10:16:03,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101258488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:16:04,923 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4521) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:16:04,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269): Found previous received Instance[pk=136344, uid=1.2.410.200001.101.11.501.1791052210.3.20250430101258488, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:16:04,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430101258093,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430101258488] with equal digest
2025-04-30 10:16:04,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269): Updated DB in 4 ms
2025-04-30 10:16:04,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101258488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:16:05,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101520073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:16:05,620 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4521) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:16:05,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269): Found previous received Instance[pk=136345, uid=1.2.410.200001.101.11.501.1791052210.3.20250430101520073, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:16:05,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269): Ignore received Instance[studyUID=343300,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430101258093,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430101520073] with equal digest
2025-04-30 10:16:05,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269): Updated DB in 3 ms
2025-04-30 10:16:05,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430101520073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:16:05,829 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269) >> A-RELEASE-RQ
2025-04-30 10:16:05,829 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4521) DCM4CHEE<-HS50US07(269) << A-RELEASE-RP
2025-04-30 10:16:05,880 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(269): close Socket[addr=187.91.28.24/187.91.28.24,port=52228,localport=11112]
2025-04-30 10:16:11,610 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 10:16:11,611 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 10:16:35,643 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:16:35,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Found previous received Instance[pk=135036, uid=1.2.410.200001.101.11.601.1501430850.3.20250426112231832, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:16:35,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Ignore received Instance[studyUID=343195,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112231482,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426112231832] with equal digest
2025-04-30 10:16:35,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Updated DB in 4 ms
2025-04-30 10:16:35,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112231832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:16:35,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112243947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:16:36,835 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 10:16:36,836 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-04-30 10:16:36,836 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:16:36,859 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-04-30 10:16:36,859 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:16:36,859 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 10:16:38,633 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 10:16:38,635 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 10:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 10:17:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 10:17:09,852 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:17:09,854 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:17:11,611 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 10:17:11,612 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 10:17:15,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:17:15,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Found previous received Instance[pk=135037, uid=1.2.410.200001.101.11.601.1501430850.3.20250426112243947, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:17:15,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Ignore received Instance[studyUID=343195,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112231482,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426112243947] with equal digest
2025-04-30 10:17:15,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Updated DB in 3 ms
2025-04-30 10:17:15,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112243947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:17:15,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112320757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:17:36,859 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 10:17:36,861 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:17:36,862 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-04-30 10:17:36,862 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:17:36,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:17:36,882 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 10:17:38,635 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 10:17:38,637 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 10:17:46,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:17:46,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Found previous received Instance[pk=135038, uid=1.2.410.200001.101.11.601.1501430850.3.20250426112320757, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:17:46,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Ignore received Instance[studyUID=343195,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112231482,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426112320757] with equal digest
2025-04-30 10:17:46,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Updated DB in 3 ms
2025-04-30 10:17:46,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112320757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:17:46,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112333355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 10:18:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 10:18:06,216 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-04-30 10:18:06,219 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-04-30 10:18:11,612 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 10:18:11,614 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 10:18:16,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:18:16,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Found previous received Instance[pk=135039, uid=1.2.410.200001.101.11.601.1501430850.3.20250426112333355, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:18:16,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Ignore received Instance[studyUID=343195,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112231482,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426112333355] with equal digest
2025-04-30 10:18:16,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Updated DB in 3 ms
2025-04-30 10:18:16,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112333355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:18:16,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112349713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:18:36,882 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 10:18:36,883 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-04-30 10:18:36,883 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:18:36,912 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-04-30 10:18:36,912 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:18:36,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 10:18:38,638 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 10:18:38,639 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 10:18:47,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:18:47,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Found previous received Instance[pk=135040, uid=1.2.410.200001.101.11.601.1501430850.3.20250426112349713, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:18:47,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Ignore received Instance[studyUID=343195,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426112231482,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426112349713] with equal digest
2025-04-30 10:18:47,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268): Updated DB in 3 ms
2025-04-30 10:18:47,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426112349713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:18:47,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268) >> A-RELEASE-RQ
2025-04-30 10:18:47,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(268) << A-RELEASE-RP
2025-04-30 10:18:47,435 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS60MT(268): close Socket[addr=187.91.28.24/187.91.28.24,port=49778,localport=11112]
2025-04-30 10:18:47,813 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49792,localport=11112]
2025-04-30 10:18:47,813 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> A-ASSOCIATE-RQ
2025-04-30 10:18:47,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << A-ASSOCIATE-AC
2025-04-30 10:18:48,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 10:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 10:19:11,614 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 10:19:11,615 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 10:19:21,645 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52115,localport=11112]
2025-04-30 10:19:21,646 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> A-ASSOCIATE-RQ
2025-04-30 10:19:21,646 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << A-ASSOCIATE-AC
2025-04-30 10:19:21,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101723054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:23,275 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:19:23,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134732, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093345439, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:19:23,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093345439] with equal digest
2025-04-30 10:19:23,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 9 ms
2025-04-30 10:19:23,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426093345439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:23,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) 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.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:28,152 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:19:28,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Series[pk=12519, uid=1.2.410.200001.101.11.301.1123109166.2.20250430101722742, no=6, mod=US]
2025-04-30 10:19:28,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Instance[pk=136346, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101723054, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:19:28,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Location[pk=136346, systemID=fs1, path=2025/04/30/58397620/4D3D254D/1AE7E147, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-04-30 10:19:28,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Updated DB in 20 ms
2025-04-30 10:19:28,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101723054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:28,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101910172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:35,620 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:19:35,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Instance[pk=136347, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101910172, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:19:35,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Location[pk=136347, systemID=fs1, path=2025/04/30/58397620/4D3D254D/1E4221E4, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-04-30 10:19:35,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Updated DB in 6 ms
2025-04-30 10:19:35,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101910172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:35,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101934581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:36,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 10:19:36,914 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-04-30 10:19:36,914 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:19:36,937 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-04-30 10:19:36,937 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:19:36,937 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 10:19:38,640 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 10:19:38,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 10:19:39,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:19:39,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Instance[pk=136348, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101934581, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:19:39,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Location[pk=136348, systemID=fs1, path=2025/04/30/58397620/4D3D254D/1E603184, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-04-30 10:19:39,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Updated DB in 30 ms
2025-04-30 10:19:39,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101934581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:39,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101956125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:45,345 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:19:45,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Instance[pk=136349, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101956125, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:19:45,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Location[pk=136349, systemID=fs1, path=2025/04/30/58397620/4D3D254D/1E7D398A, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-04-30 10:19:45,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Updated DB in 20 ms
2025-04-30 10:19:45,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101956125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:45,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102021171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:52,024 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:19:52,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Instance[pk=136350, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102021171, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:19:52,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Location[pk=136350, systemID=fs1, path=2025/04/30/58397620/4D3D254D/43DB4B6D, tsuid=1.2.840.10008.1.2, size=3416800, status=OK, objectType=DICOM_FILE]
2025-04-30 10:19:52,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Updated DB in 13 ms
2025-04-30 10:19:52,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102021171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:52,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102039934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:58,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:19:58,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Instance[pk=136351, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102039934, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:19:58,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Create Location[pk=136351, systemID=fs1, path=2025/04/30/58397620/4D3D254D/43ED2375, tsuid=1.2.840.10008.1.2, size=3416800, status=OK, objectType=DICOM_FILE]
2025-04-30 10:19:58,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271): Updated DB in 13 ms
2025-04-30 10:19:58,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102039934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:19:58,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) >> A-RELEASE-RQ
2025-04-30 10:19:58,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(271) << A-RELEASE-RP
2025-04-30 10:19:58,379 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(271): close Socket[addr=187.91.28.24/187.91.28.24,port=52115,localport=11112]
2025-04-30 10:19:58,727 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52116,localport=11112]
2025-04-30 10:19:58,728 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> A-ASSOCIATE-RQ
2025-04-30 10:19:58,728 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << A-ASSOCIATE-AC
2025-04-30 10:19:58,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101723054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 10:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 10:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4539) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4539) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 10:20:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 10:20:05,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:05,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134734, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093415703, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:20:05,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093415703] with equal digest
2025-04-30 10:20:05,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:20:05,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093415703 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:05,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:10,471 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:10,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Found previous received Instance[pk=136346, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101723054, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:20:10,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101722742,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101723054] with equal digest
2025-04-30 10:20:10,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 7 ms
2025-04-30 10:20:10,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101723054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:10,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101810484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:11,615 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 10:20:11,616 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 10:20:14,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:14,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Create Instance[pk=136352, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101810484, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:20:14,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Create Location[pk=136352, systemID=fs1, path=2025/04/30/58397620/4D3D254D/1C8D54A9, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-04-30 10:20:14,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 26 ms
2025-04-30 10:20:14,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101810484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:15,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101843804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:18,613 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423074524683&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:18,702 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423074607608&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:18,778 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423074719469&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:18,848 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423074817368&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:18,915 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423074927949&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:18,984 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075121198&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,038 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075251687&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,092 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075259658&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,145 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075308704&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,194 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075315825&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,251 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075329115&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,306 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075421295&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,359 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075602102&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,414 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075608894&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,467 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075615367&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,517 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075631933&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,568 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075644587&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,619 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075729695&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,675 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075824430&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,750 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075907561&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,815 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423074522659&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423075947199&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,879 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34&objectUID=1.2.840.113619.2.423.84107009440.1745978859.35&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,909 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34&objectUID=1.2.840.113619.2.423.84107009440.1745978891.39&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,937 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34&objectUID=1.2.840.113619.2.423.84107009440.1745978911.43&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,965 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.840.113619.2.423.84107009440.1745978070.34&objectUID=1.2.840.113619.2.423.84107009440.1745978930.47&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:19,993 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1448&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250423100634418&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250423100634717&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:20:21,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:21,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Create Instance[pk=136353, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101843804, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:20:21,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Create Location[pk=136353, systemID=fs1, path=2025/04/30/58397620/4D3D254D/1CB90655, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-04-30 10:20:21,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 28 ms
2025-04-30 10:20:21,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101843804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:21,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101910172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:28,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:28,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Found previous received Instance[pk=136347, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101910172, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:20:28,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101722742,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101910172] with equal digest
2025-04-30 10:20:28,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 3 ms
2025-04-30 10:20:28,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101910172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:28,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101934581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:34,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:34,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Found previous received Instance[pk=136348, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101934581, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:20:34,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101722742,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101934581] with equal digest
2025-04-30 10:20:34,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 2 ms
2025-04-30 10:20:34,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101934581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:34,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101956125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:36,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 10:20:36,939 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-04-30 10:20:36,939 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:20:36,960 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-04-30 10:20:36,960 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:20:36,960 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 10:20:38,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 10:20:38,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 10:20:38,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:38,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Found previous received Instance[pk=136349, uid=1.2.410.200001.101.11.301.1123109166.3.20250430101956125, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:20:38,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101722742,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430101956125] with equal digest
2025-04-30 10:20:38,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 3 ms
2025-04-30 10:20:38,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430101956125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:39,190 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102021171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:40,386 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:40,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134735, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093546067, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:20:40,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093546067] with equal digest
2025-04-30 10:20:40,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:20:40,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093546067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:40,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:44,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:44,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Found previous received Instance[pk=136350, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102021171, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:20:44,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101722742,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102021171] with equal digest
2025-04-30 10:20:44,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 3 ms
2025-04-30 10:20:44,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 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.20250430102021171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:44,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102039934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:52,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:52,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Found previous received Instance[pk=136351, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102039934, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:20:52,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Ignore received Instance[studyUID=234751,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430101722742,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102039934] with equal digest
2025-04-30 10:20:52,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 3 ms
2025-04-30 10:20:52,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 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.20250430102039934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:52,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> 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.20250430102100002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:58,683 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4538) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:20:58,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Create Instance[pk=136354, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102100002, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:20:58,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Create Location[pk=136354, systemID=fs1, path=2025/04/30/58397620/4D3D254D/45737C12, tsuid=1.2.840.10008.1.2, size=3416800, status=OK, objectType=DICOM_FILE]
2025-04-30 10:20:58,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272): Updated DB in 16 ms
2025-04-30 10:20:58,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << 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.20250430102100002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:20:58,901 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) >> A-RELEASE-RQ
2025-04-30 10:20:58,901 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4538) DCM4CHEE<-HS30(272) << A-RELEASE-RP
2025-04-30 10:20:58,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(272): close Socket[addr=187.91.28.24/187.91.28.24,port=52116,localport=11112]
2025-04-30 10:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 10:21:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 10:21:11,617 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 10:21:11,618 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 10:21:15,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:21:15,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134736, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093625182, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:21:15,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093625182] with equal digest
2025-04-30 10:21:15,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:21:15,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093625182 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:21:15,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:21:36,960 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 10:21:36,962 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-04-30 10:21:36,962 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:21:36,985 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-04-30 10:21:36,985 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:21:36,986 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 10:21:36,986 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 10:21:38,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 10:21:38,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 10:21:50,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:21:50,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134737, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093815987, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:21:50,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093815987] with equal digest
2025-04-30 10:21:50,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:21:50,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093815987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:21:50,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 10:22:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 10:22:09,855 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:22:09,862 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:22:11,618 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 10:22:11,619 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 10:22:24,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:22:24,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134738, uid=1.2.410.200001.101.11.601.1501430850.3.20250426093950322, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:22:24,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426093950322] with equal digest
2025-04-30 10:22:24,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 4 ms
2025-04-30 10:22:24,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426093950322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:22:24,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:22:36,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 10:22:36,988 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 10:22:36,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:22:37,011 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-04-30 10:22:37,011 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:22:37,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 10:22:38,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 10:22:38,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 10:22:55,103 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:22:55,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134739, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094014660, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:22:55,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094014660] with equal digest
2025-04-30 10:22:55,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:22:55,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426094014660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:22:55,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 10:23:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 10:23:06,219 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 10:23:06,306 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 1 studies
2025-04-30 10:23:06,306 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 10:23:11,620 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 10:23:11,621 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 10:23:25,833 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:23:25,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134740, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094358155, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:23:25,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094358155] with equal digest
2025-04-30 10:23:25,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:23:25,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426094358155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:23:26,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:23:37,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 10:23:37,012 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-04-30 10:23:37,012 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:23:37,033 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-04-30 10:23:37,033 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:23:37,033 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 10:23:38,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 10:23:38,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 10:23:56,160 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:23:56,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134741, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094423459, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:23:56,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094423459] with equal digest
2025-04-30 10:23:56,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 2 ms
2025-04-30 10:23:56,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426094423459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:23:56,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 10:24:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 10:24:11,621 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 10:24:11,623 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 10:24:26,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:24:26,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134743, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094456929, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:24:26,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094456929] with equal digest
2025-04-30 10:24:26,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:24:26,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426094456929 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:24:26,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:24:37,033 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 10:24:37,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:24:37,036 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 10:24:37,056 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-04-30 10:24:37,056 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:24:37,057 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 10:24:38,651 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 10:24:38,652 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 10:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 10:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 10:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4560) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4560) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:25:01,647 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:25:01,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134744, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094552225, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 10:25:01,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094552225] with equal digest
2025-04-30 10:25:01,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 2 ms
2025-04-30 10:25:01,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426094552225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:25:01,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 10:25:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 10:25:11,623 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 10:25:11,624 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 10:25:36,611 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:25:36,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134745, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094725146, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 10:25:36,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094725146] with equal digest
2025-04-30 10:25:36,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:25:36,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426094725146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:25:36,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:25:37,057 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 10:25:37,058 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-04-30 10:25:37,058 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:25:37,078 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-04-30 10:25:37,078 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:25:37,078 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 10:25:38,653 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 10:25:38,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 10:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 10:26:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 10:26:11,624 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 10:26:11,626 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 10:26:15,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:26:15,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134746, uid=1.2.410.200001.101.11.601.1501430850.3.20250426094905572, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 10:26:15,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426094905572] with equal digest
2025-04-30 10:26:15,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:26:15,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426094905572 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:26:16,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:26:37,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 10:26:37,080 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-04-30 10:26:37,080 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:26:37,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 10:26:37,106 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:26:37,106 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 10:26:38,655 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 10:26:38,657 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 10:26:56,490 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:26:56,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134747, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095012591, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 10:26:56,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095012591] with equal digest
2025-04-30 10:26:56,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 2 ms
2025-04-30 10:26:56,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095012591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:26:56,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 10:27:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 10:27:09,863 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:27:09,868 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:27:11,626 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 10:27:11,627 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 10:27:33,086 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:27:33,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134748, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095019366, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 10:27:33,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095019366] with equal digest
2025-04-30 10:27:33,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:27:33,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095019366 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:27:33,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:27:37,107 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 10:27:37,108 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-04-30 10:27:37,108 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:27:37,130 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-04-30 10:27:37,130 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:27:37,131 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 10:27:38,657 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 10:27:38,659 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 10:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 10:28:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 10:28:05,870 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49695,localport=11112]
2025-04-30 10:28:05,871 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) >> A-ASSOCIATE-RQ
2025-04-30 10:28:05,871 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) << A-ASSOCIATE-AC
2025-04-30 10:28:06,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) >> 437:C-STORE-RQ[pcid=179, 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.254280071.3423741118.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:06,307 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 10:28:06,308 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 10:28:08,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:28:08,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134749, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095026544, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 10:28:08,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095026544] with equal digest
2025-04-30 10:28:08,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:28:08,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095026544 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:08,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:11,628 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 10:28:11,629 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 10:28:21,813 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52117,localport=11112]
2025-04-30 10:28:21,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) >> A-ASSOCIATE-RQ
2025-04-30 10:28:21,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) << A-ASSOCIATE-AC
2025-04-30 10:28:22,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102408937 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:25,894 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:28:25,898 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Patient[pk=10441, id=PatientID[pk=10441, id=343308, issuer=DCM4CHEE.F5455070.0DA2E969], name=ANGELA DE LIMA]
2025-04-30 10:28:25,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Study[pk=11870, uid=343308, id=38554]
2025-04-30 10:28:25,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Series[pk=12520, uid=1.2.410.200001.101.11.301.1144174170.2.20250430102408806, no=1, mod=US]
2025-04-30 10:28:25,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Instance[pk=136355, uid=1.2.410.200001.101.11.301.1144174170.3.20250430102408937, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:28:25,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Location[pk=136355, systemID=fs1, path=2025/04/30/59FBE249/8418CEF6/51C334D6, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-04-30 10:28:25,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Updated DB in 33 ms
2025-04-30 10:28:25,928 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) No duplicate record with equal Patient ID found Patient[pk=10441, id=PatientID[pk=10441, id=343308, issuer=DCM4CHEE.F5455070.0DA2E969], name=ANGELA DE LIMA]
2025-04-30 10:28:25,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102408937 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:26,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102513307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:29,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:28:29,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Instance[pk=136356, uid=1.2.410.200001.101.11.301.1144174170.3.20250430102513307, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:28:29,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Location[pk=136356, systemID=fs1, path=2025/04/30/59FBE249/8418CEF6/5383C838, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-04-30 10:28:29,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Updated DB in 23 ms
2025-04-30 10:28:29,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102513307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:29,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102730385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:34,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:28:34,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Instance[pk=136357, uid=1.2.410.200001.101.11.301.1144174170.3.20250430102730385, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:28:34,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Create Location[pk=136357, systemID=fs1, path=2025/04/30/59FBE249/8418CEF6/57084C51, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-04-30 10:28:34,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274): Updated DB in 15 ms
2025-04-30 10:28:34,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102730385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:34,428 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) >> A-RELEASE-RQ
2025-04-30 10:28:34,428 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4578) DCM4CHEE<-HS30(274) << A-RELEASE-RP
2025-04-30 10:28:34,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(274): close Socket[addr=187.91.28.24/187.91.28.24,port=52117,localport=11112]
2025-04-30 10:28:37,131 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 10:28:37,132 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-04-30 10:28:37,132 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:28:37,152 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-04-30 10:28:37,152 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:28:37,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 10:28:38,659 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 10:28:38,661 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 10:28:47,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:28:47,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134750, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095033192, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 10:28:47,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095033192] with equal digest
2025-04-30 10:28:47,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:28:47,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095033192 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:28:47,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 10:29:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 10:29:11,629 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 10:29:11,630 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 10:29:26,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:29:26,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134752, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095043671, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 10:29:26,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095043671] with equal digest
2025-04-30 10:29:26,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:29:26,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095043671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:29:26,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:29:37,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 10:29:37,154 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:29:37,156 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-04-30 10:29:37,156 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:29:37,156 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:29:37,177 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-04-30 10:29:37,178 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:29:37,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 10:29:38,661 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 10:29:38,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 10:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 10:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 10:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4583) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4583) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 10:30:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 10:30:03,776 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:30:03,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134753, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095127664, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 10:30:03,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095127664] with equal digest
2025-04-30 10:30:03,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:30:03,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095127664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:30:03,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:30:11,631 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 10:30:11,632 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 10:30:37,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 10:30:37,179 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-04-30 10:30:37,179 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:30:37,200 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-04-30 10:30:37,201 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:30:37,201 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 10:30:38,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 10:30:38,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 10:30:49,907 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:30:49,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134754, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095231400, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 10:30:49,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095231400] with equal digest
2025-04-30 10:30:49,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:30:49,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095231400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:30:50,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 10:31:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 10:31:11,632 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 10:31:11,633 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 10:31:32,287 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:31:32,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134755, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095334738, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 10:31:32,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095334738] with equal digest
2025-04-30 10:31:32,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:31:32,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095334738 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:31:32,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:31:37,201 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 10:31:37,202 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-04-30 10:31:37,202 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:31:37,223 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-04-30 10:31:37,223 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:31:37,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 10:31:38,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 10:31:38,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 10:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 10:32:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 10:32:07,967 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:32:07,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134756, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095341157, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 10:32:07,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095341157] with equal digest
2025-04-30 10:32:07,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 2 ms
2025-04-30 10:32:07,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095341157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:32:08,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:32:09,869 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:32:09,874 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:32:11,634 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 10:32:11,635 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 10:32:37,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 10:32:37,224 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-04-30 10:32:37,225 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:32:37,245 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-04-30 10:32:37,245 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:32:37,245 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 10:32:38,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:32:38,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134758, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095350488, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 10:32:38,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095350488] with equal digest
2025-04-30 10:32:38,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:32:38,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095350488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:32:38,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:32:38,668 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 10:32:38,669 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 10:32:50,733 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4573) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:32:50,740 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Patient[pk=10442, id=PatientID[pk=10442, id=343124, issuer=DCM4CHEE.FF27E271.08921CF6], name=RAMONA PAREDES ROCHA]
2025-04-30 10:32:50,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Study[pk=11871, uid=1.2.392.200036.9125.2.3619053820161.6598461021.329631, id=*]
2025-04-30 10:32:50,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Series[pk=12521, uid=1.2.392.200036.9125.3.3619053820161.6598461021.329632, no=3001, mod=CR]
2025-04-30 10:32:50,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Instance[pk=136358, uid=1.2.392.200036.9125.9.0.254280071.3423741118.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 10:32:50,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Location[pk=136358, systemID=fs1, path=2025/04/30/52D73B78/D0AEF77A/2A275B47, tsuid=1.2.840.10008.1.2, size=14015758, status=OK, objectType=DICOM_FILE]
2025-04-30 10:32:50,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Updated DB in 22 ms
2025-04-30 10:32:50,758 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) No duplicate record with equal Patient ID found Patient[pk=10442, id=PatientID[pk=10442, id=343124, issuer=DCM4CHEE.FF27E271.08921CF6], name=RAMONA PAREDES ROCHA]
2025-04-30 10:32:50,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) << 437:C-STORE-RSP[pcid=179, 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.254280071.3423741118.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:32:50,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) >> 449:C-STORE-RQ[pcid=179, 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.254280072.286467262.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 10:33:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 10:33:03,673 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52118,localport=11112]
2025-04-30 10:33:03,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> A-ASSOCIATE-RQ
2025-04-30 10:33:03,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << A-ASSOCIATE-AC
2025-04-30 10:33:03,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102610601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:06,309 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 10:33:06,311 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 10:33:08,640 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:33:08,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134768, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095356804, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 10:33:08,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095356804] with equal digest
2025-04-30 10:33:08,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:33:08,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095356804 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:08,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:11,635 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 10:33:11,636 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 10:33:17,335 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-04-30 10:33:17,346 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Patient[pk=10443, id=PatientID[pk=10443, id=234752, issuer=DCM4CHEE.6874971C.0875EDF3], name=LUCIMAR HERMENEGILDO DA SILVA]
2025-04-30 10:33:17,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Study[pk=11872, uid=234752, id=38522]
2025-04-30 10:33:17,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Series[pk=12522, uid=1.2.410.200001.101.11.301.1123109166.2.20250430102610280, no=1, mod=US]
2025-04-30 10:33:17,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136359, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102610601, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:33:17,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136359, systemID=fs1, path=2025/04/30/58397621/805F7565/4E09E533, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:17,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 37 ms
2025-04-30 10:33:17,374 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) No duplicate record with equal Patient ID found Patient[pk=10443, id=PatientID[pk=10443, id=234752, issuer=DCM4CHEE.6874971C.0875EDF3], name=LUCIMAR HERMENEGILDO DA SILVA]
2025-04-30 10:33:17,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102610601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:17,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102704713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:23,764 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-04-30 10:33:23,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136360, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102704713, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:33:23,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136360, systemID=fs1, path=2025/04/30/58397621/805F7565/4FB27BAF, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:23,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 20 ms
2025-04-30 10:33:23,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102704713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:23,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102841501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:30,745 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-04-30 10:33:30,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136361, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102841501, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:33:30,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136361, systemID=fs1, path=2025/04/30/58397621/805F7565/519E4D92, tsuid=1.2.840.10008.1.2, size=3915894, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:30,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 19 ms
2025-04-30 10:33:30,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102841501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:30,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102954374 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:35,226 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-04-30 10:33:35,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136362, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102954374, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:33:35,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136362, systemID=fs1, path=2025/04/30/58397621/805F7565/53629429, tsuid=1.2.840.10008.1.2, size=3915894, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:35,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 39 ms
2025-04-30 10:33:35,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102954374 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:35,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103043158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:37,245 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 10:33:37,246 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-04-30 10:33:37,247 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:33:37,273 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-04-30 10:33:37,273 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:33:37,273 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 10:33:38,670 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 10:33:38,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 10:33:39,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:33:39,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134769, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095406573, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 10:33:39,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095406573] with equal digest
2025-04-30 10:33:39,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:33:39,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095406573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:39,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:40,117 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-04-30 10:33:40,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136363, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103043158, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:33:40,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136363, systemID=fs1, path=2025/04/30/58397621/805F7565/78DE9E37, tsuid=1.2.840.10008.1.2, size=3416786, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:40,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 29 ms
2025-04-30 10:33:40,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103043158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:40,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103244414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:47,303 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-04-30 10:33:47,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136364, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103244414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:33:47,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136364, systemID=fs1, path=2025/04/30/58397621/805F7565/7C48CE97, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:47,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 19 ms
2025-04-30 10:33:47,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103244414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:47,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103331881 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:51,768 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-04-30 10:33:51,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136365, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103331881, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:33:51,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136365, systemID=fs1, path=2025/04/30/58397621/805F7565/7DEE4272, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:51,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 27 ms
2025-04-30 10:33:51,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 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.20250430103331881 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:51,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103344849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:56,820 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-04-30 10:33:56,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136366, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103344849, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:33:56,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136366, systemID=fs1, path=2025/04/30/58397621/805F7565/7DFDB69C, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 10:33:56,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 13 ms
2025-04-30 10:33:56,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 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.20250430103344849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:33:57,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> 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.20250430103416877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 10:34:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 10:34:04,381 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-04-30 10:34:04,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Instance[pk=136367, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103416877, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:34:04,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Create Location[pk=136367, systemID=fs1, path=2025/04/30/58397621/805F7565/7F8931D1, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 10:34:04,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275): Updated DB in 24 ms
2025-04-30 10:34:04,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << 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.20250430103416877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:04,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) >> A-RELEASE-RQ
2025-04-30 10:34:04,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(275) << A-RELEASE-RP
2025-04-30 10:34:04,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(275): close Socket[addr=187.91.28.24/187.91.28.24,port=52118,localport=11112]
2025-04-30 10:34:05,005 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52119,localport=11112]
2025-04-30 10:34:05,005 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> A-ASSOCIATE-RQ
2025-04-30 10:34:05,005 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << A-ASSOCIATE-AC
2025-04-30 10:34:05,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102610601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:10,932 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:34:10,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134770, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095441481, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 10:34:10,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095441481] with equal digest
2025-04-30 10:34:10,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 2 ms
2025-04-30 10:34:10,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095441481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:11,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:11,636 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 10:34:11,637 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 10:34:15,706 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-04-30 10:34:15,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136359, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102610601, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:34:15,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102610601] with equal digest
2025-04-30 10:34:15,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 4 ms
2025-04-30 10:34:15,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102610601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:15,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102704713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:23,853 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-04-30 10:34:23,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136360, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102704713, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:34:23,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102704713] with equal digest
2025-04-30 10:34:23,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 2 ms
2025-04-30 10:34:23,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102704713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:24,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102841501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:29,657 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-04-30 10:34:29,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136361, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102841501, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:34:29,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102841501] with equal digest
2025-04-30 10:34:29,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 3 ms
2025-04-30 10:34:29,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102841501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:29,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102954374 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:35,860 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-04-30 10:34:35,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136362, uid=1.2.410.200001.101.11.301.1123109166.3.20250430102954374, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:34:35,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102954374] with equal digest
2025-04-30 10:34:35,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 3 ms
2025-04-30 10:34:35,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430102954374 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:36,061 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103043158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:37,273 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 10:34:37,275 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-04-30 10:34:37,275 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:34:37,276 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 10:34:37,306 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-04-30 10:34:37,306 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:34:37,307 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 10:34:37,308 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 10:34:37,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 10:34:38,672 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 10:34:38,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 10:34:41,660 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-04-30 10:34:41,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136363, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103043158, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:34:41,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103043158] with equal digest
2025-04-30 10:34:41,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 3 ms
2025-04-30 10:34:41,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103043158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:41,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103113096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:45,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:34:45,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134772, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095517901, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 10:34:45,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095517901] with equal digest
2025-04-30 10:34:45,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:34:45,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095517901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:46,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:48,050 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-04-30 10:34:48,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Create Instance[pk=136368, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103113096, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:34:48,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Create Location[pk=136368, systemID=fs1, path=2025/04/30/58397621/805F7565/7A692D0C, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 10:34:48,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 22 ms
2025-04-30 10:34:48,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103113096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:48,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103244414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:54,662 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-04-30 10:34:54,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136364, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103244414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:34:54,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103244414] with equal digest
2025-04-30 10:34:54,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 3 ms
2025-04-30 10:34:54,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 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.20250430103244414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:34:54,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103331881 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-04-30 10:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-04-30 10:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4605) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4605) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:35:01,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-04-30 10:35:01,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136365, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103331881, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:35:01,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103331881] with equal digest
2025-04-30 10:35:01,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 2 ms
2025-04-30 10:35:01,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 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.20250430103331881 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:01,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 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.20250430103344849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 10:35:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 10:35:06,117 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-04-30 10:35:06,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136366, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103344849, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:35:06,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103344849] with equal digest
2025-04-30 10:35:06,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 2 ms
2025-04-30 10:35:06,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 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.20250430103344849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:06,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> 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.20250430103416877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:06,731 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49949,localport=11112]
2025-04-30 10:35:06,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) >> A-ASSOCIATE-RQ
2025-04-30 10:35:06,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) << A-ASSOCIATE-AC
2025-04-30 10:35:07,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) >> 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.1745980530.62 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:09,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4606) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:09,320 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Create Patient[pk=10444, id=PatientID[pk=10444, id=342884, issuer=DCM4CHEE.1F432A1A.8A2C1A25], name=IRIS IRACY DOS SANTOS DE LIRA]
2025-04-30 10:35:09,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Create Study[pk=11873, uid=342884, id=38569]
2025-04-30 10:35:09,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Create Series[pk=12523, uid=1.2.840.113619.2.423.84107009440.1745980040.61, no=1, mod=US]
2025-04-30 10:35:09,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Create Instance[pk=136369, uid=1.2.840.113619.2.423.84107009440.1745980530.62, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 10:35:09,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Create Location[pk=136369, systemID=fs1, path=2025/04/30/59FB81A3/BE94C127/C70EE4C2, tsuid=1.2.840.10008.1.2.1, size=692634, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:09,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Updated DB in 37 ms
2025-04-30 10:35:09,351 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) No duplicate record with equal Patient ID found Patient[pk=10444, id=PatientID[pk=10444, id=342884, issuer=DCM4CHEE.1F432A1A.8A2C1A25], name=IRIS IRACY DOS SANTOS DE LIRA]
2025-04-30 10:35:09,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) << 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.1745980530.62 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:09,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) >> 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.1745980530.62 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:10,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4606) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:10,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Found previous received Instance[pk=136369, uid=1.2.840.113619.2.423.84107009440.1745980530.62, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 10:35:10,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980530.62] with equal digest
2025-04-30 10:35:10,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277): Updated DB in 2 ms
2025-04-30 10:35:10,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) << 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.1745980530.62 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:10,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) >> A-RELEASE-RQ
2025-04-30 10:35:10,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4606) DCM4CHEE<-F6LOGIQ(277) << A-RELEASE-RP
2025-04-30 10:35:10,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-F6LOGIQ(277): close Socket[addr=187.91.28.24/187.91.28.24,port=49949,localport=11112]
2025-04-30 10:35:11,155 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-04-30 10:35:11,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Found previous received Instance[pk=136367, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103416877, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:35:11,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103416877] with equal digest
2025-04-30 10:35:11,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276): Updated DB in 2 ms
2025-04-30 10:35:11,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << 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.20250430103416877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:11,356 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) >> A-RELEASE-RQ
2025-04-30 10:35:11,356 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-HS30(276) << A-RELEASE-RP
2025-04-30 10:35:11,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(276): close Socket[addr=187.91.28.24/187.91.28.24,port=52119,localport=11112]
2025-04-30 10:35:11,638 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 10:35:11,638 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 10:35:20,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:20,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134773, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095603919, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 10:35:20,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095603919] with equal digest
2025-04-30 10:35:20,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 4 ms
2025-04-30 10:35:20,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095603919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:21,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:22,887 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52230,localport=11112]
2025-04-30 10:35:22,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> A-ASSOCIATE-RQ
2025-04-30 10:35:22,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << A-ASSOCIATE-AC
2025-04-30 10:35:23,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:25,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:25,098 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Patient[pk=10445, id=PatientID[pk=10445, id=343312, issuer=DCM4CHEE.2C3D388B.051AAA69], name=TEREZINHA FURTADO DE OLIVEIRA]
2025-04-30 10:35:25,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Study[pk=11874, uid=343312, id=38563]
2025-04-30 10:35:25,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Series[pk=12524, uid=1.2.410.200001.101.11.501.1791052210.2.20250430102434737, no=1, mod=US]
2025-04-30 10:35:25,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Instance[pk=136370, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:35:25,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Location[pk=136370, systemID=fs1, path=2025/04/30/59FBE262/1F54451E/ECFF0495, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:25,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Updated DB in 15 ms
2025-04-30 10:35:25,110 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) No duplicate record with equal Patient ID found Patient[pk=10445, id=PatientID[pk=10445, id=343312, issuer=DCM4CHEE.2C3D388B.051AAA69], name=TEREZINHA FURTADO DE OLIVEIRA]
2025-04-30 10:35:25,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:25,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:25,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:25,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Instance[pk=136371, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:35:25,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Location[pk=136371, systemID=fs1, path=2025/04/30/59FBE262/1F54451E/EEC18C14, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:25,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Updated DB in 5 ms
2025-04-30 10:35:25,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:25,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:26,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:26,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Instance[pk=136372, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:35:26,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Location[pk=136372, systemID=fs1, path=2025/04/30/59FBE262/1F54451E/F22D1A75, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:26,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Updated DB in 39 ms
2025-04-30 10:35:26,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:26,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:26,904 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:26,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Instance[pk=136373, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:35:26,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Location[pk=136373, systemID=fs1, path=2025/04/30/59FBE262/1F54451E/1C9D023A, tsuid=1.2.840.10008.1.2, size=3915912, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:26,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Updated DB in 16 ms
2025-04-30 10:35:26,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:27,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:27,457 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:27,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Instance[pk=136374, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:35:27,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Location[pk=136374, systemID=fs1, path=2025/04/30/59FBE262/1F54451E/1E5EE7D5, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:27,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Updated DB in 15 ms
2025-04-30 10:35:27,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:27,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:28,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:28,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Instance[pk=136375, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:35:28,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Location[pk=136375, systemID=fs1, path=2025/04/30/59FBE262/1F54451E/203240EF, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:28,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Updated DB in 13 ms
2025-04-30 10:35:28,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:28,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:28,534 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:28,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Instance[pk=136376, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:35:28,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Create Location[pk=136376, systemID=fs1, path=2025/04/30/59FBE262/1F54451E/21E2FAB8, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:28,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278): Updated DB in 18 ms
2025-04-30 10:35:28,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:28,758 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) >> A-RELEASE-RQ
2025-04-30 10:35:28,758 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(278) << A-RELEASE-RP
2025-04-30 10:35:28,809 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(278): close Socket[addr=187.91.28.24/187.91.28.24,port=52230,localport=11112]
2025-04-30 10:35:29,146 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52232,localport=11112]
2025-04-30 10:35:29,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> A-ASSOCIATE-RQ
2025-04-30 10:35:29,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << A-ASSOCIATE-AC
2025-04-30 10:35:29,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:31,300 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:31,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Found previous received Instance[pk=136370, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:35:31,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102435123] with equal digest
2025-04-30 10:35:31,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Updated DB in 4 ms
2025-04-30 10:35:31,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:31,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:32,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:32,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Found previous received Instance[pk=136371, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:35:32,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102544462] with equal digest
2025-04-30 10:35:32,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Updated DB in 3 ms
2025-04-30 10:35:32,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:32,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:32,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:32,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Found previous received Instance[pk=136372, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:35:32,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102748799] with equal digest
2025-04-30 10:35:32,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Updated DB in 3 ms
2025-04-30 10:35:32,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:32,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:33,321 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:33,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Found previous received Instance[pk=136373, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:35:33,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103106953] with equal digest
2025-04-30 10:35:33,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Updated DB in 3 ms
2025-04-30 10:35:33,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:33,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:33,824 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:33,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Found previous received Instance[pk=136374, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:35:33,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103214055] with equal digest
2025-04-30 10:35:33,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Updated DB in 3 ms
2025-04-30 10:35:33,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:34,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:34,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:34,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Found previous received Instance[pk=136375, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:35:34,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103339383] with equal digest
2025-04-30 10:35:34,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Updated DB in 3 ms
2025-04-30 10:35:34,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:34,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:34,870 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:34,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Found previous received Instance[pk=136376, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:35:34,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103430186] with equal digest
2025-04-30 10:35:34,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279): Updated DB in 2 ms
2025-04-30 10:35:34,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:35,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) >> A-RELEASE-RQ
2025-04-30 10:35:35,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(279) << A-RELEASE-RP
2025-04-30 10:35:35,118 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS50US07(279): close Socket[addr=187.91.28.24/187.91.28.24,port=52232,localport=11112]
2025-04-30 10:35:35,456 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52233,localport=11112]
2025-04-30 10:35:35,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> A-ASSOCIATE-RQ
2025-04-30 10:35:35,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << A-ASSOCIATE-AC
2025-04-30 10:35:35,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:37,309 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 10:35:37,310 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-04-30 10:35:37,310 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:35:37,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:37,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Found previous received Instance[pk=136370, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:35:37,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102435123] with equal digest
2025-04-30 10:35:37,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Updated DB in 3 ms
2025-04-30 10:35:37,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:37,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-04-30 10:35:37,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:35:37,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 10:35:37,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:37,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:37,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Found previous received Instance[pk=136371, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:35:37,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102544462] with equal digest
2025-04-30 10:35:37,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Updated DB in 3 ms
2025-04-30 10:35:37,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:38,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:38,386 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:38,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Found previous received Instance[pk=136372, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:35:38,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102748799] with equal digest
2025-04-30 10:35:38,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Updated DB in 2 ms
2025-04-30 10:35:38,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:38,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:38,674 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 10:35:38,675 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 10:35:38,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:38,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Found previous received Instance[pk=136373, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:35:38,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103106953] with equal digest
2025-04-30 10:35:38,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Updated DB in 3 ms
2025-04-30 10:35:38,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:39,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:39,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:39,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Found previous received Instance[pk=136374, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:35:39,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103214055] with equal digest
2025-04-30 10:35:39,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Updated DB in 3 ms
2025-04-30 10:35:39,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:39,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:39,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:39,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Found previous received Instance[pk=136375, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:35:39,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103339383] with equal digest
2025-04-30 10:35:39,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Updated DB in 2 ms
2025-04-30 10:35:39,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:40,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:40,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:40,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Found previous received Instance[pk=136376, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:35:40,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103430186] with equal digest
2025-04-30 10:35:40,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280): Updated DB in 3 ms
2025-04-30 10:35:40,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:40,626 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) >> A-RELEASE-RQ
2025-04-30 10:35:40,626 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-HS50US07(280) << A-RELEASE-RP
2025-04-30 10:35:40,676 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS50US07(280): close Socket[addr=187.91.28.24/187.91.28.24,port=52233,localport=11112]
2025-04-30 10:35:45,472 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49953,localport=11112]
2025-04-30 10:35:45,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) >> A-ASSOCIATE-RQ
2025-04-30 10:35:45,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) << A-ASSOCIATE-AC
2025-04-30 10:35:45,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) >> 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.1745980570.66 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:47,841 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:47,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281): Create Instance[pk=136377, uid=1.2.840.113619.2.423.84107009440.1745980570.66, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 10:35:47,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281): Create Location[pk=136377, systemID=fs1, path=2025/04/30/59FB81A3/BE94C127/C74742CA, tsuid=1.2.840.10008.1.2.1, size=692636, status=OK, objectType=DICOM_FILE]
2025-04-30 10:35:47,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281): Updated DB in 22 ms
2025-04-30 10:35:47,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) << 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.1745980570.66 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:48,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) >> 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.1745980570.66 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:48,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4609) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:48,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281): Found previous received Instance[pk=136377, uid=1.2.840.113619.2.423.84107009440.1745980570.66, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 10:35:48,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980570.66] with equal digest
2025-04-30 10:35:48,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281): Updated DB in 3 ms
2025-04-30 10:35:48,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) << 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.1745980570.66 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:35:49,303 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) >> A-RELEASE-RQ
2025-04-30 10:35:49,303 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4609) DCM4CHEE<-F6LOGIQ(281) << A-RELEASE-RP
2025-04-30 10:35:49,354 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-F6LOGIQ(281): close Socket[addr=187.91.28.24/187.91.28.24,port=49953,localport=11112]
2025-04-30 10:35:55,801 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:35:55,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134774, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095629705, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 10:35:55,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095629705] with equal digest
2025-04-30 10:35:55,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:35:55,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095629705 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:35:56,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 10:36:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 10:36:11,639 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 10:36:11,640 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 10:36:30,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:36:30,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=134775, uid=1.2.410.200001.101.11.601.1501430850.3.20250426095748382, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-04-30 10:36:30,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Ignore received Instance[studyUID=343179,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426093345035,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426095748382] with equal digest
2025-04-30 10:36:30,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270): Updated DB in 3 ms
2025-04-30 10:36:30,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << 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.20250426095748382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:36:30,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) >> A-RELEASE-RQ
2025-04-30 10:36:30,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(270) << A-RELEASE-RP
2025-04-30 10:36:30,841 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS60MT(270): close Socket[addr=187.91.28.24/187.91.28.24,port=49792,localport=11112]
2025-04-30 10:36:31,200 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49813,localport=11112]
2025-04-30 10:36:31,201 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> A-ASSOCIATE-RQ
2025-04-30 10:36:31,201 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << A-ASSOCIATE-AC
2025-04-30 10:36:31,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111425315 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:36:31,895 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49957,localport=11112]
2025-04-30 10:36:31,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) >> A-ASSOCIATE-RQ
2025-04-30 10:36:31,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) << A-ASSOCIATE-AC
2025-04-30 10:36:32,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) >> 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.1745980615.70 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:36:34,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-04-30 10:36:34,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283): Create Instance[pk=136378, uid=1.2.840.113619.2.423.84107009440.1745980615.70, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 10:36:34,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283): Create Location[pk=136378, systemID=fs1, path=2025/04/30/59FB81A3/BE94C127/C8A9D457, tsuid=1.2.840.10008.1.2.1, size=692636, status=OK, objectType=DICOM_FILE]
2025-04-30 10:36:34,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283): Updated DB in 14 ms
2025-04-30 10:36:34,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) << 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.1745980615.70 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:36:34,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) >> 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.1745980615.70 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:36:35,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-04-30 10:36:35,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283): Found previous received Instance[pk=136378, uid=1.2.840.113619.2.423.84107009440.1745980615.70, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 10:36:35,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980615.70] with equal digest
2025-04-30 10:36:35,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283): Updated DB in 3 ms
2025-04-30 10:36:35,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) << 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.1745980615.70 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:36:35,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) >> A-RELEASE-RQ
2025-04-30 10:36:35,409 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-F6LOGIQ(283) << A-RELEASE-RP
2025-04-30 10:36:35,459 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-F6LOGIQ(283): close Socket[addr=187.91.28.24/187.91.28.24,port=49957,localport=11112]
2025-04-30 10:36:37,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 10:36:37,332 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 10:36:37,332 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 10:36:37,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:36:37,353 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-04-30 10:36:37,353 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:36:37,354 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 10:36:37,354 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 10:36:37,354 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 10:36:38,676 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 10:36:38,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 10:36:56,510 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52120,localport=11112]
2025-04-30 10:36:56,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284) >> A-ASSOCIATE-RQ
2025-04-30 10:36:56,511 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284) << A-ASSOCIATE-AC
2025-04-30 10:36:56,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103659551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:02,550 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4615) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:02,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Series[pk=12525, uid=1.2.410.200001.101.11.301.1123109166.2.20250430103659229, no=2, mod=US]
2025-04-30 10:37:02,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Instance[pk=136379, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103659551, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:37:02,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Location[pk=136379, systemID=fs1, path=2025/04/30/58397621/B5822550/832C92A9, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 10:37:02,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Updated DB in 25 ms
2025-04-30 10:37:02,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103659551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:02,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103713419 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 10:37:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 10:37:07,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4615) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:07,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Instance[pk=136380, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103713419, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:37:07,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Location[pk=136380, systemID=fs1, path=2025/04/30/58397621/B5822550/84A64ED5, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 10:37:07,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Updated DB in 11 ms
2025-04-30 10:37:07,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103713419 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:08,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103725021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:09,875 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:37:09,880 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:37:09,996 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49959,localport=11112]
2025-04-30 10:37:09,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) >> A-ASSOCIATE-RQ
2025-04-30 10:37:09,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) << A-ASSOCIATE-AC
2025-04-30 10:37:10,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) >> 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.1745980653.74 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:10,205 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:10,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Found previous received Instance[pk=136146, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111425315, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:37:10,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Ignore received Instance[studyUID=343198,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426111425056,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426111425315] with equal digest
2025-04-30 10:37:10,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Updated DB in 3 ms
2025-04-30 10:37:10,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111425315 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:10,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111601067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:11,640 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 10:37:11,641 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 10:37:12,128 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:12,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285): Create Instance[pk=136381, uid=1.2.840.113619.2.423.84107009440.1745980653.74, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 10:37:12,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285): Create Location[pk=136381, systemID=fs1, path=2025/04/30/59FB81A3/BE94C127/C8E149A1, tsuid=1.2.840.10008.1.2.1, size=692636, status=OK, objectType=DICOM_FILE]
2025-04-30 10:37:12,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285): Updated DB in 20 ms
2025-04-30 10:37:12,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) << 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.1745980653.74 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:12,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) >> 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.1745980653.74 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:13,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:13,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285): Found previous received Instance[pk=136381, uid=1.2.840.113619.2.423.84107009440.1745980653.74, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 10:37:13,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980653.74] with equal digest
2025-04-30 10:37:13,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285): Updated DB in 3 ms
2025-04-30 10:37:13,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) << 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.1745980653.74 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:13,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) >> A-RELEASE-RQ
2025-04-30 10:37:13,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(285) << A-RELEASE-RP
2025-04-30 10:37:13,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-F6LOGIQ(285): close Socket[addr=187.91.28.24/187.91.28.24,port=49959,localport=11112]
2025-04-30 10:37:14,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4615) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:14,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Instance[pk=136382, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103725021, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:37:14,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Location[pk=136382, systemID=fs1, path=2025/04/30/58397621/B5822550/84B54027, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 10:37:14,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Updated DB in 29 ms
2025-04-30 10:37:14,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103725021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:14,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103734477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:16,000 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49960,localport=11112]
2025-04-30 10:37:16,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) >> A-ASSOCIATE-RQ
2025-04-30 10:37:16,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) << A-ASSOCIATE-AC
2025-04-30 10:37:16,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) >> 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.1745980530.62 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:18,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:18,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Found previous received Instance[pk=136369, uid=1.2.840.113619.2.423.84107009440.1745980530.62, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 10:37:18,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980530.62] with equal digest
2025-04-30 10:37:18,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Updated DB in 4 ms
2025-04-30 10:37:18,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) << 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.1745980530.62 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:18,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) >> 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.1745980570.66 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:19,143 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:19,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Found previous received Instance[pk=136377, uid=1.2.840.113619.2.423.84107009440.1745980570.66, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 10:37:19,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980570.66] with equal digest
2025-04-30 10:37:19,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Updated DB in 3 ms
2025-04-30 10:37:19,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) << 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.1745980570.66 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:19,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) >> 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.1745980615.70 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:20,198 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:20,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Found previous received Instance[pk=136378, uid=1.2.840.113619.2.423.84107009440.1745980615.70, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 10:37:20,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980615.70] with equal digest
2025-04-30 10:37:20,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Updated DB in 3 ms
2025-04-30 10:37:20,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) << 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.1745980615.70 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:20,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) >> 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.1745980653.74 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:20,863 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4615) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:20,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Instance[pk=136383, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103734477, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:37:20,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Create Location[pk=136383, systemID=fs1, path=2025/04/30/58397621/B5822550/84C2F2EE, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-04-30 10:37:20,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284): Updated DB in 5 ms
2025-04-30 10:37:20,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103734477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:21,070 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284) >> A-RELEASE-RQ
2025-04-30 10:37:21,070 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4615) DCM4CHEE<-HS30(284) << A-RELEASE-RP
2025-04-30 10:37:21,121 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(284): close Socket[addr=187.91.28.24/187.91.28.24,port=52120,localport=11112]
2025-04-30 10:37:21,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:21,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Found previous received Instance[pk=136381, uid=1.2.840.113619.2.423.84107009440.1745980653.74, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 10:37:21,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Ignore received Instance[studyUID=342884,seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61,objectUID=1.2.840.113619.2.423.84107009440.1745980653.74] with equal digest
2025-04-30 10:37:21,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286): Updated DB in 3 ms
2025-04-30 10:37:21,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) << 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.1745980653.74 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 10:37:21,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4573) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:21,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Instance[pk=136384, uid=1.2.392.200036.9125.9.0.254280072.286467262.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 10:37:21,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Location[pk=136384, systemID=fs1, path=2025/04/30/52D73B78/D0AEF77A/E289FE85, tsuid=1.2.840.10008.1.2, size=14015754, status=OK, objectType=DICOM_FILE]
2025-04-30 10:37:21,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Updated DB in 19 ms
2025-04-30 10:37:21,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) << 449:C-STORE-RSP[pcid=179, 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.254280072.286467262.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:21,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) >> 461:C-STORE-RQ[pcid=179, 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.254280072.1360274622.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:21,633 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) >> A-RELEASE-RQ
2025-04-30 10:37:21,633 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-F6LOGIQ(286) << A-RELEASE-RP
2025-04-30 10:37:21,684 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-F6LOGIQ(286): close Socket[addr=187.91.28.24/187.91.28.24,port=49960,localport=11112]
2025-04-30 10:37:22,460 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52121,localport=11112]
2025-04-30 10:37:22,461 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287) >> A-ASSOCIATE-RQ
2025-04-30 10:37:22,461 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287) << A-ASSOCIATE-AC
2025-04-30 10:37:22,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103659551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:27,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:27,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Found previous received Instance[pk=136379, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103659551, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:37:27,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103659551] with equal digest
2025-04-30 10:37:27,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Updated DB in 3 ms
2025-04-30 10:37:27,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103659551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:27,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103713419 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:31,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:31,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Found previous received Instance[pk=136380, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103713419, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:37:31,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103713419] with equal digest
2025-04-30 10:37:31,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Updated DB in 3 ms
2025-04-30 10:37:31,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103713419 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:31,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103725021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:36,843 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:36,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Found previous received Instance[pk=136382, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103725021, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:37:36,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103725021] with equal digest
2025-04-30 10:37:36,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Updated DB in 3 ms
2025-04-30 10:37:36,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103725021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:37,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(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.301.1123109166.3.20250430103734477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:37,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 10:37:37,356 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-04-30 10:37:37,356 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:37:37,377 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-04-30 10:37:37,377 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:37:37,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 10:37:38,678 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 10:37:38,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 10:37:42,779 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52234,localport=11112]
2025-04-30 10:37:42,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288) >> A-ASSOCIATE-RQ
2025-04-30 10:37:42,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288) << A-ASSOCIATE-AC
2025-04-30 10:37:43,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:43,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:43,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Found previous received Instance[pk=136383, uid=1.2.410.200001.101.11.301.1123109166.3.20250430103734477, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:37:43,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103734477] with equal digest
2025-04-30 10:37:43,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287): Updated DB in 2 ms
2025-04-30 10:37:43,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430103734477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:43,427 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287) >> A-RELEASE-RQ
2025-04-30 10:37:43,427 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4616) DCM4CHEE<-HS30(287) << A-RELEASE-RP
2025-04-30 10:37:43,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(287): close Socket[addr=187.91.28.24/187.91.28.24,port=52121,localport=11112]
2025-04-30 10:37:44,793 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:44,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Found previous received Instance[pk=136148, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111601067, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:37:44,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Ignore received Instance[studyUID=343198,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426111425056,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426111601067] with equal digest
2025-04-30 10:37:44,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Updated DB in 3 ms
2025-04-30 10:37:44,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111601067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:44,920 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:44,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Found previous received Instance[pk=136370, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:37:44,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102435123] with equal digest
2025-04-30 10:37:44,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Updated DB in 3 ms
2025-04-30 10:37:44,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:44,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111631956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:45,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:45,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:45,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Found previous received Instance[pk=136371, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:37:45,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102544462] with equal digest
2025-04-30 10:37:45,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Updated DB in 2 ms
2025-04-30 10:37:45,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:45,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:46,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:46,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Found previous received Instance[pk=136372, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:37:46,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102748799] with equal digest
2025-04-30 10:37:46,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Updated DB in 2 ms
2025-04-30 10:37:46,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:46,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:46,546 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:46,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Found previous received Instance[pk=136373, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:37:46,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103106953] with equal digest
2025-04-30 10:37:46,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Updated DB in 2 ms
2025-04-30 10:37:46,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:46,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:47,041 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:47,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Found previous received Instance[pk=136374, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:37:47,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103214055] with equal digest
2025-04-30 10:37:47,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Updated DB in 3 ms
2025-04-30 10:37:47,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:47,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:47,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:47,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Found previous received Instance[pk=136375, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:37:47,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103339383] with equal digest
2025-04-30 10:37:47,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Updated DB in 3 ms
2025-04-30 10:37:47,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:47,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:48,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:48,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Found previous received Instance[pk=136376, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:37:48,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103430186] with equal digest
2025-04-30 10:37:48,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288): Updated DB in 3 ms
2025-04-30 10:37:48,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:48,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288) >> A-RELEASE-RQ
2025-04-30 10:37:48,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(288) << A-RELEASE-RP
2025-04-30 10:37:48,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS50US07(288): close Socket[addr=187.91.28.24/187.91.28.24,port=52234,localport=11112]
2025-04-30 10:37:48,664 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52236,localport=11112]
2025-04-30 10:37:48,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) >> A-ASSOCIATE-RQ
2025-04-30 10:37:48,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << A-ASSOCIATE-AC
2025-04-30 10:37:48,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:50,572 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:50,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=136370, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:37:50,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102435123] with equal digest
2025-04-30 10:37:50,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Updated DB in 4 ms
2025-04-30 10:37:50,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:50,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:51,131 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:51,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=136371, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:37:51,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102544462] with equal digest
2025-04-30 10:37:51,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Updated DB in 3 ms
2025-04-30 10:37:51,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:51,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:51,665 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:51,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=136372, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:37:51,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102748799] with equal digest
2025-04-30 10:37:51,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Updated DB in 3 ms
2025-04-30 10:37:51,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:51,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:52,199 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:52,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=136373, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:37:52,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103106953] with equal digest
2025-04-30 10:37:52,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Updated DB in 3 ms
2025-04-30 10:37:52,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:52,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:52,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:52,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=136374, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:37:52,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103214055] with equal digest
2025-04-30 10:37:52,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Updated DB in 2 ms
2025-04-30 10:37:52,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:52,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:53,275 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:53,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=136375, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:37:53,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103339383] with equal digest
2025-04-30 10:37:53,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Updated DB in 3 ms
2025-04-30 10:37:53,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:53,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:53,830 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:53,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=136376, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:37:53,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103430186] with equal digest
2025-04-30 10:37:53,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289): Updated DB in 3 ms
2025-04-30 10:37:53,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:54,079 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) >> A-RELEASE-RQ
2025-04-30 10:37:54,079 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(289) << A-RELEASE-RP
2025-04-30 10:37:54,130 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(289): close Socket[addr=187.91.28.24/187.91.28.24,port=52236,localport=11112]
2025-04-30 10:37:54,585 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52237,localport=11112]
2025-04-30 10:37:54,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290) >> A-ASSOCIATE-RQ
2025-04-30 10:37:54,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290) << A-ASSOCIATE-AC
2025-04-30 10:37:54,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:56,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:56,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=136370, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:37:56,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102435123] with equal digest
2025-04-30 10:37:56,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Updated DB in 4 ms
2025-04-30 10:37:56,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:56,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:57,113 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:57,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=136371, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:37:57,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102544462] with equal digest
2025-04-30 10:37:57,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Updated DB in 2 ms
2025-04-30 10:37:57,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:57,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:57,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:57,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=136372, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:37:57,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102748799] with equal digest
2025-04-30 10:37:57,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Updated DB in 3 ms
2025-04-30 10:37:57,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:57,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:58,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:58,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=136373, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:37:58,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103106953] with equal digest
2025-04-30 10:37:58,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Updated DB in 3 ms
2025-04-30 10:37:58,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:58,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:58,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:58,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=136374, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:37:58,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103214055] with equal digest
2025-04-30 10:37:58,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Updated DB in 3 ms
2025-04-30 10:37:58,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:58,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:59,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:59,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=136375, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:37:59,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103339383] with equal digest
2025-04-30 10:37:59,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Updated DB in 3 ms
2025-04-30 10:37:59,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:59,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:59,732 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:37:59,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=136376, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:37:59,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103430186] with equal digest
2025-04-30 10:37:59,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290): Updated DB in 3 ms
2025-04-30 10:37:59,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:37:59,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290) >> A-RELEASE-RQ
2025-04-30 10:37:59,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(290) << A-RELEASE-RP
2025-04-30 10:37:59,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS50US07(290): close Socket[addr=187.91.28.24/187.91.28.24,port=52237,localport=11112]
2025-04-30 10:38:00,335 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52238,localport=11112]
2025-04-30 10:38:00,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) >> A-ASSOCIATE-RQ
2025-04-30 10:38:00,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << A-ASSOCIATE-AC
2025-04-30 10:38:00,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:02,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:02,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=136370, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102435123, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:38:02,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102435123] with equal digest
2025-04-30 10:38:02,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Updated DB in 3 ms
2025-04-30 10:38:02,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102435123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:02,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 10:38:03,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:03,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=136371, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:38:03,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102544462] with equal digest
2025-04-30 10:38:03,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Updated DB in 3 ms
2025-04-30 10:38:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 10:38:03,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102544462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:03,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:03,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:03,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=136372, uid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:38:03,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430102748799] with equal digest
2025-04-30 10:38:03,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Updated DB in 2 ms
2025-04-30 10:38:03,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430102748799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:03,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:04,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:04,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=136373, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:38:04,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103106953] with equal digest
2025-04-30 10:38:04,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Updated DB in 3 ms
2025-04-30 10:38:04,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103106953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:04,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:04,850 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:04,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=136374, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:38:04,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103214055] with equal digest
2025-04-30 10:38:04,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Updated DB in 3 ms
2025-04-30 10:38:04,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103214055 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:05,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:05,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:05,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=136375, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:38:05,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103339383] with equal digest
2025-04-30 10:38:05,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Updated DB in 3 ms
2025-04-30 10:38:05,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430103339383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:05,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:05,925 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4621) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:05,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=136376, uid=1.2.410.200001.101.11.501.1791052210.3.20250430103430186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:38:05,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Ignore received Instance[studyUID=343312,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430102434737,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430103430186] with equal digest
2025-04-30 10:38:05,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291): Updated DB in 2 ms
2025-04-30 10:38:05,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << 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.20250430103430186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:06,124 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) >> A-RELEASE-RQ
2025-04-30 10:38:06,124 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4621) DCM4CHEE<-HS50US07(291) << A-RELEASE-RP
2025-04-30 10:38:06,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS50US07(291): close Socket[addr=187.91.28.24/187.91.28.24,port=52238,localport=11112]
2025-04-30 10:38:06,311 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 10:38:06,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 2 studies
2025-04-30 10:38:06,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 10:38:11,641 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 10:38:11,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 10:38:14,966 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:14,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Found previous received Instance[pk=136149, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111631956, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:38:14,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Ignore received Instance[studyUID=343198,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426111425056,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426111631956] with equal digest
2025-04-30 10:38:14,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Updated DB in 3 ms
2025-04-30 10:38:14,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111631956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:15,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111636046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:37,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 10:38:37,379 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 10:38:37,380 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 10:38:37,381 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-04-30 10:38:37,381 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:38:37,403 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-04-30 10:38:37,404 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:38:37,404 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 10:38:37,405 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 10:38:38,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 10:38:38,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 10:38:55,010 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:38:55,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Found previous received Instance[pk=136150, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111636046, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:38:55,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Ignore received Instance[studyUID=343198,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426111425056,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426111636046] with equal digest
2025-04-30 10:38:55,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Updated DB in 3 ms
2025-04-30 10:38:55,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111636046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:38:55,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111640224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 10:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 10:39:11,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 10:39:11,644 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 10:39:25,383 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:39:25,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Found previous received Instance[pk=136151, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111640224, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:39:25,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Ignore received Instance[studyUID=343198,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426111425056,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426111640224] with equal digest
2025-04-30 10:39:25,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Updated DB in 3 ms
2025-04-30 10:39:25,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111640224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:39:25,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111644410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:39:37,405 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 10:39:37,406 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 10:39:37,406 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 10:39:37,407 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-04-30 10:39:37,408 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:39:37,428 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-04-30 10:39:37,428 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:39:37,428 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 10:39:38,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 10:39:38,683 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 10:39:57,854 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:39:57,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Found previous received Instance[pk=136152, uid=1.2.410.200001.101.11.601.1501430850.3.20250426111644410, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:39:57,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Ignore received Instance[studyUID=343198,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426111425056,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426111644410] with equal digest
2025-04-30 10:39:57,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282): Updated DB in 3 ms
2025-04-30 10:39:57,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426111644410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:39:58,075 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) >> A-RELEASE-RQ
2025-04-30 10:39:58,075 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(282) << A-RELEASE-RP
2025-04-30 10:39:58,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS60MT(282): close Socket[addr=187.91.28.24/187.91.28.24,port=49813,localport=11112]
2025-04-30 10:39:58,492 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49814,localport=11112]
2025-04-30 10:39:58,492 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> A-ASSOCIATE-RQ
2025-04-30 10:39:58,492 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << A-ASSOCIATE-AC
2025-04-30 10:39:58,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083419686 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-04-30 10:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-04-30 10:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4630) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4630) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 10:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 10:40:11,644 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 10:40:11,645 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 10:40:37,428 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 10:40:37,429 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-04-30 10:40:37,429 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:40:37,450 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-04-30 10:40:37,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:40:37,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 10:40:38,684 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 10:40:38,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 10:40:38,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:40:38,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Study[pk=11875, uid=342720, id=38306]
2025-04-30 10:40:38,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Series[pk=12526, uid=1.2.410.200001.101.11.601.1501430850.2.20250429083419349, no=1, mod=US]
2025-04-30 10:40:38,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136385, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083419686, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:40:38,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136385, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/1FA904A3, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:40:38,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 18 ms
2025-04-30 10:40:38,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083419686 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:40:39,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083430601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 10:41:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 10:41:11,646 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 10:41:11,647 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 10:41:19,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:41:19,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136386, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083430601, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:41:19,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136386, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/1FC11B51, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:41:19,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 21 ms
2025-04-30 10:41:19,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429083430601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:41:19,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083441831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:41:37,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 10:41:37,452 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-04-30 10:41:37,452 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:41:37,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:41:37,472 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 10:41:38,686 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 10:41:38,687 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 10:41:45,006 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSDeleteScheduler.execute()
2025-04-30 10:41:45,008 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSDeleteScheduler.execute()
2025-04-30 10:41:52,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4573) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:41:52,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Instance[pk=136387, uid=1.2.392.200036.9125.9.0.254280072.1360274622.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 10:41:52,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Location[pk=136387, systemID=fs1, path=2025/04/30/52D73B78/D0AEF77A/26492D8B, tsuid=1.2.840.10008.1.2, size=14015762, status=OK, objectType=DICOM_FILE]
2025-04-30 10:41:52,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Updated DB in 17 ms
2025-04-30 10:41:52,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) << 461:C-STORE-RSP[pcid=179, 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.254280072.1360274622.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:41:52,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) >> 473:C-STORE-RQ[pcid=179, 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.254280071.2383488190.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:41:52,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:41:52,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136388, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083441831, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:41:52,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136388, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/1FCFAF10, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:41:52,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 12 ms
2025-04-30 10:41:52,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429083441831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:41:52,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083616487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 10:42:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 10:42:06,038 INFO  [org.dcm4chee.arc.delete.impl.RejectExpiredStudiesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start RejectExpiredStudiesScheduler.execute()
2025-04-30 10:42:06,047 INFO  [org.dcm4chee.arc.delete.impl.RejectExpiredStudiesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished RejectExpiredStudiesScheduler.execute()
2025-04-30 10:42:09,881 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:42:09,883 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:42:11,647 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 10:42:11,648 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 10:42:22,514 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:42:22,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136389, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083616487, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:42:22,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136389, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/23115143, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:42:22,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 14 ms
2025-04-30 10:42:22,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429083616487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:42:22,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083623933 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:42:37,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 10:42:37,474 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-04-30 10:42:37,474 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:42:37,500 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-04-30 10:42:37,500 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:42:37,500 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 10:42:38,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 10:42:38,689 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 10:42:49,312 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342884&seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61&objectUID=1.2.840.113619.2.423.84107009440.1745980570.66&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:42:49,345 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342884&seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61&objectUID=1.2.840.113619.2.423.84107009440.1745980653.74&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:42:49,375 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342884&seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61&objectUID=1.2.840.113619.2.423.84107009440.1745980615.70&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:42:49,404 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342884&seriesUID=1.2.840.113619.2.423.84107009440.1745980040.61&objectUID=1.2.840.113619.2.423.84107009440.1745980530.62&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:42:52,833 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:42:52,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136390, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083623933, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:42:52,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136390, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/231E1DCD, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:42:52,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 17 ms
2025-04-30 10:42:52,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429083623933 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:42:53,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083633344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 10:43:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 10:43:06,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 10:43:06,628 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) Calculated size of 3 studies
2025-04-30 10:43:06,628 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 10:43:11,649 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 10:43:11,650 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 10:43:27,874 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:43:27,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136391, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083633344, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:43:27,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136391, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/232C1EE8, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:43:27,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 20 ms
2025-04-30 10:43:27,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429083633344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:43:28,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083711361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:43:37,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 10:43:37,502 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-04-30 10:43:37,502 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:43:37,527 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-04-30 10:43:37,528 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:43:37,529 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 10:43:37,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 10:43:38,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 10:43:38,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 10:43:58,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:43:58,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136392, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083711361, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:43:58,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136392, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/24C3E002, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:43:58,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 13 ms
2025-04-30 10:43:58,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429083711361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:43:58,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083731206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 10:44:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 10:44:11,650 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 10:44:11,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 10:44:28,103 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:44:28,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136393, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083731206, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:44:28,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136393, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/24E00A8E, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:44:28,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 19 ms
2025-04-30 10:44:28,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429083731206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:44:28,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429084210868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:44:37,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 10:44:37,530 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 10:44:37,531 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-04-30 10:44:37,531 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:44:37,551 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-04-30 10:44:37,551 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:44:37,552 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 10:44:37,553 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 10:44:37,553 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 10:44:37,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 10:44:38,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 10:44:38,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 10:44:50,022 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102610601&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,092 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102704713&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,145 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102841501&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,200 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430102954374&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,255 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103043158&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,301 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103244414&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,354 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103331881&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,409 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103344849&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,462 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103416877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,517 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430102610280&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103113096&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,569 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103725021&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,619 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103734477&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,670 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103659551&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:44:50,722 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=234752&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430103659229&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430103713419&contentType=image/jpeg from null@162.240.235.97
2025-04-30 10:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 10:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 10:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4651) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4651) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:45:02,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:45:02,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136394, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084210868, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:45:02,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136394, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/51217E95, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 10:45:02,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 20 ms
2025-04-30 10:45:02,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084210868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:02,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429084216490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 10:45:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 10:45:11,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 10:45:11,652 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 10:45:30,765 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52122,localport=11112]
2025-04-30 10:45:30,766 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293) >> A-ASSOCIATE-RQ
2025-04-30 10:45:30,766 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293) << A-ASSOCIATE-AC
2025-04-30 10:45:30,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104040762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:32,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:45:32,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136395, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084216490, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:45:32,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136395, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/51242A20, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:45:32,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 25 ms
2025-04-30 10:45:32,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084216490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:33,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429084243883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:36,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:45:36,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Series[pk=12527, uid=1.2.410.200001.101.11.301.1123109166.2.20250430104040394, no=3, mod=US]
2025-04-30 10:45:36,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136396, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104040762, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:45:36,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136396, systemID=fs1, path=2025/04/30/58397621/E0192294/ADC392FA, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:45:36,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 17 ms
2025-04-30 10:45:36,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104040762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:36,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104319539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:37,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 10:45:37,555 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-04-30 10:45:37,555 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:45:37,576 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-04-30 10:45:37,576 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:45:37,576 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 10:45:38,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 10:45:38,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 10:45:42,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:45:42,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136397, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104319539, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:45:42,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136397, systemID=fs1, path=2025/04/30/58397621/E0192294/B2BBE5D3, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:45:42,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 5 ms
2025-04-30 10:45:42,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104319539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:42,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104325581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:48,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:45:48,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136398, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104325581, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:45:48,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136398, systemID=fs1, path=2025/04/30/58397621/E0192294/B2C82C6B, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:45:48,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 35 ms
2025-04-30 10:45:48,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104325581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:48,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104332989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:54,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:45:54,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136399, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104332989, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:45:54,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136399, systemID=fs1, path=2025/04/30/58397621/E0192294/B2D4F5DB, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:45:54,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 19 ms
2025-04-30 10:45:54,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104332989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:45:54,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104405716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:01,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:01,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136400, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104405716, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:46:01,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136400, systemID=fs1, path=2025/04/30/58397621/E0192294/B460DCB6, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:01,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 11 ms
2025-04-30 10:46:01,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104405716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:01,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104524785 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 10:46:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 10:46:04,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:04,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136401, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084243883, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 10:46:04,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136401, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/514D226E, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:04,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 38 ms
2025-04-30 10:46:04,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084243883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:04,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429084308687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:07,447 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:07,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136402, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104524785, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:46:07,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136402, systemID=fs1, path=2025/04/30/58397621/E0192294/B63170D0, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:07,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 12 ms
2025-04-30 10:46:07,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104524785 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:07,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104532207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:11,653 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 10:46:11,654 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 10:46:14,030 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:14,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136403, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104532207, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 10:46:14,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136403, systemID=fs1, path=2025/04/30/58397621/E0192294/B63E8BD8, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:14,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 14 ms
2025-04-30 10:46:14,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104532207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:14,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104547417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:20,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:20,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Instance[pk=136404, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104547417, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 10:46:20,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Create Location[pk=136404, systemID=fs1, path=2025/04/30/58397621/E0192294/B64EF0D5, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:20,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293): Updated DB in 6 ms
2025-04-30 10:46:20,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104547417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:20,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293) >> A-RELEASE-RQ
2025-04-30 10:46:20,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(293) << A-RELEASE-RP
2025-04-30 10:46:20,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(293): close Socket[addr=187.91.28.24/187.91.28.24,port=52122,localport=11112]
2025-04-30 10:46:20,635 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52123,localport=11112]
2025-04-30 10:46:20,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) >> A-ASSOCIATE-RQ
2025-04-30 10:46:20,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << A-ASSOCIATE-AC
2025-04-30 10:46:20,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104040762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:22,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4573) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:22,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Instance[pk=136405, uid=1.2.392.200036.9125.9.0.254280071.2383488190.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 10:46:22,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Create Location[pk=136405, systemID=fs1, path=2025/04/30/52D73B78/D0AEF77A/803A6DBD, tsuid=1.2.840.10008.1.2, size=14015762, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:22,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273): Updated DB in 11 ms
2025-04-30 10:46:22,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) << 473:C-STORE-RSP[pcid=179, 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.254280071.2383488190.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:23,120 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) >> A-RELEASE-RQ
2025-04-30 10:46:23,120 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4573) DCM4CHEE<-FCR-CSL1(273) << A-RELEASE-RP
2025-04-30 10:46:23,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-FCR-CSL1(273): close Socket[addr=187.91.28.24/187.91.28.24,port=49695,localport=11112]
2025-04-30 10:46:31,557 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:31,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136396, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104040762, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:46:31,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104040762] with equal digest
2025-04-30 10:46:31,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 4 ms
2025-04-30 10:46:31,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104040762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:31,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104133698 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:37,276 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:37,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Instance[pk=136406, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104133698, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:46:37,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Location[pk=136406, systemID=fs1, path=2025/04/30/58397621/E0192294/AF6BADD7, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:37,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 14 ms
2025-04-30 10:46:37,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104133698 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:37,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104229540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:37,576 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 10:46:37,577 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 10:46:37,579 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-04-30 10:46:37,579 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:46:37,600 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-04-30 10:46:37,600 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:46:37,600 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 10:46:38,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 10:46:38,697 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 10:46:39,921 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:39,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136407, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084308687, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 10:46:39,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136407, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/52CBDB66, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:39,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 5 ms
2025-04-30 10:46:39,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084308687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:40,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429084413072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:43,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:43,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Instance[pk=136408, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104229540, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:46:43,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Location[pk=136408, systemID=fs1, path=2025/04/30/58397621/E0192294/B11524CB, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:43,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 34 ms
2025-04-30 10:46:43,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104229540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:43,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104241957 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:50,655 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:50,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Instance[pk=136409, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104241957, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:46:50,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Location[pk=136409, systemID=fs1, path=2025/04/30/58397621/E0192294/B12DBFFF, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:50,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 10 ms
2025-04-30 10:46:50,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104241957 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:50,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104308431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:56,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:46:56,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Instance[pk=136410, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104308431, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:46:56,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Create Location[pk=136410, systemID=fs1, path=2025/04/30/58397621/E0192294/B2AD562A, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-04-30 10:46:56,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 13 ms
2025-04-30 10:46:56,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104308431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:46:56,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104319539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:02,109 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:02,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136397, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104319539, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:47:02,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104319539] with equal digest
2025-04-30 10:47:02,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 3 ms
2025-04-30 10:47:02,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104319539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:02,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104325581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 10:47:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 10:47:07,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:07,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136398, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104325581, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:47:07,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104325581] with equal digest
2025-04-30 10:47:07,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 3 ms
2025-04-30 10:47:07,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 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.20250430104325581 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:08,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104332989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:09,883 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:47:09,889 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:47:11,654 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 10:47:11,656 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 10:47:13,423 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:13,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136411, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084413072, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 10:47:13,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136411, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/548C6F01, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:47:13,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 22 ms
2025-04-30 10:47:13,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084413072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:13,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:13,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136399, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104332989, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:47:13,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104332989] with equal digest
2025-04-30 10:47:13,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 3 ms
2025-04-30 10:47:13,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 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.20250430104332989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:13,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429084421376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:13,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104405716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:19,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:19,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136400, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104405716, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:47:19,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104405716] with equal digest
2025-04-30 10:47:19,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 2 ms
2025-04-30 10:47:19,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 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.20250430104405716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:19,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) >> 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.20250430104524785 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:24,972 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:24,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136402, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104524785, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:47:24,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104524785] with equal digest
2025-04-30 10:47:24,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 3 ms
2025-04-30 10:47:24,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 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.20250430104524785 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:25,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) >> 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.20250430104532207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:30,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:30,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136403, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104532207, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 10:47:30,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104532207] with equal digest
2025-04-30 10:47:30,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 3 ms
2025-04-30 10:47:30,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 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.20250430104532207 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:30,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) >> 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.20250430104547417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:36,412 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:36,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Found previous received Instance[pk=136404, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104547417, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 10:47:36,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104040394,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104547417] with equal digest
2025-04-30 10:47:36,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294): Updated DB in 2 ms
2025-04-30 10:47:36,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << 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.20250430104547417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:36,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) >> A-RELEASE-RQ
2025-04-30 10:47:36,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4656) DCM4CHEE<-HS30(294) << A-RELEASE-RP
2025-04-30 10:47:36,675 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(294): close Socket[addr=187.91.28.24/187.91.28.24,port=52123,localport=11112]
2025-04-30 10:47:37,600 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 10:47:37,601 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-04-30 10:47:37,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 10:47:37,628 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 10:47:37,628 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 10:47:38,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 10:47:38,699 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 10:47:46,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:47:46,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136412, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084421376, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 10:47:46,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136412, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/5499A90B, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:47:46,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 10 ms
2025-04-30 10:47:46,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084421376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:47:47,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429084740626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 10:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 10:48:06,629 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-04-30 10:48:06,688 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) Calculated size of 1 studies
2025-04-30 10:48:06,688 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-04-30 10:48:11,656 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 10:48:11,657 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 10:48:21,659 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:48:21,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136413, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084740626, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 10:48:21,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136413, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/59D3F833, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 10:48:21,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 5 ms
2025-04-30 10:48:21,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084740626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:48:21,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429084812217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:48:37,628 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 10:48:37,629 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 10:48:37,631 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-04-30 10:48:37,631 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:48:37,654 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-04-30 10:48:37,654 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:48:37,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 10:48:38,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 10:48:38,701 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 10:48:51,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:48:51,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136414, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084812217, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 10:48:51,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136414, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/5B5F63EB, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:48:51,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 18 ms
2025-04-30 10:48:51,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429084812217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:48:51,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085231137 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 10:49:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 10:49:11,658 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 10:49:11,659 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 10:49:34,307 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:49:34,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136415, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085231137, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 10:49:34,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136415, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/86244292, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 10:49:34,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 19 ms
2025-04-30 10:49:34,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085231137 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:49:34,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085311965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:49:37,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 10:49:37,657 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-04-30 10:49:37,657 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:49:37,658 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 10:49:37,684 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-04-30 10:49:37,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:49:37,685 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 10:49:38,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 10:49:38,703 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 10:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 10:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 10:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4673) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4673) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 10:50:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 10:50:11,659 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 10:50:11,660 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 10:50:20,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:50:20,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136416, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085311965, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 10:50:20,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136416, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/87BD0A92, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 10:50:20,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 15 ms
2025-04-30 10:50:20,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085311965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:50:20,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085423501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:50:37,685 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 10:50:37,686 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-04-30 10:50:37,686 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:50:37,706 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-04-30 10:50:37,706 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:50:37,707 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 10:50:38,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 10:50:38,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 10:50:50,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:50:50,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136417, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085423501, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 10:50:50,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136417, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/8980D3AE, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:50:50,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 23 ms
2025-04-30 10:50:50,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085423501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:50:50,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085455005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 10:51:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 10:51:11,660 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 10:51:11,662 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 10:51:31,991 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:51:31,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136418, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085455005, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 10:51:31,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136418, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/89ABF02E, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-04-30 10:51:32,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 17 ms
2025-04-30 10:51:32,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085455005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:51:32,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085523432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:51:37,707 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 10:51:37,708 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-04-30 10:51:37,708 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:51:37,728 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-04-30 10:51:37,728 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:51:37,728 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 10:51:38,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 10:51:38,708 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 10:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 10:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 10:52:09,890 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:52:09,897 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:52:10,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:52:10,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136419, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085523432, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 10:52:10,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136419, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/8B35A8EA, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:52:10,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 10 ms
2025-04-30 10:52:10,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085523432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:10,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085534966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:11,662 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 10:52:11,663 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 10:52:37,672 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52124,localport=11112]
2025-04-30 10:52:37,672 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) >> A-ASSOCIATE-RQ
2025-04-30 10:52:37,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << A-ASSOCIATE-AC
2025-04-30 10:52:37,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 10:52:37,731 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-04-30 10:52:37,731 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:52:37,765 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-04-30 10:52:37,765 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:52:37,765 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 10:52:37,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104858810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:38,709 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 10:52:38,710 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 10:52:41,554 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:52:41,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136420, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085534966, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 10:52:41,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136420, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/8B4447F0, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:52:41,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 17 ms
2025-04-30 10:52:41,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085534966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:41,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085603045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:43,443 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:52:43,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Series[pk=12528, uid=1.2.410.200001.101.11.301.1123109166.2.20250430104858391, no=4, mod=US]
2025-04-30 10:52:43,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136421, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104858810, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:52:43,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136421, systemID=fs1, path=2025/04/30/58397621/EDD1A202/BB7C158F, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-04-30 10:52:43,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 29 ms
2025-04-30 10:52:43,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104858810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:43,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430104945411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:50,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:52:50,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136422, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104945411, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:52:50,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136422, systemID=fs1, path=2025/04/30/58397621/EDD1A202/BD216A8D, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-04-30 10:52:50,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 10 ms
2025-04-30 10:52:50,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104945411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:50,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430105106157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:55,124 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:52:55,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136423, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105106157, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:52:55,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136423, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E428EC70, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-04-30 10:52:55,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 19 ms
2025-04-30 10:52:55,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105106157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:52:55,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430105135035 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:01,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:01,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136424, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105135035, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:53:01,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136424, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E452BA93, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:01,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 25 ms
2025-04-30 10:53:01,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105135035 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:01,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430105204478 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 10:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 10:53:06,688 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-04-30 10:53:06,775 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) Calculated size of 1 studies
2025-04-30 10:53:06,775 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-04-30 10:53:07,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:07,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136425, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105204478, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:53:07,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136425, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E5DCE7D3, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:07,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 38 ms
2025-04-30 10:53:07,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105204478 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:08,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430105252689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:11,663 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 10:53:11,664 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 10:53:14,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:14,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136426, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105252689, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:53:14,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136426, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E6227C3C, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:14,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 19 ms
2025-04-30 10:53:14,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105252689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:14,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430105319813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:20,572 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:20,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136427, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105319813, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:53:20,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136427, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E7A22C13, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:20,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 19 ms
2025-04-30 10:53:20,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 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.20250430105319813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:20,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430105333727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:21,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:21,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136428, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085603045, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 10:53:21,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136428, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/8CCE43A5, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:21,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 22 ms
2025-04-30 10:53:21,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085603045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:21,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> 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.20250429085612977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:27,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:27,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136429, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105333727, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:53:27,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136429, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E7BB9D3D, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:27,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 22 ms
2025-04-30 10:53:27,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 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.20250430105333727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:27,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(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.301.1123109166.3.20250430105404361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:34,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4686) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:34,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Instance[pk=136430, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105404361, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:53:34,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Create Location[pk=136430, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E946952A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:34,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295): Updated DB in 16 ms
2025-04-30 10:53:34,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << 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.20250430105404361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:34,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) >> A-RELEASE-RQ
2025-04-30 10:53:34,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4686) DCM4CHEE<-HS30(295) << A-RELEASE-RP
2025-04-30 10:53:34,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(295): close Socket[addr=187.91.28.24/187.91.28.24,port=52124,localport=11112]
2025-04-30 10:53:37,765 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 10:53:37,767 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-04-30 10:53:37,767 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:53:37,793 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-04-30 10:53:37,793 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:53:37,793 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 10:53:38,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 10:53:38,712 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 10:53:58,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:53:58,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Instance[pk=136431, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085612977, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 10:53:58,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Create Location[pk=136431, systemID=fs1, path=2025/04/30/59FB7D24/51FE9726/8CDC08EF, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-04-30 10:53:58,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292): Updated DB in 11 ms
2025-04-30 10:53:58,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << 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.20250429085612977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:53:58,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) >> A-RELEASE-RQ
2025-04-30 10:53:58,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(292) << A-RELEASE-RP
2025-04-30 10:53:58,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS60MT(292): close Socket[addr=187.91.28.24/187.91.28.24,port=49814,localport=11112]
2025-04-30 10:53:59,438 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49815,localport=11112]
2025-04-30 10:53:59,438 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> A-ASSOCIATE-RQ
2025-04-30 10:53:59,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << A-ASSOCIATE-AC
2025-04-30 10:53:59,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103403121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 10:54:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 10:54:11,665 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 10:54:11,666 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 10:54:37,793 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 10:54:37,794 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 10:54:37,795 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 10:54:37,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 10:54:37,817 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-04-30 10:54:37,817 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:54:37,817 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 10:54:38,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 10:54:38,714 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 10:54:39,972 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:39,975 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Patient[pk=10446, id=PatientID[pk=10446, id=227853, issuer=DCM4CHEE.17D9DEE1.0D5C7004], name=NATALIA WEBLER]
2025-04-30 10:54:39,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Study[pk=11876, uid=227853, id=38357]
2025-04-30 10:54:39,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Series[pk=12529, uid=1.2.410.200001.101.11.601.1501430850.2.20250429103402777, no=1, mod=US]
2025-04-30 10:54:39,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136432, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103403121, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:54:39,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136432, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/74D3276D, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:39,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 23 ms
2025-04-30 10:54:39,996 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) No duplicate record with equal Patient ID found Patient[pk=10446, id=PatientID[pk=10446, id=227853, issuer=DCM4CHEE.17D9DEE1.0D5C7004], name=NATALIA WEBLER]
2025-04-30 10:54:39,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103403121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:40,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103412497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:53,683 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52239,localport=11112]
2025-04-30 10:54:53,684 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) >> A-ASSOCIATE-RQ
2025-04-30 10:54:53,684 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << A-ASSOCIATE-AC
2025-04-30 10:54:53,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:55,562 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:55,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Study[pk=11877, uid=1.2.410.200001.101.11.501.1791052210.1.20250430103938125, id=20250430103938]
2025-04-30 10:54:55,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Series[pk=12530, uid=1.2.410.200001.101.11.501.1791052210.2.20250430104107051, no=1, mod=US]
2025-04-30 10:54:55,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:54:55,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136433, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/51839EBD, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:55,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 36 ms
2025-04-30 10:54:55,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:55,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:56,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:56,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:54:56,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136434, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/51C93AC7, tsuid=1.2.840.10008.1.2, size=3416926, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:56,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 11 ms
2025-04-30 10:54:56,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:56,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:56,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:56,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:54:56,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136435, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/589AC47A, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:56,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 11 ms
2025-04-30 10:54:56,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:56,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:57,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:57,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:54:57,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136436, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/5BC03A90, tsuid=1.2.840.10008.1.2, size=3416870, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:57,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 17 ms
2025-04-30 10:54:57,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:57,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:57,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:57,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:54:57,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136437, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/5D74409E, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:57,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 9 ms
2025-04-30 10:54:57,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:57,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:58,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:58,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:54:58,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136438, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/5DAD0491, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:58,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 20 ms
2025-04-30 10:54:58,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:58,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:58,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:58,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:54:58,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136439, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/84B510BF, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:58,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 61 ms
2025-04-30 10:54:58,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:58,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:59,217 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:59,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:54:59,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136440, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/84FBDC5C, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:59,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 11 ms
2025-04-30 10:54:59,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:59,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:59,733 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:54:59,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:54:59,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Create Location[pk=136441, systemID=fs1, path=2025/04/30/8F1A148E/83D92E4E/8A16CEE4, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-04-30 10:54:59,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297): Updated DB in 12 ms
2025-04-30 10:54:59,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:54:59,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) >> A-RELEASE-RQ
2025-04-30 10:54:59,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(297) << A-RELEASE-RP
2025-04-30 10:55:00,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS50US07(297): close Socket[addr=187.91.28.24/187.91.28.24,port=52239,localport=11112]
2025-04-30 10:55:00,440 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52240,localport=11112]
2025-04-30 10:55:00,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298) >> A-ASSOCIATE-RQ
2025-04-30 10:55:00,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298) << A-ASSOCIATE-AC
2025-04-30 10:55:00,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 10:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 10:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4696) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4696) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 10:55:02,493 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:02,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:55:02,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104107428] with equal digest
2025-04-30 10:55:02,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 4 ms
2025-04-30 10:55:02,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:02,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:02,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:02,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:55:02,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104155849] with equal digest
2025-04-30 10:55:02,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 3 ms
2025-04-30 10:55:02,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 10:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 10:55:03,185 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:03,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:03,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:55:03,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104551660] with equal digest
2025-04-30 10:55:03,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 3 ms
2025-04-30 10:55:03,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:03,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:03,975 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:03,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:55:03,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104706343] with equal digest
2025-04-30 10:55:03,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 3 ms
2025-04-30 10:55:03,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:04,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:04,467 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:04,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:55:04,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104804917] with equal digest
2025-04-30 10:55:04,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 3 ms
2025-04-30 10:55:04,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:04,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:04,964 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:04,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:55:04,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104845560] with equal digest
2025-04-30 10:55:04,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 3 ms
2025-04-30 10:55:04,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:05,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:05,455 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:05,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:55:05,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105007857] with equal digest
2025-04-30 10:55:05,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 3 ms
2025-04-30 10:55:05,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:05,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:05,946 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:05,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:55:05,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105058036] with equal digest
2025-04-30 10:55:05,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 3 ms
2025-04-30 10:55:05,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:06,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:06,435 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:06,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:55:06,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105350369] with equal digest
2025-04-30 10:55:06,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298): Updated DB in 2 ms
2025-04-30 10:55:06,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:06,633 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298) >> A-RELEASE-RQ
2025-04-30 10:55:06,633 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(298) << A-RELEASE-RP
2025-04-30 10:55:06,683 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS50US07(298): close Socket[addr=187.91.28.24/187.91.28.24,port=52240,localport=11112]
2025-04-30 10:55:07,022 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52241,localport=11112]
2025-04-30 10:55:07,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) >> A-ASSOCIATE-RQ
2025-04-30 10:55:07,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << A-ASSOCIATE-AC
2025-04-30 10:55:07,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:08,833 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:08,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:55:08,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104107428] with equal digest
2025-04-30 10:55:08,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 4 ms
2025-04-30 10:55:08,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:09,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:09,324 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:09,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:55:09,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104155849] with equal digest
2025-04-30 10:55:09,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 3 ms
2025-04-30 10:55:09,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:09,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:09,818 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:09,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:55:09,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104551660] with equal digest
2025-04-30 10:55:09,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 3 ms
2025-04-30 10:55:09,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:10,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:10,309 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:10,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:55:10,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104706343] with equal digest
2025-04-30 10:55:10,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 2 ms
2025-04-30 10:55:10,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:10,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:10,802 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:10,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:55:10,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104804917] with equal digest
2025-04-30 10:55:10,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 3 ms
2025-04-30 10:55:10,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:11,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:11,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:11,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:55:11,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104845560] with equal digest
2025-04-30 10:55:11,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 2 ms
2025-04-30 10:55:11,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:11,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:11,666 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 10:55:11,667 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 10:55:11,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:11,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:55:11,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105007857] with equal digest
2025-04-30 10:55:11,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 2 ms
2025-04-30 10:55:11,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:11,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:12,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:12,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:55:12,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105058036] with equal digest
2025-04-30 10:55:12,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 3 ms
2025-04-30 10:55:12,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:12,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:12,763 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:12,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:55:12,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105350369] with equal digest
2025-04-30 10:55:12,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299): Updated DB in 3 ms
2025-04-30 10:55:12,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:12,961 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) >> A-RELEASE-RQ
2025-04-30 10:55:12,961 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(299) << A-RELEASE-RP
2025-04-30 10:55:13,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS50US07(299): close Socket[addr=187.91.28.24/187.91.28.24,port=52241,localport=11112]
2025-04-30 10:55:13,351 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52242,localport=11112]
2025-04-30 10:55:13,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) >> A-ASSOCIATE-RQ
2025-04-30 10:55:13,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << A-ASSOCIATE-AC
2025-04-30 10:55:13,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:15,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:15,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:55:15,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104107428] with equal digest
2025-04-30 10:55:15,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 7 ms
2025-04-30 10:55:15,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:15,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:15,797 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:15,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:55:15,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104155849] with equal digest
2025-04-30 10:55:15,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 3 ms
2025-04-30 10:55:15,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:16,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:16,291 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:16,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:55:16,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104551660] with equal digest
2025-04-30 10:55:16,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 3 ms
2025-04-30 10:55:16,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:16,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:16,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:16,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:55:16,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104706343] with equal digest
2025-04-30 10:55:16,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 3 ms
2025-04-30 10:55:16,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:16,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:17,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:17,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:55:17,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104804917] with equal digest
2025-04-30 10:55:17,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 2 ms
2025-04-30 10:55:17,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:17,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:17,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:17,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:55:17,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104845560] with equal digest
2025-04-30 10:55:17,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 3 ms
2025-04-30 10:55:17,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:17,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:18,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:18,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:55:18,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105007857] with equal digest
2025-04-30 10:55:18,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 2 ms
2025-04-30 10:55:18,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:18,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:18,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:18,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:55:18,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105058036] with equal digest
2025-04-30 10:55:18,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 3 ms
2025-04-30 10:55:18,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:18,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:19,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:19,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136442, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103412497, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:55:19,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136442, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/74E0D6B1, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:55:19,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 11 ms
2025-04-30 10:55:19,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429103412497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:19,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103421116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:19,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:19,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:55:19,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105350369] with equal digest
2025-04-30 10:55:19,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300): Updated DB in 3 ms
2025-04-30 10:55:19,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:19,475 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) >> A-RELEASE-RQ
2025-04-30 10:55:19,475 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(300) << A-RELEASE-RP
2025-04-30 10:55:19,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS50US07(300): close Socket[addr=187.91.28.24/187.91.28.24,port=52242,localport=11112]
2025-04-30 10:55:19,867 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52243,localport=11112]
2025-04-30 10:55:19,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> A-ASSOCIATE-RQ
2025-04-30 10:55:19,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << A-ASSOCIATE-AC
2025-04-30 10:55:20,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:21,719 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:21,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:55:21,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104107428] with equal digest
2025-04-30 10:55:21,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 7 ms
2025-04-30 10:55:21,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:21,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:22,213 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:22,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:55:22,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104155849] with equal digest
2025-04-30 10:55:22,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 3 ms
2025-04-30 10:55:22,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:22,411 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:22,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:22,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:55:22,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104551660] with equal digest
2025-04-30 10:55:22,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 2 ms
2025-04-30 10:55:22,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:22,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:23,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:23,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:55:23,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104706343] with equal digest
2025-04-30 10:55:23,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 3 ms
2025-04-30 10:55:23,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:23,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:23,683 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:23,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:55:23,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104804917] with equal digest
2025-04-30 10:55:23,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 3 ms
2025-04-30 10:55:23,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:23,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:24,173 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:24,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:55:24,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104845560] with equal digest
2025-04-30 10:55:24,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 3 ms
2025-04-30 10:55:24,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:24,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:24,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:24,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:55:24,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105007857] with equal digest
2025-04-30 10:55:24,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 3 ms
2025-04-30 10:55:24,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:24,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:25,393 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:25,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:55:25,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105058036] with equal digest
2025-04-30 10:55:25,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 2 ms
2025-04-30 10:55:25,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:25,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:25,900 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:25,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Found previous received Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:55:25,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105350369] with equal digest
2025-04-30 10:55:25,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301): Updated DB in 3 ms
2025-04-30 10:55:25,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:26,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) >> A-RELEASE-RQ
2025-04-30 10:55:26,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(301) << A-RELEASE-RP
2025-04-30 10:55:26,146 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(301): close Socket[addr=187.91.28.24/187.91.28.24,port=52243,localport=11112]
2025-04-30 10:55:26,485 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52245,localport=11112]
2025-04-30 10:55:26,485 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> A-ASSOCIATE-RQ
2025-04-30 10:55:26,485 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << A-ASSOCIATE-AC
2025-04-30 10:55:26,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:28,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:28,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:55:28,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104107428] with equal digest
2025-04-30 10:55:28,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 7 ms
2025-04-30 10:55:28,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:28,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:28,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:28,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:55:28,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104155849] with equal digest
2025-04-30 10:55:28,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 3 ms
2025-04-30 10:55:28,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:29,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:29,394 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:29,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:55:29,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104551660] with equal digest
2025-04-30 10:55:29,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 2 ms
2025-04-30 10:55:29,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:29,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:29,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:29,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:55:29,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104706343] with equal digest
2025-04-30 10:55:29,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 3 ms
2025-04-30 10:55:29,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:30,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:30,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:30,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:55:30,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104804917] with equal digest
2025-04-30 10:55:30,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 4 ms
2025-04-30 10:55:30,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:30,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:30,874 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:30,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:55:30,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104845560] with equal digest
2025-04-30 10:55:30,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 2 ms
2025-04-30 10:55:30,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:31,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:31,366 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:31,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:55:31,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105007857] with equal digest
2025-04-30 10:55:31,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 3 ms
2025-04-30 10:55:31,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:31,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:31,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:31,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:55:31,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105058036] with equal digest
2025-04-30 10:55:31,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 2 ms
2025-04-30 10:55:31,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:32,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:32,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:32,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Found previous received Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:55:32,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105350369] with equal digest
2025-04-30 10:55:32,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302): Updated DB in 2 ms
2025-04-30 10:55:32,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:32,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) >> A-RELEASE-RQ
2025-04-30 10:55:32,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4695) DCM4CHEE<-HS50US07(302) << A-RELEASE-RP
2025-04-30 10:55:32,598 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS50US07(302): close Socket[addr=187.91.28.24/187.91.28.24,port=52245,localport=11112]
2025-04-30 10:55:37,817 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 10:55:37,818 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 10:55:37,820 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-04-30 10:55:37,820 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:55:37,840 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-04-30 10:55:37,840 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:55:37,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 10:55:38,715 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 10:55:38,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 10:55:49,633 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:55:49,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136443, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103421116, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:55:49,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136443, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/74EE6D97, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:55:49,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 14 ms
2025-04-30 10:55:49,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429103421116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:55:49,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103500344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 10:56:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 10:56:11,668 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 10:56:11,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 10:56:20,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:56:20,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136444, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103500344, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 10:56:20,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136444, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/7686AAB2, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:56:20,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 15 ms
2025-04-30 10:56:20,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429103500344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:56:20,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103507946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:56:37,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 10:56:37,842 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-04-30 10:56:37,842 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:56:37,862 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-04-30 10:56:37,863 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:56:37,863 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-04-30 10:56:37,864 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-04-30 10:56:37,864 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 10:56:38,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 10:56:38,718 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 10:56:54,532 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:56:54,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136445, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103507946, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 10:56:54,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136445, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/7689EFD3, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:56:54,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 14 ms
2025-04-30 10:56:54,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429103507946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:56:54,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103540221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 10:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 10:57:09,897 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:57:09,899 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 10:57:11,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 10:57:11,670 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 10:57:25,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:57:25,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136446, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103540221, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 10:57:25,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136446, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/76BF04B4, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:57:25,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 5 ms
2025-04-30 10:57:25,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429103540221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:25,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103544012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:33,982 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52120,localport=11112]
2025-04-30 10:57:33,983 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) >> A-ASSOCIATE-RQ
2025-04-30 10:57:33,983 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) << A-ASSOCIATE-AC
2025-04-30 10:57:34,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102408937 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:36,488 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:57:36,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Found previous received Instance[pk=136355, uid=1.2.410.200001.101.11.301.1144174170.3.20250430102408937, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 10:57:36,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Ignore received Instance[studyUID=343308,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430102408806,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430102408937] with equal digest
2025-04-30 10:57:36,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Updated DB in 5 ms
2025-04-30 10:57:36,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102408937 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:36,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102513307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:37,864 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 10:57:37,866 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-04-30 10:57:37,866 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:57:37,900 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-04-30 10:57:37,900 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:57:37,900 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 10:57:38,718 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 10:57:38,720 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 10:57:39,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:57:39,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Found previous received Instance[pk=136356, uid=1.2.410.200001.101.11.301.1144174170.3.20250430102513307, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 10:57:39,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Ignore received Instance[studyUID=343308,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430102408806,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430102513307] with equal digest
2025-04-30 10:57:39,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Updated DB in 2 ms
2025-04-30 10:57:39,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102513307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:39,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102730385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:43,257 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4709) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:57:43,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Found previous received Instance[pk=136357, uid=1.2.410.200001.101.11.301.1144174170.3.20250430102730385, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 10:57:43,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Ignore received Instance[studyUID=343308,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430102408806,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430102730385] with equal digest
2025-04-30 10:57:43,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303): Updated DB in 3 ms
2025-04-30 10:57:43,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430102730385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:43,463 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) >> A-RELEASE-RQ
2025-04-30 10:57:43,463 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4709) DCM4CHEE<-HS30(303) << A-RELEASE-RP
2025-04-30 10:57:43,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(303): close Socket[addr=187.91.28.24/187.91.28.24,port=52120,localport=11112]
2025-04-30 10:57:55,945 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:57:55,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136447, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103544012, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 10:57:55,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136447, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/76C0CE90, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:57:55,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 13 ms
2025-04-30 10:57:55,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429103544012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:57:56,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103555093 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 10:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 10:58:06,775 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-04-30 10:58:06,778 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-04-30 10:58:11,671 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 10:58:11,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 10:58:13,479 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125 from null@187.91.28.24
2025-04-30 10:58:13,498 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) SearchForStudies: 1 Matches
2025-04-30 10:58:13,671 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series from null@187.91.28.24
2025-04-30 10:58:13,680 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) SearchForStudySeries: 1 Matches
2025-04-30 10:58:13,700 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*341415*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 10:58:13,709 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) SearchForStudies: 2 Matches
2025-04-30 10:58:14,092 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/metadata from null@187.91.28.24
2025-04-30 10:58:14,099 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveSeriesMetadata: 9 Matches
2025-04-30 10:58:14,331 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125 from null@187.91.28.24
2025-04-30 10:58:14,335 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) SearchForStudies: 1 Matches
2025-04-30 10:58:14,510 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430104804917/frames/1 from null@187.91.28.24
2025-04-30 10:58:14,515 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveFrame: 1 Matches
2025-04-30 10:58:14,554 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*341415*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 10:58:14,560 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) SearchForStudies: 2 Matches
2025-04-30 10:58:15,487 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430104107428/frames/1 from null@187.91.28.24
2025-04-30 10:58:15,492 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) retrieveFrame: 1 Matches
2025-04-30 10:58:18,668 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430104706343/frames/1 from null@187.91.28.24
2025-04-30 10:58:18,668 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430104155849/frames/1 from null@187.91.28.24
2025-04-30 10:58:18,668 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-18) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430104845560/frames/1 from null@187.91.28.24
2025-04-30 10:58:18,668 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430105007857/frames/1 from null@187.91.28.24
2025-04-30 10:58:18,669 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430104551660/frames/1 from null@187.91.28.24
2025-04-30 10:58:18,669 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430105350369/frames/1 from null@187.91.28.24
2025-04-30 10:58:18,669 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.410.200001.101.11.501.1791052210.1.20250430103938125/series/1.2.410.200001.101.11.501.1791052210.2.20250430104107051/instances/1.2.410.200001.101.11.501.1791052210.3.20250430105058036/frames/1 from null@187.91.28.24
2025-04-30 10:58:18,673 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveFrame: 1 Matches
2025-04-30 10:58:18,673 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) retrieveFrame: 1 Matches
2025-04-30 10:58:18,675 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-18) retrieveFrame: 1 Matches
2025-04-30 10:58:18,677 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) retrieveFrame: 1 Matches
2025-04-30 10:58:18,699 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) retrieveFrame: 1 Matches
2025-04-30 10:58:18,701 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) retrieveFrame: 1 Matches
2025-04-30 10:58:18,701 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) retrieveFrame: 1 Matches
2025-04-30 10:58:26,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:58:26,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136448, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103555093, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 10:58:26,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136448, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/76CF5B69, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:58:26,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 27 ms
2025-04-30 10:58:26,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429103555093 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:58:26,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103606097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:58:37,900 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 10:58:37,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-04-30 10:58:37,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:58:37,923 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-04-30 10:58:37,923 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:58:37,923 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 10:58:38,720 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 10:58:38,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 10:58:56,845 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:58:56,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136449, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103606097, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 10:58:56,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136449, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/783E32E6, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:58:56,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 25 ms
2025-04-30 10:58:56,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429103606097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:58:57,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429103639140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 10:59:03,028 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 10:59:11,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 10:59:11,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 10:59:27,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:59:27,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136450, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103639140, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 10:59:27,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136450, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/7869D9A5, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:59:27,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 41 ms
2025-04-30 10:59:27,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429103639140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:59:27,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104030349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:59:37,924 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 10:59:37,925 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,925 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,926 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,926 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,928 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,928 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,929 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,929 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,931 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-04-30 10:59:37,932 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:59:37,932 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,932 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,933 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,933 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,953 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-04-30 10:59:37,954 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 10:59:37,954 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,955 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,955 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,955 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,957 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,957 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 10:59:37,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 10:59:38,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 10:59:38,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 10:59:58,803 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 10:59:58,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136451, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104030349, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 10:59:58,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136451, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/A30EF160, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 10:59:58,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 35 ms
2025-04-30 10:59:58,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104030349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 10:59:59,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104106731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 11:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 11:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4718) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4718) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 11:00:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 11:00:11,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 11:00:11,675 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 11:00:37,958 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 11:00:37,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-04-30 11:00:37,959 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:00:37,980 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-04-30 11:00:37,981 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:00:37,981 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 11:00:38,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 11:00:38,729 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 11:00:39,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:00:39,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136452, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104106731, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 11:00:39,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136452, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/A49C4C93, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:00:39,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 18 ms
2025-04-30 11:00:39,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104106731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:00:39,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104122421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:00:54,013 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52125,localport=11112]
2025-04-30 11:00:54,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> A-ASSOCIATE-RQ
2025-04-30 11:00:54,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << A-ASSOCIATE-AC
2025-04-30 11:00:54,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104858810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:00:58,728 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:00:58,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136421, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104858810, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:00:58,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104858810] with equal digest
2025-04-30 11:00:58,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 15 ms
2025-04-30 11:00:58,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104858810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:00:58,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104945411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 11:01:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 11:01:03,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:03,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136422, uid=1.2.410.200001.101.11.301.1123109166.3.20250430104945411, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:01:03,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430104945411] with equal digest
2025-04-30 11:01:03,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 17 ms
2025-04-30 11:01:03,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430104945411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:03,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105038975 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:10,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:10,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136453, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104122421, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 11:01:10,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136453, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/A4B69EB7, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:01:10,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 30 ms
2025-04-30 11:01:10,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104122421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:10,627 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:10,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Create Instance[pk=136454, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105038975, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:01:10,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Create Location[pk=136454, systemID=fs1, path=2025/04/30/58397621/EDD1A202/E29F6156, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-04-30 11:01:10,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 12 ms
2025-04-30 11:01:10,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105038975 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:10,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104153171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:10,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105106157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:11,675 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 11:01:11,676 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 11:01:17,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:17,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136423, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105106157, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:01:17,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430105106157] with equal digest
2025-04-30 11:01:17,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 10 ms
2025-04-30 11:01:17,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105106157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:17,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105135035 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:21,749 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:21,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136424, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105135035, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:01:21,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430105135035] with equal digest
2025-04-30 11:01:21,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 9 ms
2025-04-30 11:01:21,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105135035 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:21,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105204478 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:26,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:26,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136425, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105204478, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:01:26,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430105204478] with equal digest
2025-04-30 11:01:26,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 9 ms
2025-04-30 11:01:26,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105204478 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:26,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105252689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:32,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:32,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136426, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105252689, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:01:32,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430105252689] with equal digest
2025-04-30 11:01:32,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 8 ms
2025-04-30 11:01:32,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 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.20250430105252689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:32,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430105319813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:37,981 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 11:01:37,982 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-04-30 11:01:37,982 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:01:38,008 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-04-30 11:01:38,008 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:01:38,008 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 11:01:38,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:38,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136427, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105319813, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:01:38,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430105319813] with equal digest
2025-04-30 11:01:38,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 9 ms
2025-04-30 11:01:38,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 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.20250430105319813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:38,730 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 11:01:38,731 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 11:01:38,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 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.20250430105333727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:43,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:43,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136455, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104153171, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 11:01:43,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136455, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/A4E14EF1, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:01:43,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 20 ms
2025-04-30 11:01:43,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104153171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:43,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104229501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:44,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:44,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136429, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105333727, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:01:44,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430105333727] with equal digest
2025-04-30 11:01:44,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 8 ms
2025-04-30 11:01:44,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 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.20250430105333727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:44,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> 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.20250430105404361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:51,337 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:01:51,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Found previous received Instance[pk=136430, uid=1.2.410.200001.101.11.301.1123109166.3.20250430105404361, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:01:51,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Ignore received Instance[studyUID=234752,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430104858391,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430105404361] with equal digest
2025-04-30 11:01:51,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304): Updated DB in 9 ms
2025-04-30 11:01:51,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << 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.20250430105404361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:01:51,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) >> A-RELEASE-RQ
2025-04-30 11:01:51,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4723) DCM4CHEE<-HS30(304) << A-RELEASE-RP
2025-04-30 11:01:51,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(304): close Socket[addr=187.91.28.24/187.91.28.24,port=52125,localport=11112]
2025-04-30 11:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 11:02:03,028 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 11:02:09,899 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:02:09,905 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:02:11,676 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 11:02:11,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 11:02:29,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:02:29,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136456, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104229501, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 11:02:29,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136456, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/A66EA972, tsuid=1.2.840.10008.1.2, size=3915730, status=OK, objectType=DICOM_FILE]
2025-04-30 11:02:29,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 14 ms
2025-04-30 11:02:29,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104229501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:02:30,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104233047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:02:38,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 11:02:38,010 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 11:02:38,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:02:38,038 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-04-30 11:02:38,038 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:02:38,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 11:02:38,732 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 11:02:38,734 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 11:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 11:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 11:03:03,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:03:03,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136457, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104233047, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 11:03:03,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136457, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/A679F476, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:03:03,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 19 ms
2025-04-30 11:03:03,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104233047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:03:03,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104357228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:03:06,779 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-04-30 11:03:06,858 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) Calculated size of 1 studies
2025-04-30 11:03:06,858 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-04-30 11:03:11,678 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 11:03:11,679 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 11:03:38,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 11:03:38,040 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-04-30 11:03:38,040 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:03:38,061 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-04-30 11:03:38,061 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:03:38,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 11:03:38,734 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 11:03:38,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 11:03:39,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:03:39,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136458, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104357228, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 11:03:39,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136458, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/A84CD4D8, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:03:39,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 20 ms
2025-04-30 11:03:39,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104357228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:03:39,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104506087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 11:04:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 11:04:11,679 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 11:04:11,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 11:04:19,416 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50100,localport=11112]
2025-04-30 11:04:19,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) >> A-ASSOCIATE-RQ
2025-04-30 11:04:19,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) << A-ASSOCIATE-AC
2025-04-30 11:04:19,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) >> 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:19,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:19,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136459, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104506087, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 11:04:19,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136459, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/AB6F9569, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:04:19,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 33 ms
2025-04-30 11:04:19,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104506087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:04:20,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104528898 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:04:21,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:21,529 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Create Patient[pk=10447, id=PatientID[pk=10447, id=343315, issuer=DCM4CHEE.CB8A30E7.0BDF8C2B], name=JULIANA MACENA DE ALMEIDA]
2025-04-30 11:04:21,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Create Study[pk=11878, uid=343315, id=38585]
2025-04-30 11:04:21,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Create Series[pk=12531, uid=1.2.840.113619.2.423.84107009440.1745981560.88, no=1, mod=US]
2025-04-30 11:04:21,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Create Instance[pk=136460, uid=1.2.840.113619.2.423.84107009440.1745981838.89, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 11:04:21,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Create Location[pk=136460, systemID=fs1, path=2025/04/30/59FBE265/FC1F66CA/01174D1D, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-04-30 11:04:21,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Updated DB in 56 ms
2025-04-30 11:04:21,568 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) No duplicate record with equal Patient ID found Patient[pk=10447, id=PatientID[pk=10447, id=343315, issuer=DCM4CHEE.CB8A30E7.0BDF8C2B], name=JULIANA MACENA DE ALMEIDA]
2025-04-30 11:04:21,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) << 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:21,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) >> 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:22,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:22,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Found previous received Instance[pk=136460, uid=1.2.840.113619.2.423.84107009440.1745981838.89, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 11:04:22,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981838.89] with equal digest
2025-04-30 11:04:22,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305): Updated DB in 11 ms
2025-04-30 11:04:22,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) << 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:22,963 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) >> A-RELEASE-RQ
2025-04-30 11:04:22,963 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(305) << A-RELEASE-RP
2025-04-30 11:04:23,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-F6LOGIQ(305): close Socket[addr=187.91.28.24/187.91.28.24,port=50100,localport=11112]
2025-04-30 11:04:23,628 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50101,localport=11112]
2025-04-30 11:04:23,629 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) >> A-ASSOCIATE-RQ
2025-04-30 11:04:23,629 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) << A-ASSOCIATE-AC
2025-04-30 11:04:23,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) >> 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:25,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:25,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306): Create Instance[pk=136461, uid=1.2.840.113619.2.423.84107009440.1745981848.91, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 11:04:25,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306): Create Location[pk=136461, systemID=fs1, path=2025/04/30/59FBE265/FC1F66CA/012564B5, tsuid=1.2.840.10008.1.2.1, size=692632, status=OK, objectType=DICOM_FILE]
2025-04-30 11:04:25,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306): Updated DB in 34 ms
2025-04-30 11:04:25,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) << 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:25,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) >> 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:26,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:26,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306): Found previous received Instance[pk=136461, uid=1.2.840.113619.2.423.84107009440.1745981848.91, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 11:04:26,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981848.91] with equal digest
2025-04-30 11:04:26,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306): Updated DB in 10 ms
2025-04-30 11:04:26,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) << 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:26,986 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) >> A-RELEASE-RQ
2025-04-30 11:04:26,986 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(306) << A-RELEASE-RP
2025-04-30 11:04:27,036 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-F6LOGIQ(306): close Socket[addr=187.91.28.24/187.91.28.24,port=50101,localport=11112]
2025-04-30 11:04:27,523 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50103,localport=11112]
2025-04-30 11:04:27,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) >> A-ASSOCIATE-RQ
2025-04-30 11:04:27,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) << A-ASSOCIATE-AC
2025-04-30 11:04:27,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) >> 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:29,494 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:29,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307): Create Instance[pk=136462, uid=1.2.840.113619.2.423.84107009440.1745981881.93, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 11:04:29,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307): Create Location[pk=136462, systemID=fs1, path=2025/04/30/59FBE265/FC1F66CA/015A9422, tsuid=1.2.840.10008.1.2.1, size=692632, status=OK, objectType=DICOM_FILE]
2025-04-30 11:04:29,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307): Updated DB in 31 ms
2025-04-30 11:04:29,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) << 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:29,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) >> 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:30,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:30,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307): Found previous received Instance[pk=136462, uid=1.2.840.113619.2.423.84107009440.1745981881.93, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 11:04:30,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981881.93] with equal digest
2025-04-30 11:04:30,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307): Updated DB in 9 ms
2025-04-30 11:04:30,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) << 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:30,883 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) >> A-RELEASE-RQ
2025-04-30 11:04:30,883 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(307) << A-RELEASE-RP
2025-04-30 11:04:30,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-F6LOGIQ(307): close Socket[addr=187.91.28.24/187.91.28.24,port=50103,localport=11112]
2025-04-30 11:04:31,373 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50105,localport=11112]
2025-04-30 11:04:31,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) >> A-ASSOCIATE-RQ
2025-04-30 11:04:31,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) << A-ASSOCIATE-AC
2025-04-30 11:04:31,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) >> 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:33,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:33,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308): Create Instance[pk=136463, uid=1.2.840.113619.2.423.84107009440.1745981904.95, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 11:04:33,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308): Create Location[pk=136463, systemID=fs1, path=2025/04/30/59FBE265/FC1F66CA/02A00DD8, tsuid=1.2.840.10008.1.2.1, size=692632, status=OK, objectType=DICOM_FILE]
2025-04-30 11:04:33,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308): Updated DB in 40 ms
2025-04-30 11:04:33,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) << 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:33,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) >> 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:34,641 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:34,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308): Found previous received Instance[pk=136463, uid=1.2.840.113619.2.423.84107009440.1745981904.95, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 11:04:34,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981904.95] with equal digest
2025-04-30 11:04:34,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308): Updated DB in 9 ms
2025-04-30 11:04:34,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) << 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:35,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) >> A-RELEASE-RQ
2025-04-30 11:04:35,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(308) << A-RELEASE-RP
2025-04-30 11:04:35,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-F6LOGIQ(308): close Socket[addr=187.91.28.24/187.91.28.24,port=50105,localport=11112]
2025-04-30 11:04:35,604 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50106,localport=11112]
2025-04-30 11:04:35,605 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) >> A-ASSOCIATE-RQ
2025-04-30 11:04:35,605 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) << A-ASSOCIATE-AC
2025-04-30 11:04:35,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) >> 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:37,600 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:37,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Found previous received Instance[pk=136460, uid=1.2.840.113619.2.423.84107009440.1745981838.89, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 11:04:37,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981838.89] with equal digest
2025-04-30 11:04:37,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Updated DB in 14 ms
2025-04-30 11:04:37,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) << 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:37,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) >> 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:38,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 11:04:38,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:04:38,087 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-04-30 11:04:38,087 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:04:38,088 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 11:04:38,089 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 11:04:38,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 11:04:38,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:38,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 11:04:38,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Found previous received Instance[pk=136461, uid=1.2.840.113619.2.423.84107009440.1745981848.91, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 11:04:38,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981848.91] with equal digest
2025-04-30 11:04:38,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Updated DB in 3 ms
2025-04-30 11:04:38,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) << 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:39,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) >> 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:39,790 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:39,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Found previous received Instance[pk=136462, uid=1.2.840.113619.2.423.84107009440.1745981881.93, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 11:04:39,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981881.93] with equal digest
2025-04-30 11:04:39,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Updated DB in 3 ms
2025-04-30 11:04:39,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) << 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:40,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) >> 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:40,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:40,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Found previous received Instance[pk=136463, uid=1.2.840.113619.2.423.84107009440.1745981904.95, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 11:04:40,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981904.95] with equal digest
2025-04-30 11:04:40,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309): Updated DB in 3 ms
2025-04-30 11:04:40,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) << 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:41,153 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) >> A-RELEASE-RQ
2025-04-30 11:04:41,153 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(309) << A-RELEASE-RP
2025-04-30 11:04:41,203 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-F6LOGIQ(309): close Socket[addr=187.91.28.24/187.91.28.24,port=50106,localport=11112]
2025-04-30 11:04:41,682 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50111,localport=11112]
2025-04-30 11:04:41,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) >> A-ASSOCIATE-RQ
2025-04-30 11:04:41,682 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) << A-ASSOCIATE-AC
2025-04-30 11:04:41,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) >> 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:43,708 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:43,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Found previous received Instance[pk=136460, uid=1.2.840.113619.2.423.84107009440.1745981838.89, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 11:04:43,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981838.89] with equal digest
2025-04-30 11:04:43,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Updated DB in 8 ms
2025-04-30 11:04:43,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) << 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.1745981838.89 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:43,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) >> 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:44,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:44,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Found previous received Instance[pk=136461, uid=1.2.840.113619.2.423.84107009440.1745981848.91, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 11:04:44,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981848.91] with equal digest
2025-04-30 11:04:44,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Updated DB in 2 ms
2025-04-30 11:04:44,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) << 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.1745981848.91 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:45,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) >> 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:45,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:45,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Found previous received Instance[pk=136462, uid=1.2.840.113619.2.423.84107009440.1745981881.93, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 11:04:45,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981881.93] with equal digest
2025-04-30 11:04:45,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Updated DB in 3 ms
2025-04-30 11:04:45,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) << 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.1745981881.93 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:46,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) >> 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:46,892 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:46,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Found previous received Instance[pk=136463, uid=1.2.840.113619.2.423.84107009440.1745981904.95, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 11:04:46,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Ignore received Instance[studyUID=343315,seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88,objectUID=1.2.840.113619.2.423.84107009440.1745981904.95] with equal digest
2025-04-30 11:04:46,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310): Updated DB in 3 ms
2025-04-30 11:04:46,895 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) << 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.1745981904.95 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:04:47,221 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) >> A-RELEASE-RQ
2025-04-30 11:04:47,221 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4740) DCM4CHEE<-F6LOGIQ(310) << A-RELEASE-RP
2025-04-30 11:04:47,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-F6LOGIQ(310): close Socket[addr=187.91.28.24/187.91.28.24,port=50111,localport=11112]
2025-04-30 11:04:56,806 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:04:56,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136464, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104528898, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 11:04:56,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136464, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/AB8CCB51, tsuid=1.2.840.10008.1.2, size=3915730, status=OK, objectType=DICOM_FILE]
2025-04-30 11:04:56,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 6 ms
2025-04-30 11:04:56,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104528898 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:04:57,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104605203 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 11:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 11:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4741) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4741) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 11:05:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 11:05:11,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 11:05:11,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 11:05:27,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:05:27,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136465, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104605203, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 11:05:27,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136465, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/AD24002F, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:05:27,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 11 ms
2025-04-30 11:05:27,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104605203 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:05:27,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104634480 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:05:38,089 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 11:05:38,090 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-04-30 11:05:38,090 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:05:38,092 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 11:05:38,093 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 11:05:38,114 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-04-30 11:05:38,114 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:05:38,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 11:05:38,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 11:05:38,742 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 11:05:57,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:05:57,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136466, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104634480, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 11:05:57,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136466, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/AD4DDACA, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:05:57,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 19 ms
2025-04-30 11:05:57,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104634480 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:05:58,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104703614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 11:06:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 11:06:11,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 11:06:11,682 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 11:06:32,926 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:06:32,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136467, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104703614, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 11:06:32,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136467, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/AED7FF34, tsuid=1.2.840.10008.1.2, size=3915730, status=OK, objectType=DICOM_FILE]
2025-04-30 11:06:32,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 18 ms
2025-04-30 11:06:32,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104703614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:06:33,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104727893 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:06:38,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 11:06:38,115 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-04-30 11:06:38,115 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:06:38,135 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-04-30 11:06:38,135 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:06:38,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 11:06:38,743 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 11:06:38,745 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 11:06:56,005 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52128,localport=11112]
2025-04-30 11:06:56,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) >> A-ASSOCIATE-RQ
2025-04-30 11:06:56,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << A-ASSOCIATE-AC
2025-04-30 11:06:56,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110406289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:02,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:02,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Study[pk=11879, uid=343124, id=38501]
2025-04-30 11:07:02,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Series[pk=12532, uid=1.2.410.200001.101.11.301.1123109166.2.20250430110405965, no=1, mod=US]
2025-04-30 11:07:02,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136468, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110406289, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:07:02,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136468, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/48A97F07, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:02,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 27 ms
2025-04-30 11:07:02,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110406289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:02,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110436871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 11:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 11:07:03,346 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:03,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136469, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104727893, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 11:07:03,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136469, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/AEF6082B, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:03,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 12 ms
2025-04-30 11:07:03,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104727893 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:03,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104736965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:09,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:09,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136470, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110436871, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:07:09,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136470, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/48D3DBE9, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:09,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 17 ms
2025-04-30 11:07:09,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110436871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:09,905 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:07:09,911 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:07:10,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110538456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:11,683 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 11:07:11,684 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 11:07:14,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:14,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136471, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110538456, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:07:14,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136471, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/4A898E09, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:14,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 21 ms
2025-04-30 11:07:14,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110538456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:14,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110608571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:18,278 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52122,localport=11112]
2025-04-30 11:07:18,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) >> A-ASSOCIATE-RQ
2025-04-30 11:07:18,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << A-ASSOCIATE-AC
2025-04-30 11:07:18,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) 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.20250430110237422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:20,415 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4755) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:20,426 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Patient[pk=10448, id=PatientID[pk=10448, id=343316, issuer=DCM4CHEE.C7CFA039.0DB0888B], name=LUANA PASCH SOARES DE LIMA]
2025-04-30 11:07:20,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Study[pk=11880, uid=343316, id=38586]
2025-04-30 11:07:20,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Series[pk=12533, uid=1.2.410.200001.101.11.301.1144174170.2.20250430110237101, no=1, mod=US]
2025-04-30 11:07:20,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Instance[pk=136472, uid=1.2.410.200001.101.11.301.1144174170.3.20250430110237422, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:07:20,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Location[pk=136472, systemID=fs1, path=2025/04/30/59FBE266/7EED8BED/4C97F930, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:20,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Updated DB in 39 ms
2025-04-30 11:07:20,457 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) No duplicate record with equal Patient ID found Patient[pk=10448, id=PatientID[pk=10448, id=343316, issuer=DCM4CHEE.C7CFA039.0DB0888B], name=LUANA PASCH SOARES DE LIMA]
2025-04-30 11:07:20,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430110237422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:20,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) 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.20250430110250508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:21,088 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:21,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136473, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110608571, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:07:21,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136473, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/4C14241F, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:21,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 13 ms
2025-04-30 11:07:21,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110608571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:21,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110632254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:21,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4755) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:21,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Instance[pk=136474, uid=1.2.410.200001.101.11.301.1144174170.3.20250430110250508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:07:21,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Location[pk=136474, systemID=fs1, path=2025/04/30/59FBE266/7EED8BED/4CB0FD22, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:21,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Updated DB in 6 ms
2025-04-30 11:07:21,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430110250508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:21,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) 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.20250430110326832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:24,431 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4755) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:24,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Instance[pk=136475, uid=1.2.410.200001.101.11.301.1144174170.3.20250430110326832, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:07:24,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Location[pk=136475, systemID=fs1, path=2025/04/30/59FBE266/7EED8BED/4E3E5512, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:24,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Updated DB in 19 ms
2025-04-30 11:07:24,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430110326832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:24,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) 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.20250430110408936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:28,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:28,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136476, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110632254, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:07:28,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136476, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/4C3BA4EA, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:28,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 26 ms
2025-04-30 11:07:28,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110632254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:28,201 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4755) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:28,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Instance[pk=136477, uid=1.2.410.200001.101.11.301.1144174170.3.20250430110408936, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:07:28,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Location[pk=136477, systemID=fs1, path=2025/04/30/59FBE266/7EED8BED/4FD7EB32, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:28,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Updated DB in 5 ms
2025-04-30 11:07:28,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430110408936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:28,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110649007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:28,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) 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.20250430110440112 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:31,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4755) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:31,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Instance[pk=136478, uid=1.2.410.200001.101.11.301.1144174170.3.20250430110440112, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:07:31,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Location[pk=136478, systemID=fs1, path=2025/04/30/59FBE266/7EED8BED/500C87F4, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:31,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Updated DB in 10 ms
2025-04-30 11:07:31,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430110440112 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:31,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) 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.20250430110543603 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:33,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:33,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136479, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104736965, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 11:07:33,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136479, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/AF03AEB3, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:33,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 13 ms
2025-04-30 11:07:33,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104736965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:34,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104806653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:34,966 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4755) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:34,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Instance[pk=136480, uid=1.2.410.200001.101.11.301.1144174170.3.20250430110543603, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:07:34,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Create Location[pk=136480, systemID=fs1, path=2025/04/30/59FBE266/7EED8BED/51C2D057, tsuid=1.2.840.10008.1.2, size=3416834, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:34,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312): Updated DB in 21 ms
2025-04-30 11:07:34,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250430110543603 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:35,178 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) >> A-RELEASE-RQ
2025-04-30 11:07:35,178 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4755) DCM4CHEE<-HS30(312) << A-RELEASE-RP
2025-04-30 11:07:35,228 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(312): close Socket[addr=187.91.28.24/187.91.28.24,port=52122,localport=11112]
2025-04-30 11:07:35,370 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:35,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136481, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110649007, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:07:35,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136481, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/4C4CE2EA, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:35,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 13 ms
2025-04-30 11:07:35,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110649007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:35,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110721912 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:38,136 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 11:07:38,137 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-04-30 11:07:38,137 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:07:38,157 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-04-30 11:07:38,157 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:07:38,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 11:07:38,745 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 11:07:38,747 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 11:07:39,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:39,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136482, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110721912, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:07:39,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136482, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/4DE20B72, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:39,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 11 ms
2025-04-30 11:07:39,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 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.20250430110721912 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:39,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110806758 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:44,603 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:44,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Instance[pk=136483, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110806758, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:07:44,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Create Location[pk=136483, systemID=fs1, path=2025/04/30/59FBDB01/7AFEC2EC/4F7CF3EA, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:07:44,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311): Updated DB in 15 ms
2025-04-30 11:07:44,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << 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.20250430110806758 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:44,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) >> A-RELEASE-RQ
2025-04-30 11:07:44,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(311) << A-RELEASE-RP
2025-04-30 11:07:44,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(311): close Socket[addr=187.91.28.24/187.91.28.24,port=52128,localport=11112]
2025-04-30 11:07:45,225 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52129,localport=11112]
2025-04-30 11:07:45,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) >> A-ASSOCIATE-RQ
2025-04-30 11:07:45,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << A-ASSOCIATE-AC
2025-04-30 11:07:45,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110406289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:56,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:07:56,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136468, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110406289, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:07:56,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110406289] with equal digest
2025-04-30 11:07:56,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 9 ms
2025-04-30 11:07:56,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110406289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:07:56,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110436871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 11:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 11:08:04,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:04,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136484, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104806653, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 11:08:04,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136484, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/B08E356B, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:08:04,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 21 ms
2025-04-30 11:08:04,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104806653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:04,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104820975 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:06,858 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 11:08:06,860 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 11:08:07,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:07,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136470, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110436871, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:08:07,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110436871] with equal digest
2025-04-30 11:08:07,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 3 ms
2025-04-30 11:08:07,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110436871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:07,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110538456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:11,684 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 11:08:11,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 11:08:11,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:11,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136471, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110538456, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:08:11,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110538456] with equal digest
2025-04-30 11:08:11,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 3 ms
2025-04-30 11:08:11,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110538456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:11,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110608571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:18,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:18,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136473, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110608571, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:08:18,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110608571] with equal digest
2025-04-30 11:08:18,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 3 ms
2025-04-30 11:08:18,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110608571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:18,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110632254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:21,907 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110237422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:21,969 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110250508&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:22,035 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110326832&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:22,082 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110408936&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:22,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110440112&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:22,204 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110543603&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:25,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:25,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136476, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110632254, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:08:25,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110632254] with equal digest
2025-04-30 11:08:25,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 3 ms
2025-04-30 11:08:25,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110632254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:25,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) 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.1123109166.3.20250430110649007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:29,640 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:29,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136481, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110649007, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:08:29,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110649007] with equal digest
2025-04-30 11:08:29,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 3 ms
2025-04-30 11:08:29,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110649007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:29,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110721912 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:34,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:34,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136482, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110721912, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:08:34,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110721912] with equal digest
2025-04-30 11:08:34,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 3 ms
2025-04-30 11:08:34,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 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.20250430110721912 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:34,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430110806758 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:34,853 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:34,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136485, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104820975, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 11:08:34,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136485, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/B0A7B5B6, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:08:34,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 23 ms
2025-04-30 11:08:34,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104820975 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:35,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> 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.20250429104853142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:38,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 11:08:38,159 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:08:38,160 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-04-30 11:08:38,160 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:08:38,180 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-04-30 11:08:38,180 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:08:38,181 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:08:38,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 11:08:38,747 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 11:08:38,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 11:08:42,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4750) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:08:42,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Found previous received Instance[pk=136483, uid=1.2.410.200001.101.11.301.1123109166.3.20250430110806758, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:08:42,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430110405965,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430110806758] with equal digest
2025-04-30 11:08:42,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313): Updated DB in 2 ms
2025-04-30 11:08:42,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << 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.20250430110806758 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:08:42,379 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) >> A-RELEASE-RQ
2025-04-30 11:08:42,380 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4750) DCM4CHEE<-HS30(313) << A-RELEASE-RP
2025-04-30 11:08:42,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(313): close Socket[addr=187.91.28.24/187.91.28.24,port=52129,localport=11112]
2025-04-30 11:08:45,049 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981838.89&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:45,081 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981848.91&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:45,117 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981881.93&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:08:45,148 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981904.95&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 11:09:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 11:09:05,285 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:09:05,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Instance[pk=136486, uid=1.2.410.200001.101.11.601.1501430850.3.20250429104853142, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 11:09:05,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Create Location[pk=136486, systemID=fs1, path=2025/04/30/582CBF7F/A7286874/B0D33AEE, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-04-30 11:09:05,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296): Updated DB in 14 ms
2025-04-30 11:09:05,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << 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.20250429104853142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:09:05,504 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) >> A-RELEASE-RQ
2025-04-30 11:09:05,504 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(296) << A-RELEASE-RP
2025-04-30 11:09:05,555 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS60MT(296): close Socket[addr=187.91.28.24/187.91.28.24,port=49815,localport=11112]
2025-04-30 11:09:05,960 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49971,localport=11112]
2025-04-30 11:09:05,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> A-ASSOCIATE-RQ
2025-04-30 11:09:05,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << A-ASSOCIATE-AC
2025-04-30 11:09:06,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094702508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:09:11,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 11:09:11,686 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 11:09:18,896 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStgCmtScheduler.execute()
2025-04-30 11:09:18,899 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStgCmtScheduler.execute()
2025-04-30 11:09:35,365 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981838.89&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:09:35,398 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981848.91&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:09:35,429 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981881.93&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:09:35,461 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343315&seriesUID=1.2.840.113619.2.423.84107009440.1745981560.88&objectUID=1.2.840.113619.2.423.84107009440.1745981904.95&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:09:38,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 11:09:38,183 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 11:09:38,184 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 11:09:38,185 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-04-30 11:09:38,185 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:09:38,205 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-04-30 11:09:38,205 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:09:38,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 11:09:38,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 11:09:38,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 11:09:46,926 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:09:46,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Study[pk=11881, uid=4803, id=38343]
2025-04-30 11:09:46,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Series[pk=12534, uid=1.2.410.200001.101.11.601.1501430850.2.20250429094702177, no=1, mod=US]
2025-04-30 11:09:46,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136487, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094702508, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:09:46,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136487, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C17DABCF, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:09:46,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 48 ms
2025-04-30 11:09:46,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094702508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:09:47,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094710414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-04-30 11:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-04-30 11:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4764) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4764) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 11:10:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 11:10:11,687 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 11:10:11,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 11:10:24,640 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50136,localport=11112]
2025-04-30 11:10:24,641 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) >> A-ASSOCIATE-RQ
2025-04-30 11:10:24,641 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) << A-ASSOCIATE-AC
2025-04-30 11:10:24,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) >> 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.1745982647.124 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:26,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:10:26,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136488, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094710414, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:10:26,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136488, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C18AD6EC, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:10:26,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 25 ms
2025-04-30 11:10:26,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094710414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:10:26,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094722161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:10:26,873 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:10:26,883 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Create Patient[pk=10449, id=PatientID[pk=10449, id=343317, issuer=DCM4CHEE.A3DF1335.0BD1DA41], name=JOAO BATISTA PRADO DA SILVA]
2025-04-30 11:10:26,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Create Study[pk=11882, uid=343317, id=38588]
2025-04-30 11:10:26,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Create Series[pk=12535, uid=1.2.840.113619.2.423.84107009440.1745982300.114, no=1, mod=US]
2025-04-30 11:10:26,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Create Instance[pk=136489, uid=1.2.840.113619.2.423.84107009440.1745982647.124, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 11:10:26,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Create Location[pk=136489, systemID=fs1, path=2025/04/30/59FBE267/7BA4FA2D/218DB312, tsuid=1.2.840.10008.1.2.1, size=692636, status=OK, objectType=DICOM_FILE]
2025-04-30 11:10:26,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Updated DB in 33 ms
2025-04-30 11:10:26,907 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) No duplicate record with equal Patient ID found Patient[pk=10449, id=PatientID[pk=10449, id=343317, issuer=DCM4CHEE.A3DF1335.0BD1DA41], name=JOAO BATISTA PRADO DA SILVA]
2025-04-30 11:10:26,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) << 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.1745982647.124 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:27,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) >> 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.1745982647.124 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:28,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4769) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:10:28,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Found previous received Instance[pk=136489, uid=1.2.840.113619.2.423.84107009440.1745982647.124, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 11:10:28,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982647.124] with equal digest
2025-04-30 11:10:28,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315): Updated DB in 3 ms
2025-04-30 11:10:28,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) << 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.1745982647.124 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:28,358 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) >> A-RELEASE-RQ
2025-04-30 11:10:28,358 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4769) DCM4CHEE<-F6LOGIQ(315) << A-RELEASE-RP
2025-04-30 11:10:28,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-F6LOGIQ(315): close Socket[addr=187.91.28.24/187.91.28.24,port=50136,localport=11112]
2025-04-30 11:10:38,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 11:10:38,207 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 11:10:38,208 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-04-30 11:10:38,208 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:10:38,209 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 11:10:38,229 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-04-30 11:10:38,229 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:10:38,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 11:10:38,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 11:10:38,754 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 11:10:40,906 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50138,localport=11112]
2025-04-30 11:10:40,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) >> A-ASSOCIATE-RQ
2025-04-30 11:10:40,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) << A-ASSOCIATE-AC
2025-04-30 11:10:41,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) >> 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.1745982664.128 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:43,063 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4770) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:10:43,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316): Create Instance[pk=136490, uid=1.2.840.113619.2.423.84107009440.1745982664.128, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 11:10:43,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316): Create Location[pk=136490, systemID=fs1, path=2025/04/30/59FBE267/7BA4FA2D/24CD1DD1, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-04-30 11:10:43,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316): Updated DB in 23 ms
2025-04-30 11:10:43,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) << 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.1745982664.128 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:43,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) >> 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.1745982664.128 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:44,316 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4770) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:10:44,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316): Found previous received Instance[pk=136490, uid=1.2.840.113619.2.423.84107009440.1745982664.128, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 11:10:44,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982664.128] with equal digest
2025-04-30 11:10:44,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316): Updated DB in 3 ms
2025-04-30 11:10:44,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) << 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.1745982664.128 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:10:44,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) >> A-RELEASE-RQ
2025-04-30 11:10:44,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4770) DCM4CHEE<-F6LOGIQ(316) << A-RELEASE-RP
2025-04-30 11:10:44,658 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-F6LOGIQ(316): close Socket[addr=187.91.28.24/187.91.28.24,port=50138,localport=11112]
2025-04-30 11:11:02,566 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:02,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136491, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094722161, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:11:02,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136491, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C199CC80, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:11:02,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 12 ms
2025-04-30 11:11:02,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094722161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:02,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094728376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 11:11:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 11:11:03,201 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50142,localport=11112]
2025-04-30 11:11:03,202 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) >> A-ASSOCIATE-RQ
2025-04-30 11:11:03,202 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) << A-ASSOCIATE-AC
2025-04-30 11:11:03,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) >> 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.1745982688.132 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:05,576 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4771) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:05,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317): Create Instance[pk=136492, uid=1.2.840.113619.2.423.84107009440.1745982688.132, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 11:11:05,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317): Create Location[pk=136492, systemID=fs1, path=2025/04/30/59FBE267/7BA4FA2D/286F2D2C, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-04-30 11:11:05,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317): Updated DB in 14 ms
2025-04-30 11:11:05,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) << 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.1745982688.132 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:05,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) >> 66: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.1745982688.132 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:06,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4771) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:06,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317): Found previous received Instance[pk=136492, uid=1.2.840.113619.2.423.84107009440.1745982688.132, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 11:11:06,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982688.132] with equal digest
2025-04-30 11:11:06,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317): Updated DB in 3 ms
2025-04-30 11:11:06,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) << 66: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.1745982688.132 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:06,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) >> A-RELEASE-RQ
2025-04-30 11:11:06,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4771) DCM4CHEE<-F6LOGIQ(317) << A-RELEASE-RP
2025-04-30 11:11:07,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-F6LOGIQ(317): close Socket[addr=187.91.28.24/187.91.28.24,port=50142,localport=11112]
2025-04-30 11:11:11,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 11:11:11,689 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 11:11:23,546 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50143,localport=11112]
2025-04-30 11:11:23,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) >> A-ASSOCIATE-RQ
2025-04-30 11:11:23,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) << A-ASSOCIATE-AC
2025-04-30 11:11:23,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) >> 67: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.1745982707.136 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:25,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:25,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318): Create Instance[pk=136493, uid=1.2.840.113619.2.423.84107009440.1745982707.136, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 11:11:25,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318): Create Location[pk=136493, systemID=fs1, path=2025/04/30/59FBE267/7BA4FA2D/4FA08BF8, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-04-30 11:11:25,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318): Updated DB in 25 ms
2025-04-30 11:11:25,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) << 67: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.1745982707.136 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:26,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) >> 68: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.1745982707.136 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:26,605 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52251,localport=11112]
2025-04-30 11:11:26,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) >> A-ASSOCIATE-RQ
2025-04-30 11:11:26,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << A-ASSOCIATE-AC
2025-04-30 11:11:26,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:26,951 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4775) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:26,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318): Found previous received Instance[pk=136493, uid=1.2.840.113619.2.423.84107009440.1745982707.136, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 11:11:26,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982707.136] with equal digest
2025-04-30 11:11:26,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318): Updated DB in 2 ms
2025-04-30 11:11:26,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) << 68: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.1745982707.136 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:27,250 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) >> A-RELEASE-RQ
2025-04-30 11:11:27,250 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4775) DCM4CHEE<-F6LOGIQ(318) << A-RELEASE-RP
2025-04-30 11:11:27,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-F6LOGIQ(318): close Socket[addr=187.91.28.24/187.91.28.24,port=50143,localport=11112]
2025-04-30 11:11:27,434 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeTaskScheduler.execute()
2025-04-30 11:11:27,457 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeTaskScheduler.execute()
2025-04-30 11:11:28,519 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:28,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:11:28,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104107428] with equal digest
2025-04-30 11:11:28,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 4 ms
2025-04-30 11:11:28,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:28,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:29,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:29,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:11:29,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104155849] with equal digest
2025-04-30 11:11:29,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 3 ms
2025-04-30 11:11:29,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:29,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:29,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:29,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:11:29,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104551660] with equal digest
2025-04-30 11:11:29,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 2 ms
2025-04-30 11:11:29,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:29,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:30,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:30,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:11:30,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104706343] with equal digest
2025-04-30 11:11:30,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 2 ms
2025-04-30 11:11:30,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:30,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:30,519 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:30,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:11:30,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104804917] with equal digest
2025-04-30 11:11:30,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 3 ms
2025-04-30 11:11:30,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:30,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:31,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:31,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:11:31,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104845560] with equal digest
2025-04-30 11:11:31,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 3 ms
2025-04-30 11:11:31,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:31,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:31,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:31,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:11:31,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105007857] with equal digest
2025-04-30 11:11:31,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 3 ms
2025-04-30 11:11:31,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:31,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:32,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:32,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:11:32,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105058036] with equal digest
2025-04-30 11:11:32,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 3 ms
2025-04-30 11:11:32,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:32,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) >> 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:32,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4776) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:32,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Found previous received Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:11:32,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105350369] with equal digest
2025-04-30 11:11:32,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319): Updated DB in 3 ms
2025-04-30 11:11:32,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:32,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) >> A-RELEASE-RQ
2025-04-30 11:11:32,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4776) DCM4CHEE<-HS50US07(319) << A-RELEASE-RP
2025-04-30 11:11:32,777 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS50US07(319): close Socket[addr=187.91.28.24/187.91.28.24,port=52251,localport=11112]
2025-04-30 11:11:33,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:11:33,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136494, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094728376, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:11:33,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136494, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C19C8E60, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:11:33,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 14 ms
2025-04-30 11:11:33,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094728376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:34,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094754276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:11:38,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 11:11:38,230 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 11:11:38,232 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-04-30 11:11:38,232 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:11:38,252 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-04-30 11:11:38,252 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:11:38,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 11:11:38,754 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 11:11:38,756 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 11:11:41,834 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50146,localport=11112]
2025-04-30 11:11:41,834 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) >> A-ASSOCIATE-RQ
2025-04-30 11:11:41,835 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) << A-ASSOCIATE-AC
2025-04-30 11:11:42,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) >> 69: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.1745982725.140 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:44,020 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-04-30 11:11:44,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320): Create Instance[pk=136495, uid=1.2.840.113619.2.423.84107009440.1745982725.140, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-04-30 11:11:44,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320): Create Location[pk=136495, systemID=fs1, path=2025/04/30/59FBE267/7BA4FA2D/52EE0E4D, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-04-30 11:11:44,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320): Updated DB in 24 ms
2025-04-30 11:11:44,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) << 69: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.1745982725.140 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:44,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) >> 70: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.1745982725.140 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:45,206 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-04-30 11:11:45,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320): Found previous received Instance[pk=136495, uid=1.2.840.113619.2.423.84107009440.1745982725.140, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-04-30 11:11:45,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982725.140] with equal digest
2025-04-30 11:11:45,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320): Updated DB in 3 ms
2025-04-30 11:11:45,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) << 70: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.1745982725.140 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:11:45,516 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) >> A-RELEASE-RQ
2025-04-30 11:11:45,516 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-F6LOGIQ(320) << A-RELEASE-RP
2025-04-30 11:11:45,566 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-F6LOGIQ(320): close Socket[addr=187.91.28.24/187.91.28.24,port=50146,localport=11112]
2025-04-30 11:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 11:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 11:12:05,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:12:05,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136496, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094754276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:12:05,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136496, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C1C4FFA6, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:12:05,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 6 ms
2025-04-30 11:12:05,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094754276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:12:05,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094850439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:12:09,911 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:12:09,917 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:12:10,168 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50148,localport=11112]
2025-04-30 11:12:10,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) >> A-ASSOCIATE-RQ
2025-04-30 11:12:10,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) << A-ASSOCIATE-AC
2025-04-30 11:12:10,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) >> 71: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.1745982754.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:12:11,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 11:12:11,691 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 11:12:12,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4778) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:12:12,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321): Create Instance[pk=136497, uid=1.2.840.113619.2.423.84107009440.1745982754.144, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-04-30 11:12:12,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321): Create Location[pk=136497, systemID=fs1, path=2025/04/30/59FBE267/7BA4FA2D/57FE80AD, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-04-30 11:12:12,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321): Updated DB in 28 ms
2025-04-30 11:12:12,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) << 71: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.1745982754.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:12:12,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) >> 72: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.1745982754.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:12:13,956 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4778) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:12:13,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321): Found previous received Instance[pk=136497, uid=1.2.840.113619.2.423.84107009440.1745982754.144, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-04-30 11:12:13,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982754.144] with equal digest
2025-04-30 11:12:13,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321): Updated DB in 3 ms
2025-04-30 11:12:13,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) << 72: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.1745982754.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:12:14,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) >> A-RELEASE-RQ
2025-04-30 11:12:14,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4778) DCM4CHEE<-F6LOGIQ(321) << A-RELEASE-RP
2025-04-30 11:12:14,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-F6LOGIQ(321): close Socket[addr=187.91.28.24/187.91.28.24,port=50148,localport=11112]
2025-04-30 11:12:38,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 11:12:38,253 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,253 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,254 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,254 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,255 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,256 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,256 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,257 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,258 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-04-30 11:12:38,258 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:12:38,258 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,259 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,279 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-04-30 11:12:38,279 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:12:38,280 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-04-30 11:12:38,280 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 11:12:38,756 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 11:12:38,758 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 11:12:39,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:12:39,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136498, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094850439, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:12:39,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136498, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C3780DD2, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:12:39,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 17 ms
2025-04-30 11:12:39,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094850439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:12:39,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094857191 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 11:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 11:13:06,861 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 11:13:06,981 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50152,localport=11112]
2025-04-30 11:13:06,982 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> A-ASSOCIATE-RQ
2025-04-30 11:13:06,982 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << A-ASSOCIATE-AC
2025-04-30 11:13:07,024 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 3 studies
2025-04-30 11:13:07,024 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 11:13:07,185 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> 73: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.1745982647.124 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:09,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4783) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:09,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Found previous received Instance[pk=136489, uid=1.2.840.113619.2.423.84107009440.1745982647.124, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-04-30 11:13:09,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982647.124] with equal digest
2025-04-30 11:13:09,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Updated DB in 4 ms
2025-04-30 11:13:09,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << 73: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.1745982647.124 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:09,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> 74: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.1745982664.128 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:10,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4783) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:10,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Found previous received Instance[pk=136490, uid=1.2.840.113619.2.423.84107009440.1745982664.128, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-04-30 11:13:10,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982664.128] with equal digest
2025-04-30 11:13:10,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Updated DB in 3 ms
2025-04-30 11:13:10,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << 74: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.1745982664.128 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:10,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> 75: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.1745982688.132 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:10,481 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:10,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136499, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094857191, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:13:10,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136499, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C37B31DA, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:13:10,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 23 ms
2025-04-30 11:13:10,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429094857191 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:13:10,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094902523 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:13:11,162 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4783) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:11,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Found previous received Instance[pk=136492, uid=1.2.840.113619.2.423.84107009440.1745982688.132, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-04-30 11:13:11,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982688.132] with equal digest
2025-04-30 11:13:11,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Updated DB in 2 ms
2025-04-30 11:13:11,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << 75: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.1745982688.132 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:11,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> 76: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.1745982707.136 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:11,691 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 11:13:11,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 11:13:12,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4783) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:12,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Found previous received Instance[pk=136493, uid=1.2.840.113619.2.423.84107009440.1745982707.136, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-04-30 11:13:12,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982707.136] with equal digest
2025-04-30 11:13:12,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Updated DB in 3 ms
2025-04-30 11:13:12,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << 76: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.1745982707.136 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:12,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> 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.1745982725.140 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:13,272 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4783) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:13,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Found previous received Instance[pk=136495, uid=1.2.840.113619.2.423.84107009440.1745982725.140, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-04-30 11:13:13,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982725.140] with equal digest
2025-04-30 11:13:13,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Updated DB in 2 ms
2025-04-30 11:13:13,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << 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.1745982725.140 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:13,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> 78: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.1745982754.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:14,343 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4783) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:14,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Found previous received Instance[pk=136497, uid=1.2.840.113619.2.423.84107009440.1745982754.144, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-04-30 11:13:14,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Ignore received Instance[studyUID=343317,seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114,objectUID=1.2.840.113619.2.423.84107009440.1745982754.144] with equal digest
2025-04-30 11:13:14,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322): Updated DB in 3 ms
2025-04-30 11:13:14,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << 78: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.1745982754.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-04-30 11:13:14,646 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) >> A-RELEASE-RQ
2025-04-30 11:13:14,646 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4783) DCM4CHEE<-F6LOGIQ(322) << A-RELEASE-RP
2025-04-30 11:13:14,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-F6LOGIQ(322): close Socket[addr=187.91.28.24/187.91.28.24,port=50152,localport=11112]
2025-04-30 11:13:38,280 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 11:13:38,281 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-04-30 11:13:38,281 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:13:38,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:13:38,303 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 11:13:38,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 11:13:38,759 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 11:13:38,761 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 11:13:41,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:13:41,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136500, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094902523, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:13:41,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136500, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C4E75D46, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:13:41,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 14 ms
2025-04-30 11:13:41,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429094902523 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:13:41,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429094906993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:13:51,551 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250205081406077&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250205081520980&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:14:01,190 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250205081406077&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250205081406435&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 11:14:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 11:14:04,807 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250205081406077&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250205081419789&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:14:11,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 11:14:11,693 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 11:14:20,321 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:14:20,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136501, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094906993, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:14:20,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136501, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C4E93E9F, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:14:20,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 16 ms
2025-04-30 11:14:20,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429094906993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:14:20,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429094918262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:14:38,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 11:14:38,304 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 11:14:38,305 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-04-30 11:14:38,305 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:14:38,306 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 11:14:38,306 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 11:14:38,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:14:38,327 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 11:14:38,761 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 11:14:38,763 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 11:14:51,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:14:51,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136502, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094918262, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:14:51,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136502, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C4F82439, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:14:51,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 26 ms
2025-04-30 11:14:51,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429094918262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:14:51,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429094948142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 11:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 11:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4792) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4792) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 11:15:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 11:15:11,694 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 11:15:11,695 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 11:15:22,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:15:22,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136503, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094948142, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:15:22,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136503, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C52266BD, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:15:22,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 20 ms
2025-04-30 11:15:22,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429094948142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:15:22,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429094954255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:15:28,623 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250205081406077&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250205081442649&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:15:30,571 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250205081406077&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250205081505196&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:15:32,714 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250205081406077&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250205081548065&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:15:38,327 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 11:15:38,328 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-04-30 11:15:38,328 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 11:15:38,349 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 11:15:38,763 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 11:15:38,765 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 11:15:53,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:15:53,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136504, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094954255, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 11:15:53,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136504, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/C52EB0A5, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:15:53,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 16 ms
2025-04-30 11:15:53,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429094954255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:15:53,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095307514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 11:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 11:16:09,519 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311080921428&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:16:11,507 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081116113&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:16:11,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 11:16:11,697 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 11:16:13,510 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081318962&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:16:24,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:16:24,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136505, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095307514, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 11:16:24,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136505, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/EF92CA8A, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:16:24,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 6 ms
2025-04-30 11:16:24,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095307514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:16:24,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095339090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:16:38,349 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 11:16:38,351 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-04-30 11:16:38,351 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:16:38,373 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-04-30 11:16:38,373 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:16:38,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 11:16:38,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 11:16:38,768 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 11:16:51,053 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081620262&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:16:53,138 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081817977&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:16:55,291 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081909779&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:16:55,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:16:55,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136506, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095339090, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 11:16:55,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136506, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/EFBDE7FA, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:16:55,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 18 ms
2025-04-30 11:16:55,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095339090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:16:55,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095457135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:00,308 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52130,localport=11112]
2025-04-30 11:17:00,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> A-ASSOCIATE-RQ
2025-04-30 11:17:00,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << A-ASSOCIATE-AC
2025-04-30 11:17:00,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111151527 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 11:17:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 11:17:05,242 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-04-30 11:17:05,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Series[pk=12536, uid=1.2.410.200001.101.11.301.1123109166.2.20250430111140929, no=2, mod=US]
2025-04-30 11:17:05,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136507, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111151527, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:17:05,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136507, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/78B56A9C, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:05,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 28 ms
2025-04-30 11:17:05,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111151527 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:05,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111210836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:09,550 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-04-30 11:17:09,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136508, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111210836, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:17:09,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136508, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7A317C39, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:09,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 20 ms
2025-04-30 11:17:09,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111210836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:09,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111305285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:09,917 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:17:09,922 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:17:11,697 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 11:17:11,698 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 11:17:16,372 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-04-30 11:17:16,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136509, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111305285, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:17:16,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136509, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7BDA6D46, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:16,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 10 ms
2025-04-30 11:17:16,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111305285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:16,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111354008 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:22,208 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-04-30 11:17:22,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136510, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111354008, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:17:22,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136510, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7C2065F5, tsuid=1.2.840.10008.1.2, size=3416776, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:22,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 10 ms
2025-04-30 11:17:22,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111354008 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:22,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111432346 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:23,942 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082155370&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:17:26,175 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082322916&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:17:26,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:17:26,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136511, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095457135, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 11:17:26,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136511, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F18E09E9, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:26,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 15 ms
2025-04-30 11:17:26,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095457135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:26,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095514262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:28,038 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-04-30 11:17:28,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136512, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111432346, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:17:28,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136512, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7DB83291, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:28,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 11 ms
2025-04-30 11:17:28,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111432346 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:28,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111559186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:28,373 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082424400&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:17:33,878 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-04-30 11:17:33,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136513, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111559186, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:17:33,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136513, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7F8C61C5, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:33,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 48 ms
2025-04-30 11:17:33,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111559186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:34,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111700995 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:38,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 11:17:38,375 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-04-30 11:17:38,375 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:17:38,396 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-04-30 11:17:38,396 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:17:38,396 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 11:17:38,768 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 11:17:38,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 11:17:40,336 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-04-30 11:17:40,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136514, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111700995, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:17:40,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136514, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/82ABA44D, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:40,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 28 ms
2025-04-30 11:17:40,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 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.20250430111700995 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:40,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111739514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:45,221 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-04-30 11:17:45,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Instance[pk=136515, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111739514, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 11:17:45,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Create Location[pk=136515, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/82D9F22A, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:45,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323): Updated DB in 19 ms
2025-04-30 11:17:45,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << 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.20250430111739514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:45,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) >> A-RELEASE-RQ
2025-04-30 11:17:45,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(323) << A-RELEASE-RP
2025-04-30 11:17:45,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS30(323): close Socket[addr=187.91.28.24/187.91.28.24,port=52130,localport=11112]
2025-04-30 11:17:45,876 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52131,localport=11112]
2025-04-30 11:17:45,884 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> A-ASSOCIATE-RQ
2025-04-30 11:17:45,884 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << A-ASSOCIATE-AC
2025-04-30 11:17:46,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111141255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:56,742 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082524043&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:17:57,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:17:57,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136516, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095514262, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 11:17:57,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136516, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F3092B82, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:57,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 13 ms
2025-04-30 11:17:57,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095514262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:57,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095620746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:58,255 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-04-30 11:17:58,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Instance[pk=136517, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111141255, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:17:58,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Location[pk=136517, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/78A74833, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:17:58,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 27 ms
2025-04-30 11:17:58,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111141255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:58,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111151527 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:17:58,816 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082551606&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:18:00,732 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082828883&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 11:18:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 11:18:03,740 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-04-30 11:18:03,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136507, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111151527, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:18:03,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111151527] with equal digest
2025-04-30 11:18:03,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 3 ms
2025-04-30 11:18:03,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111151527 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:03,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111210836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:07,024 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 11:18:07,130 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) Calculated size of 2 studies
2025-04-30 11:18:07,130 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 11:18:10,138 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-04-30 11:18:10,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136508, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111210836, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:18:10,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111210836] with equal digest
2025-04-30 11:18:10,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 3 ms
2025-04-30 11:18:10,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111210836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:10,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111305285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:11,699 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 11:18:11,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 11:18:16,202 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-04-30 11:18:16,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136509, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111305285, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:18:16,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111305285] with equal digest
2025-04-30 11:18:16,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 3 ms
2025-04-30 11:18:16,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111305285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:16,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111331002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:22,796 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-04-30 11:18:22,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Instance[pk=136518, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111331002, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:18:22,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Location[pk=136518, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7C02D9D0, tsuid=1.2.840.10008.1.2, size=3416776, status=OK, objectType=DICOM_FILE]
2025-04-30 11:18:22,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 19 ms
2025-04-30 11:18:22,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111331002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:23,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111354008 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:28,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:18:28,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136519, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095620746, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 11:18:28,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136519, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F4CA5CB1, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:18:28,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 4 ms
2025-04-30 11:18:28,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095620746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:28,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095714545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:28,839 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-04-30 11:18:28,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136510, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111354008, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:18:28,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111354008] with equal digest
2025-04-30 11:18:28,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 2 ms
2025-04-30 11:18:28,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111354008 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:28,951 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082950097&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:18:29,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111416281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:31,048 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311083058418&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:18:33,260 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081118740&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:18:35,430 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-04-30 11:18:35,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Instance[pk=136520, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111416281, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:18:35,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Location[pk=136520, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7D9DD1C1, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:18:35,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 22 ms
2025-04-30 11:18:35,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 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.20250430111416281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:35,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430111432346 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:38,397 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 11:18:38,398 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-04-30 11:18:38,398 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:18:38,421 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-04-30 11:18:38,421 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:18:38,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 11:18:38,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 11:18:38,772 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 11:18:41,479 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-04-30 11:18:41,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136512, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111432346, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:18:41,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111432346] with equal digest
2025-04-30 11:18:41,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 3 ms
2025-04-30 11:18:41,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 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.20250430111432346 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:41,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 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.20250430111544354 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:48,071 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-04-30 11:18:48,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Instance[pk=136521, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111544354, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:18:48,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Create Location[pk=136521, systemID=fs1, path=2025/04/30/59FBDB01/AAFC8C01/7F7C0B8C, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 11:18:48,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 10 ms
2025-04-30 11:18:48,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 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.20250430111544354 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:48,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 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.20250430111559186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:54,104 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-04-30 11:18:54,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136513, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111559186, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:18:54,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111559186] with equal digest
2025-04-30 11:18:54,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 2 ms
2025-04-30 11:18:54,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 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.20250430111559186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:54,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 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.20250430111700995 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:59,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:18:59,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136522, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095714545, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 11:18:59,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136522, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F672E7C8, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:18:59,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 10 ms
2025-04-30 11:18:59,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095714545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:18:59,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095734510 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:19:01,260 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-04-30 11:19:01,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136514, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111700995, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:19:01,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111700995] with equal digest
2025-04-30 11:19:01,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 2 ms
2025-04-30 11:19:01,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 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.20250430111700995 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:19:01,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> 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.20250430111739514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 11:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 11:19:05,601 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-04-30 11:19:05,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Found previous received Instance[pk=136515, uid=1.2.410.200001.101.11.301.1123109166.3.20250430111739514, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 11:19:05,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430111140929,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430111739514] with equal digest
2025-04-30 11:19:05,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324): Updated DB in 3 ms
2025-04-30 11:19:05,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << 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.20250430111739514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:19:05,801 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) >> A-RELEASE-RQ
2025-04-30 11:19:05,801 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS30(324) << A-RELEASE-RP
2025-04-30 11:19:05,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(324): close Socket[addr=187.91.28.24/187.91.28.24,port=52131,localport=11112]
2025-04-30 11:19:07,389 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081601799&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:19:09,326 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081715958&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:19:11,408 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081743065&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:19:11,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 11:19:11,701 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 11:19:30,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:19:30,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136523, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095734510, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 11:19:30,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136523, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F68F1668, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:19:30,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 13 ms
2025-04-30 11:19:30,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095734510 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:19:30,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095744825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:19:36,199 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110237422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:19:36,245 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110250508&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:19:36,289 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110326832&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:19:36,353 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110408936&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:19:36,409 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110440112&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:19:36,463 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343316&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250430110237101&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250430110543603&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:19:38,422 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 11:19:38,423 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 11:19:38,424 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-04-30 11:19:38,424 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:19:38,425 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 11:19:38,455 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-04-30 11:19:38,456 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:19:38,456 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 11:19:38,772 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 11:19:38,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 11:19:52,317 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311081824562&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:19:54,378 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311083008030&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:19:56,557 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311083025908&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-04-30 11:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-04-30 11:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4814) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4814) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 11:20:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 11:20:05,658 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:20:05,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136524, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095744825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 11:20:05,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136524, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F69D3950, tsuid=1.2.840.10008.1.2, size=3915772, status=OK, objectType=DICOM_FILE]
2025-04-30 11:20:05,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 11 ms
2025-04-30 11:20:05,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095744825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:20:05,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095817784 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:20:11,702 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 11:20:11,703 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 11:20:23,089 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311083128078&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:20:25,193 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311083145939&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:20:27,342 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311083201610&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:20:36,516 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:20:36,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136525, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095817784, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 11:20:36,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136525, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F8292581, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:20:36,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 13 ms
2025-04-30 11:20:36,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095817784 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:20:36,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429095844643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:20:38,456 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 11:20:38,457 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 11:20:38,458 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 11:20:38,459 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-04-30 11:20:38,459 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:20:38,481 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-04-30 11:20:38,481 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:20:38,482 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 11:20:38,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 11:20:38,776 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 11:20:55,080 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082030333&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:20:56,959 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082058593&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:20:59,101 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082214811&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 11:21:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 11:21:11,703 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 11:21:11,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 11:21:17,689 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:21:17,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136526, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095844643, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 11:21:17,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136526, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/F8520AA9, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:21:17,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 13 ms
2025-04-30 11:21:17,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429095844643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:21:17,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429100027677 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:21:25,588 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082341984&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:21:27,601 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250311080920318&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250311082447940&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:21:29,858 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416080758448&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:21:38,482 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 11:21:38,483 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-04-30 11:21:38,483 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:21:38,507 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-04-30 11:21:38,507 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:21:38,507 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 11:21:38,776 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 11:21:38,778 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 11:21:48,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:21:48,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136527, uid=1.2.410.200001.101.11.601.1501430850.3.20250429100027677, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 11:21:48,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136527, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/CF6B2712, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:21:48,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 15 ms
2025-04-30 11:21:48,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429100027677 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:21:48,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> 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.20250429100056781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:21:54,465 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081019299&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:21:56,814 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081333980&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:21:58,889 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081458333&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 11:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 11:22:09,922 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:22:09,928 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:22:10,459 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49814,localport=11112]
2025-04-30 11:22:10,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) >> A-ASSOCIATE-RQ
2025-04-30 11:22:10,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) << A-ASSOCIATE-AC
2025-04-30 11:22:10,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) >> 561: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.254280083.1326851262.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:22:11,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 11:22:11,705 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 11:22:19,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:22:19,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Instance[pk=136528, uid=1.2.410.200001.101.11.601.1501430850.3.20250429100056781, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 11:22:19,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Create Location[pk=136528, systemID=fs1, path=2025/04/30/00187B87/F3D33BE2/CF94FD10, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-04-30 11:22:19,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314): Updated DB in 21 ms
2025-04-30 11:22:19,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << 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.20250429100056781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:22:20,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) >> A-RELEASE-RQ
2025-04-30 11:22:20,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(314) << A-RELEASE-RP
2025-04-30 11:22:20,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS60MT(314): close Socket[addr=187.91.28.24/187.91.28.24,port=49971,localport=11112]
2025-04-30 11:22:20,443 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49989,localport=11112]
2025-04-30 11:22:20,444 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326) >> A-ASSOCIATE-RQ
2025-04-30 11:22:20,444 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326) << A-ASSOCIATE-AC
2025-04-30 11:22:20,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103403121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:22:29,472 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081604604&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:22:29,559 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343317&seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114&objectUID=1.2.840.113619.2.423.84107009440.1745982707.136&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:22:29,590 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343317&seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114&objectUID=1.2.840.113619.2.423.84107009440.1745982725.140&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:22:29,617 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343317&seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114&objectUID=1.2.840.113619.2.423.84107009440.1745982647.124&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:22:29,644 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343317&seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114&objectUID=1.2.840.113619.2.423.84107009440.1745982664.128&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:22:29,670 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343317&seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114&objectUID=1.2.840.113619.2.423.84107009440.1745982688.132&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:22:29,697 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343317&seriesUID=1.2.840.113619.2.423.84107009440.1745982300.114&objectUID=1.2.840.113619.2.423.84107009440.1745982754.144&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:22:31,763 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081614393&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:22:33,802 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416080511810&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:22:38,507 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 11:22:38,509 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-04-30 11:22:38,509 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:22:38,530 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-04-30 11:22:38,530 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:22:38,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 11:22:38,778 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 11:22:38,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 11:22:51,760 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:22:51,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): Found previous received Instance[pk=136432, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103403121, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:22:51,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): Ignore received Instance[studyUID=227853,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429103402777,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429103403121] with equal digest
2025-04-30 11:22:51,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): Updated DB in 3 ms
2025-04-30 11:22:51,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103403121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:22:51,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103412497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 11:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 11:23:07,130 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 11:23:07,143 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416080634225&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:23:07,208 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) Calculated size of 1 studies
2025-04-30 11:23:07,208 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 11:23:09,258 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416080717953&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:23:11,287 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416080832475&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:23:11,705 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 11:23:11,707 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 11:23:31,441 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4520) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:23:31,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): Found previous received Instance[pk=136442, uid=1.2.410.200001.101.11.601.1501430850.3.20250429103412497, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:23:31,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): Ignore received Instance[studyUID=227853,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429103402777,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429103412497] with equal digest
2025-04-30 11:23:31,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): Updated DB in 3 ms
2025-04-30 11:23:31,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103412497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:23:31,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429103421116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:23:36,811 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416080853302&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:23:38,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 11:23:38,531 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-04-30 11:23:38,532 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:23:38,533 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 11:23:38,533 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 11:23:38,554 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-04-30 11:23:38,554 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:23:38,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 11:23:38,679 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081108183&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:23:38,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 11:23:38,782 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 11:23:41,127 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081443957&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:23:50,292 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081443957&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:23:50,377 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): 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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:23:50,378 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): 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.20250429103421116 - ?
  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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.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-04-30 11:23:50,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326) << 3: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-04-30 11:23:50,379 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-04-30 11:23:50,379 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326): close Socket[addr=187.91.28.24/187.91.28.24,port=49989,localport=11112]
2025-04-30 11:23:50,379 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4520) DCM4CHEE<-HS60MT(326) << C_STORE_RSP failed: Broken pipe
2025-04-30 11:23:58,176 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340128&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250416080509675&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250416081108183&contentType=image/jpeg from null@201.67.85.129
2025-04-30 11:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 11:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 11:24:11,707 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 11:24:11,708 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 11:24:38,555 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 11:24:38,556 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-04-30 11:24:38,557 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-04-30 11:24:38,557 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:24:38,577 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-04-30 11:24:38,577 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:24:38,577 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 11:24:38,783 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 11:24:38,784 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 11:24:53,308 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428092656924&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,379 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428092723571&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,434 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428092932680&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,495 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093017889&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,552 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093036784&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,613 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093139634&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,678 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093255508&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,742 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093400173&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,795 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093556804&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,843 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093728944&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,893 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093741236&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:53,953 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093754739&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,013 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093816704&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,069 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428093822993&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,118 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428094022418&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,171 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428094032318&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,221 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428094217214&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,272 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428094223475&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,334 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428094238112&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,391 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428094248046&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:24:54,452 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237867&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250428092656534&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250428094300478&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 11:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 11:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4836) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4836) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 11:25:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 11:25:11,708 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 11:25:11,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 11:25:38,577 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 11:25:38,579 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 11:25:38,580 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 11:25:38,581 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-04-30 11:25:38,582 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:25:38,612 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-04-30 11:25:38,612 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:25:38,613 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 11:25:38,785 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 11:25:38,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 11:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 11:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 11:26:11,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 11:26:11,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 11:26:38,613 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 11:26:38,614 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-04-30 11:26:38,614 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:26:38,615 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 11:26:38,635 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-04-30 11:26:38,635 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:26:38,636 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 11:26:38,787 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 11:26:38,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 11:26:43,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:26:43,085 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Patient[pk=10450, id=PatientID[pk=10450, id=343304, issuer=DCM4CHEE.54F2D140.0A6320B1], name=LUCIANA DE CARVALHO SANTOS]
2025-04-30 11:26:43,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Study[pk=11883, uid=1.2.392.200036.9125.2.3619053820161.6598461047.329637, id=*]
2025-04-30 11:26:43,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Series[pk=12537, uid=1.2.392.200036.9125.3.3619053820161.6598461047.329638, no=3001, mod=CR]
2025-04-30 11:26:43,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Instance[pk=136529, uid=1.2.392.200036.9125.9.0.254280083.1326851262.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 11:26:43,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Location[pk=136529, systemID=fs1, path=2025/04/30/EAA726BA/687EE2BC/80D7A52E, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 11:26:43,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Updated DB in 47 ms
2025-04-30 11:26:43,122 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) No duplicate record with equal Patient ID found Patient[pk=10450, id=PatientID[pk=10450, id=343304, issuer=DCM4CHEE.54F2D140.0A6320B1], name=LUCIANA DE CARVALHO SANTOS]
2025-04-30 11:26:43,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) << 561: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.254280083.1326851262.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:26:43,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) >> 573: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.254280083.2484544702.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 11:27:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 11:27:09,929 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:27:09,935 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:27:11,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 11:27:11,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 11:27:38,636 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 11:27:38,638 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-04-30 11:27:38,638 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:27:38,660 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-04-30 11:27:38,660 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:27:38,661 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 11:27:38,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 11:27:38,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 11:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 11:28:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 11:28:07,208 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 11:28:07,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 11:28:11,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 11:28:11,714 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 11:28:38,661 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 11:28:38,662 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-04-30 11:28:38,662 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:28:38,663 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 11:28:38,689 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-04-30 11:28:38,689 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:28:38,690 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 11:28:38,690 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 11:28:38,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 11:28:38,793 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 11:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 11:29:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 11:29:11,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 11:29:11,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 11:29:38,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 11:29:38,692 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-04-30 11:29:38,693 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:29:38,721 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-04-30 11:29:38,721 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:29:38,721 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 11:29:38,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 11:29:38,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 11:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 11:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 11:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4857) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4857) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 11:30:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 11:30:11,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 11:30:11,717 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 11:30:22,274 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101254449&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,346 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101521880&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,414 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101342612&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,487 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101513879&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,555 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101608499&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,631 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101637033&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,698 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101709339&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,762 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101748231&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,849 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101832015&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,915 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424101958300&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:22,980 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424101254054&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424102058089&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,046 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424103231983&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,128 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424102331386&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,198 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424102341407&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,258 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424102431500&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,315 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424102606548&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,381 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424102659867&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,445 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424103038776&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,519 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424103134503&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424103324450&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:23,656 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343099&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250424102331029&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250424103351621&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:30:38,722 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 11:30:38,723 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-04-30 11:30:38,723 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:30:38,743 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-04-30 11:30:38,743 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:30:38,743 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 11:30:38,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 11:30:38,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 11:30:42,562 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52133,localport=11112]
2025-04-30 11:30:42,563 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) >> A-ASSOCIATE-RQ
2025-04-30 11:30:42,563 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) << A-ASSOCIATE-AC
2025-04-30 11:30:42,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112020157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:30:50,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:30:50,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Series[pk=12538, uid=1.2.410.200001.101.11.301.1123109166.2.20250430112019774, no=4, mod=US]
2025-04-30 11:30:50,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136530, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112020157, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:30:50,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136530, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/ABBC03B5, tsuid=1.2.840.10008.1.2, size=3416612, status=OK, objectType=DICOM_FILE]
2025-04-30 11:30:50,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 37 ms
2025-04-30 11:30:50,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112020157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:30:50,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112252897 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:30:55,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:30:55,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136531, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112252897, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:30:55,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136531, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/AF50FEF7, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-04-30 11:30:55,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 16 ms
2025-04-30 11:30:55,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112252897 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:30:55,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112304157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:00,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:00,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136532, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112304157, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:31:00,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136532, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/B0C0300C, tsuid=1.2.840.10008.1.2, size=3416612, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:00,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 36 ms
2025-04-30 11:31:00,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112304157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:00,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112349702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 11:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 11:31:06,563 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:06,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136533, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112349702, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:31:06,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136533, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/B0FAE9D1, tsuid=1.2.840.10008.1.2, size=3416612, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:06,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 10 ms
2025-04-30 11:31:06,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112349702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:06,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112444701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:11,717 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 11:31:11,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 11:31:12,699 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:12,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136534, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112444701, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:31:12,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136534, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/B2AD7C94, tsuid=1.2.840.10008.1.2, size=3416612, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:12,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 13 ms
2025-04-30 11:31:12,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112444701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:12,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112607668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:15,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:15,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Instance[pk=136535, uid=1.2.392.200036.9125.9.0.254280083.2484544702.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 11:31:15,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Location[pk=136535, systemID=fs1, path=2025/04/30/EAA726BA/687EE2BC/B92076CC, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:15,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Updated DB in 25 ms
2025-04-30 11:31:15,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) << 573: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.254280083.2484544702.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:15,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) >> 585: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.254280084.3508085950.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:19,940 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:19,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136536, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112607668, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:31:19,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136536, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/B5E029EB, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:19,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 13 ms
2025-04-30 11:31:19,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112607668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:20,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430112720839 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:24,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:24,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136537, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112720839, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:31:24,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136537, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/B7AE0A19, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:24,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 18 ms
2025-04-30 11:31:24,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) << 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.20250430112720839 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:24,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430112859842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:28,936 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:28,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136538, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112859842, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:31:28,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136538, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/B99140AA, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:28,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 22 ms
2025-04-30 11:31:28,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) << 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.20250430112859842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:29,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) >> 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.20250430113050575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:36,368 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:36,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136539, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113050575, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:31:36,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136539, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/E0CC94B9, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:36,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 12 ms
2025-04-30 11:31:36,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) << 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.20250430113050575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:36,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) >> 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.20250430113111946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:38,743 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 11:31:38,745 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-04-30 11:31:38,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:31:38,746 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-04-30 11:31:38,765 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-04-30 11:31:38,766 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:31:38,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 11:31:38,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 11:31:38,800 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 11:31:42,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:42,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136540, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113111946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:31:42,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136540, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/E249925B, tsuid=1.2.840.10008.1.2, size=3416612, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:42,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 15 ms
2025-04-30 11:31:42,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) << 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.20250430113111946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:42,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) >> 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.20250430113136529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:55,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:31:55,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Instance[pk=136541, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113136529, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:31:55,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Create Location[pk=136541, systemID=fs1, path=2025/04/30/59FBDB01/DE07B88B/E267F7F9, tsuid=1.2.840.10008.1.2, size=3416612, status=OK, objectType=DICOM_FILE]
2025-04-30 11:31:55,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327): Updated DB in 36 ms
2025-04-30 11:31:55,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) << 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.20250430113136529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:56,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) >> A-RELEASE-RQ
2025-04-30 11:31:56,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(327) << A-RELEASE-RP
2025-04-30 11:31:56,246 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(327): close Socket[addr=187.91.28.24/187.91.28.24,port=52133,localport=11112]
2025-04-30 11:31:56,592 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52134,localport=11112]
2025-04-30 11:31:56,592 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) >> A-ASSOCIATE-RQ
2025-04-30 11:31:56,592 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) << A-ASSOCIATE-AC
2025-04-30 11:31:56,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112020157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:31:58,765 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52252,localport=11112]
2025-04-30 11:31:58,765 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) >> A-ASSOCIATE-RQ
2025-04-30 11:31:58,766 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) << A-ASSOCIATE-AC
2025-04-30 11:31:58,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111552380 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:00,227 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:00,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136530, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112020157, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:32:00,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112020157] with equal digest
2025-04-30 11:32:00,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 8 ms
2025-04-30 11:32:00,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112020157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:00,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112252897 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:00,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:00,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Series[pk=12539, uid=1.2.410.200001.101.11.501.1791052210.2.20250430111551893, no=1, mod=US]
2025-04-30 11:32:00,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136542, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111552380, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:32:00,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136542, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/21C9A8F0, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:00,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 38 ms
2025-04-30 11:32:00,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111552380 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:01,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111613844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:01,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:01,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136543, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111613844, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:32:01,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136543, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/2346AA37, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:01,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 19 ms
2025-04-30 11:32:01,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111613844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:01,790 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111724943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:02,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:02,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136544, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111724943, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:32:02,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136544, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/250A1276, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:02,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 13 ms
2025-04-30 11:32:02,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111724943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:02,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111750977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:02,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:02,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136545, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111750977, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:32:02,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136545, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/253287DE, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:02,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 13 ms
2025-04-30 11:32:02,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430111750977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 11:32:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 11:32:03,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) >> 5: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.501.1791052210.3.20250430111923996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:06,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:06,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136531, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112252897, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:32:06,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112252897] with equal digest
2025-04-30 11:32:06,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 3 ms
2025-04-30 11:32:06,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112252897 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:06,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112304157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:09,935 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:32:09,944 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:32:11,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 11:32:11,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 11:32:13,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:13,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136532, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112304157, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:32:13,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112304157] with equal digest
2025-04-30 11:32:13,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 4 ms
2025-04-30 11:32:13,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112304157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:13,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112349702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:19,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:19,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136533, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112349702, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:32:19,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112349702] with equal digest
2025-04-30 11:32:19,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 4 ms
2025-04-30 11:32:19,540 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112349702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:19,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112444701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:26,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:26,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136534, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112444701, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:32:26,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112444701] with equal digest
2025-04-30 11:32:26,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 2 ms
2025-04-30 11:32:26,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112444701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:26,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112607668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:33,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:33,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136536, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112607668, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:32:33,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112607668] with equal digest
2025-04-30 11:32:33,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 2 ms
2025-04-30 11:32:33,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) 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.1123109166.3.20250430112607668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:33,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430112720839 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:36,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:36,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136546, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111923996, class=1.2.840.10008.5.1.4.1.1.3.1, no=5]
2025-04-30 11:32:36,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136546, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/28734FF3, tsuid=1.2.840.10008.1.2, size=389323478, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:36,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 7 ms
2025-04-30 11:32:36,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) << 5: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.501.1791052210.3.20250430111923996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:36,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112134489 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:36,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:36,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136547, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112134489, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:32:36,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136547, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/4FC13F3B, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:36,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 19 ms
2025-04-30 11:32:36,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112134489 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:37,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112325476 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:37,343 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:37,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136548, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112325476, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:32:37,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136548, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/531D4D35, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:37,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 10 ms
2025-04-30 11:32:37,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112325476 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:37,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112414877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:37,889 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:37,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136549, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112414877, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:32:37,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136549, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/54C3A8F9, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:37,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 10 ms
2025-04-30 11:32:37,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112414877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:38,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112604539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:38,434 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:38,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136550, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112604539, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:32:38,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136550, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/581F36F9, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:38,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 14 ms
2025-04-30 11:32:38,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112604539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:38,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112717388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:38,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 11:32:38,767 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-04-30 11:32:38,767 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:32:38,791 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-04-30 11:32:38,791 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:32:38,792 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 11:32:38,792 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 11:32:38,801 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 11:32:38,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 11:32:38,982 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:38,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136551, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112717388, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:32:38,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136551, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/59E37D4E, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:39,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 19 ms
2025-04-30 11:32:39,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250430112717388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:39,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) >> 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.20250430112828384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:39,535 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:39,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136552, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112828384, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:32:39,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136552, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/5BA6E1C9, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:39,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 18 ms
2025-04-30 11:32:39,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) << 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.20250430112828384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:39,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) >> 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.20250430112845349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:40,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:40,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136553, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112845349, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 11:32:40,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136553, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/5BC1B337, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:40,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 11 ms
2025-04-30 11:32:40,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) << 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.20250430112845349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:40,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:40,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136537, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112720839, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:32:40,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112720839] with equal digest
2025-04-30 11:32:40,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 3 ms
2025-04-30 11:32:40,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) << 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.20250430112720839 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:40,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) >> 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.20250430112902734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:40,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430112859842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:40,632 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:40,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136554, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112902734, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 11:32:40,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136554, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/5D3CDF95, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:40,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 10 ms
2025-04-30 11:32:40,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) << 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.20250430112902734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:40,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) >> 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.20250430112928148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:41,176 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:41,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Instance[pk=136555, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112928148, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 11:32:41,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Create Location[pk=136555, systemID=fs1, path=2025/04/30/59FA7E61/541EE5B7/5D5BB26E, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 11:32:41,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329): Updated DB in 5 ms
2025-04-30 11:32:41,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) << 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.20250430112928148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:41,380 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) >> A-RELEASE-RQ
2025-04-30 11:32:41,380 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(329) << A-RELEASE-RP
2025-04-30 11:32:41,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(329): close Socket[addr=187.91.28.24/187.91.28.24,port=52252,localport=11112]
2025-04-30 11:32:41,783 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52253,localport=11112]
2025-04-30 11:32:41,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330) >> A-ASSOCIATE-RQ
2025-04-30 11:32:41,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330) << A-ASSOCIATE-AC
2025-04-30 11:32:41,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:43,765 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:43,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136433, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104107428, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:32:43,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104107428] with equal digest
2025-04-30 11:32:43,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 3 ms
2025-04-30 11:32:43,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104107428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:43,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:44,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:44,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136434, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104155849, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:32:44,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104155849] with equal digest
2025-04-30 11:32:44,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 2 ms
2025-04-30 11:32:44,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104155849 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:44,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:44,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:44,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136435, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104551660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:32:44,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104551660] with equal digest
2025-04-30 11:32:44,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 2 ms
2025-04-30 11:32:44,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104551660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:44,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:45,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:45,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136436, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104706343, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:32:45,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104706343] with equal digest
2025-04-30 11:32:45,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 3 ms
2025-04-30 11:32:45,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104706343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:45,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:45,768 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:45,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136437, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104804917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:32:45,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104804917] with equal digest
2025-04-30 11:32:45,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 2 ms
2025-04-30 11:32:45,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104804917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:45,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:46,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:46,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136438, uid=1.2.410.200001.101.11.501.1791052210.3.20250430104845560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:32:46,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430104845560] with equal digest
2025-04-30 11:32:46,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 3 ms
2025-04-30 11:32:46,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430104845560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:46,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:46,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:46,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136439, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105007857, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:32:46,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105007857] with equal digest
2025-04-30 11:32:46,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 3 ms
2025-04-30 11:32:46,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430105007857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:46,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:47,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:47,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136538, uid=1.2.410.200001.101.11.301.1123109166.3.20250430112859842, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:32:47,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430112859842] with equal digest
2025-04-30 11:32:47,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 2 ms
2025-04-30 11:32:47,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) << 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.20250430112859842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:47,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:47,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136440, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105058036, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:32:47,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105058036] with equal digest
2025-04-30 11:32:47,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 2 ms
2025-04-30 11:32:47,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430105058036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:47,464 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) >> 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.20250430113050575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:47,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:47,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:47,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Found previous received Instance[pk=136441, uid=1.2.410.200001.101.11.501.1791052210.3.20250430105350369, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:32:47,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Ignore received Instance[studyUID=1.2.410.200001.101.11.501.1791052210.1.20250430103938125,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430104107051,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430105350369] with equal digest
2025-04-30 11:32:47,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330): Updated DB in 2 ms
2025-04-30 11:32:47,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4867) 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.20250430105350369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:47,974 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330) >> A-RELEASE-RQ
2025-04-30 11:32:47,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4867) DCM4CHEE<-HS50US07(330) << A-RELEASE-RP
2025-04-30 11:32:48,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS50US07(330): close Socket[addr=187.91.28.24/187.91.28.24,port=52253,localport=11112]
2025-04-30 11:32:51,900 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:51,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136539, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113050575, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:32:51,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113050575] with equal digest
2025-04-30 11:32:51,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 2 ms
2025-04-30 11:32:51,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) << 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.20250430113050575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:52,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) >> 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.20250430113111946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:56,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:32:56,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136540, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113111946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:32:56,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113111946] with equal digest
2025-04-30 11:32:56,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 3 ms
2025-04-30 11:32:56,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) << 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.20250430113111946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:32:56,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) >> 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.20250430113136529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:33:02,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4862) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:33:02,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Found previous received Instance[pk=136541, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113136529, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:33:02,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430112019774,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113136529] with equal digest
2025-04-30 11:33:02,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328): Updated DB in 3 ms
2025-04-30 11:33:02,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) << 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.20250430113136529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 11:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 11:33:03,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) >> A-RELEASE-RQ
2025-04-30 11:33:03,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4862) DCM4CHEE<-HS30(328) << A-RELEASE-RP
2025-04-30 11:33:03,166 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(328): close Socket[addr=187.91.28.24/187.91.28.24,port=52134,localport=11112]
2025-04-30 11:33:07,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-04-30 11:33:07,289 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) Calculated size of 1 studies
2025-04-30 11:33:07,289 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-04-30 11:33:11,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 11:33:11,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 11:33:38,792 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 11:33:38,793 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 11:33:38,794 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-04-30 11:33:38,795 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:33:38,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 11:33:38,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 11:33:38,814 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-04-30 11:33:38,815 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:33:38,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 11:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 11:34:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 11:34:11,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 11:34:11,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 11:34:38,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 11:34:38,806 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 11:34:38,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 11:34:38,816 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 11:34:38,817 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 11:34:38,819 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-04-30 11:34:38,820 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:34:38,850 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-04-30 11:34:38,850 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:34:38,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 11:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-04-30 11:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-04-30 11:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4880) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4880) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 11:35:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 11:35:11,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 11:35:11,725 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 11:35:38,807 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 11:35:38,809 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 11:35:38,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 11:35:38,851 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-04-30 11:35:38,851 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:35:38,873 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-04-30 11:35:38,873 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:35:38,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 11:35:50,550 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:35:50,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Instance[pk=136556, uid=1.2.392.200036.9125.9.0.254280084.3508085950.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 11:35:50,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Location[pk=136556, systemID=fs1, path=2025/04/30/EAA726BA/687EE2BC/1CE7379E, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 11:35:50,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Updated DB in 28 ms
2025-04-30 11:35:50,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) << 585: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.254280084.3508085950.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:35:50,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) >> 595: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.254280085.270148798.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 11:36:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 11:36:11,725 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 11:36:11,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 11:36:38,809 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 11:36:38,811 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 11:36:38,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 11:36:38,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-04-30 11:36:38,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:36:38,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-04-30 11:36:38,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:36:38,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 11:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 11:37:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 11:37:09,945 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:37:09,951 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:37:11,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 11:37:11,728 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 11:37:38,812 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 11:37:38,814 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 11:37:38,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 11:37:38,897 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-04-30 11:37:38,897 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:37:38,917 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-04-30 11:37:38,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:37:38,918 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 11:37:38,918 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 11:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 11:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 11:38:07,290 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 11:38:07,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 2 studies
2025-04-30 11:38:07,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 11:38:11,728 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 11:38:11,729 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 11:38:35,517 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105109910&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:35,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105153477&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:35,660 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105429845&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:35,741 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105528149&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:35,808 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105542753&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:35,872 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105634388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:35,928 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414104953398&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:35,982 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105023200&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:36,037 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105119989&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:36,094 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105216074&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:36,147 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105329592&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:36,200 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238085&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250414104953182&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250414105444564&contentType=image/jpeg from null@162.240.235.97
2025-04-30 11:38:38,814 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 11:38:38,816 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 11:38:38,918 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 11:38:38,920 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-04-30 11:38:38,920 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:38:38,940 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-04-30 11:38:38,940 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:38:38,940 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 11:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 11:39:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 11:39:11,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 11:39:11,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 11:39:38,816 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 11:39:38,818 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 11:39:38,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 11:39:38,942 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 11:39:38,942 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 11:39:38,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:39:38,963 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-04-30 11:39:38,963 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:39:38,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 11:39:38,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 11:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 11:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 11:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4901) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4901) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 11:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 11:40:11,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 11:40:11,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 11:40:22,886 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:40:22,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Instance[pk=136557, uid=1.2.392.200036.9125.9.0.254280085.270148798.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3005]
2025-04-30 11:40:22,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Create Location[pk=136557, systemID=fs1, path=2025/04/30/EAA726BA/687EE2BC/C8079440, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 11:40:22,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325): Updated DB in 11 ms
2025-04-30 11:40:22,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) << 595: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.254280085.270148798.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:40:23,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) >> A-RELEASE-RQ
2025-04-30 11:40:23,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(325) << A-RELEASE-RP
2025-04-30 11:40:23,138 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-FCR-CSL1(325): close Socket[addr=187.91.28.24/187.91.28.24,port=49814,localport=11112]
2025-04-30 11:40:25,528 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49875,localport=11112]
2025-04-30 11:40:25,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) >> A-ASSOCIATE-RQ
2025-04-30 11:40:25,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) << A-ASSOCIATE-AC
2025-04-30 11:40:25,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) >> 609:C-STORE-RQ[pcid=95, 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.254280087.1444684990.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:40:38,818 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 11:40:38,820 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 11:40:38,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 11:40:38,966 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-04-30 11:40:38,966 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:40:38,986 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-04-30 11:40:38,986 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:40:38,986 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 11:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 11:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 11:41:11,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 11:41:11,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 11:41:38,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 11:41:38,822 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 11:41:38,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 11:41:38,988 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-04-30 11:41:38,988 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:41:39,008 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-04-30 11:41:39,008 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:41:39,009 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 11:41:39,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 11:41:45,008 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSDeleteScheduler.execute()
2025-04-30 11:41:45,011 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSDeleteScheduler.execute()
2025-04-30 11:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 11:42:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 11:42:09,951 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:42:09,957 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:42:11,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 11:42:11,735 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 11:42:38,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 11:42:38,825 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 11:42:39,010 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 11:42:39,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:42:39,032 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-04-30 11:42:39,032 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:42:39,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 11:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 11:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 11:43:07,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-04-30 11:43:07,431 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-04-30 11:43:11,736 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 11:43:11,737 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 11:43:38,825 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 11:43:38,827 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 11:43:39,033 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 11:43:39,034 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-04-30 11:43:39,034 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:43:39,054 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-04-30 11:43:39,054 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:43:39,054 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 11:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 11:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 11:44:11,737 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 11:44:11,738 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 11:44:38,827 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 11:44:38,830 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 11:44:39,055 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 11:44:39,056 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-04-30 11:44:39,056 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:44:39,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:44:39,086 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 11:44:53,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:44:53,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Study[pk=11884, uid=1.2.392.200036.9125.2.3619053820161.6598461035.329634, id=*]
2025-04-30 11:44:53,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Series[pk=12540, uid=1.2.392.200036.9125.3.3619053820161.6598461035.329635, no=3001, mod=CR]
2025-04-30 11:44:53,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Instance[pk=136558, uid=1.2.392.200036.9125.9.0.254280087.1444684990.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 11:44:53,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Location[pk=136558, systemID=fs1, path=2025/04/30/86A05DF8/047819FA/1F5FB511, tsuid=1.2.840.10008.1.2, size=14015768, status=OK, objectType=DICOM_FILE]
2025-04-30 11:44:53,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Updated DB in 35 ms
2025-04-30 11:44:53,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) << 609:C-STORE-RSP[pcid=95, 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.254280087.1444684990.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:44:54,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) >> 621:C-STORE-RQ[pcid=95, 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.254280087.2484937918.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 11:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 11:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4922) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4922) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 11:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 11:45:11,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 11:45:11,740 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 11:45:38,830 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 11:45:38,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 11:45:39,086 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 11:45:39,087 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-04-30 11:45:39,088 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:45:39,111 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-04-30 11:45:39,111 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:45:39,111 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 11:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 11:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 11:46:11,740 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 11:46:11,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 11:46:38,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 11:46:38,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 11:46:39,112 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 11:46:39,113 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 11:46:39,114 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-04-30 11:46:39,114 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:46:39,143 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-04-30 11:46:39,143 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:46:39,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 11:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 11:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 11:47:06,258 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52136,localport=11112]
2025-04-30 11:47:06,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332) >> A-ASSOCIATE-RQ
2025-04-30 11:47:06,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332) << A-ASSOCIATE-AC
2025-04-30 11:47:06,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113359831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:09,957 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:47:09,964 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:47:11,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 11:47:11,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 11:47:13,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:13,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Series[pk=12541, uid=1.2.410.200001.101.11.301.1123109166.2.20250430113359510, no=6, mod=US]
2025-04-30 11:47:13,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136559, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113359831, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:47:13,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136559, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/E5EF40B0, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:13,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 14 ms
2025-04-30 11:47:13,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113359831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:13,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113449252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:18,387 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:18,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136560, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113449252, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:47:18,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136560, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/E795EB87, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:18,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 22 ms
2025-04-30 11:47:18,409 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113449252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:18,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113558918 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:24,973 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:24,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136561, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113558918, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:47:24,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136561, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/E9588119, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:24,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 17 ms
2025-04-30 11:47:24,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113558918 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:25,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113632545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:31,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:31,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136562, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113632545, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:47:31,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136562, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/EAEE61D2, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:31,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 21 ms
2025-04-30 11:47:31,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113632545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:31,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113706070 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:37,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:37,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136563, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113706070, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:47:37,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136563, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/EC7AB2FD, tsuid=1.2.840.10008.1.2, size=3416788, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:37,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 11 ms
2025-04-30 11:47:37,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113706070 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:37,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113732041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:38,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 11:47:38,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 11:47:39,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 11:47:39,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:47:39,166 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-04-30 11:47:39,166 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:47:39,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 11:47:44,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:44,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136564, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113732041, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:47:44,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136564, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/ECA327A8, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:44,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 10 ms
2025-04-30 11:47:44,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113732041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:44,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113908442 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:51,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:51,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136565, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113908442, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:47:51,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136565, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/EFE55BA2, tsuid=1.2.840.10008.1.2, size=3915896, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:51,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 22 ms
2025-04-30 11:47:51,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430113908442 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:51,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114024395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:58,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:47:58,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136566, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114024395, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:47:58,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136566, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/158A53AF, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 11:47:58,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 16 ms
2025-04-30 11:47:58,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114024395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:47:58,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114053966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:02,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:48:02,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136567, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114053966, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:48:02,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136567, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/15B43BFD, tsuid=1.2.840.10008.1.2, size=3416788, status=OK, objectType=DICOM_FILE]
2025-04-30 11:48:02,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 10 ms
2025-04-30 11:48:02,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114053966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:02,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114233311 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 11:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 11:48:07,432 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 11:48:07,434 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 11:48:07,485 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:48:07,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136568, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114233311, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 11:48:07,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136568, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/1901A713, tsuid=1.2.840.10008.1.2, size=3915896, status=OK, objectType=DICOM_FILE]
2025-04-30 11:48:07,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 10 ms
2025-04-30 11:48:07,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114233311 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:07,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114331599 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:11,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 11:48:11,745 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 11:48:14,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:48:14,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136569, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114331599, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 11:48:14,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136569, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/1AB59F76, tsuid=1.2.840.10008.1.2, size=3916044, status=OK, objectType=DICOM_FILE]
2025-04-30 11:48:14,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 14 ms
2025-04-30 11:48:14,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114331599 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:14,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114436217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:22,016 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:48:22,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136570, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114436217, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 11:48:22,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136570, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/1C6CB1B3, tsuid=1.2.840.10008.1.2, size=3915896, status=OK, objectType=DICOM_FILE]
2025-04-30 11:48:22,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 34 ms
2025-04-30 11:48:22,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114436217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:22,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114604834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:26,434 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:48:26,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136571, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114604834, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 11:48:26,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136571, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/1FAB4A71, tsuid=1.2.840.10008.1.2, size=3915896, status=OK, objectType=DICOM_FILE]
2025-04-30 11:48:26,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 24 ms
2025-04-30 11:48:26,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114604834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:26,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114648023 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:30,847 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:48:30,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136572, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114648023, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 11:48:30,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136572, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/1FE55BC9, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 11:48:30,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 7 ms
2025-04-30 11:48:30,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114648023 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:31,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114803828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:38,455 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4931) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:48:38,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Instance[pk=136573, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114803828, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 11:48:38,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Create Location[pk=136573, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/23148735, tsuid=1.2.840.10008.1.2, size=3915896, status=OK, objectType=DICOM_FILE]
2025-04-30 11:48:38,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332): Updated DB in 49 ms
2025-04-30 11:48:38,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(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.301.1123109166.3.20250430114803828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:48:38,706 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332) >> A-RELEASE-RQ
2025-04-30 11:48:38,706 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4931) DCM4CHEE<-HS30(332) << A-RELEASE-RP
2025-04-30 11:48:38,756 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(332): close Socket[addr=187.91.28.24/187.91.28.24,port=52136,localport=11112]
2025-04-30 11:48:38,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 11:48:38,838 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 11:48:39,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 11:48:39,167 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-04-30 11:48:39,167 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:48:39,188 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-04-30 11:48:39,188 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:48:39,188 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 11:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 11:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 11:49:11,745 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 11:49:11,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 11:49:22,517 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:49:22,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Instance[pk=136574, uid=1.2.392.200036.9125.9.0.254280087.2484937918.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 11:49:22,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Location[pk=136574, systemID=fs1, path=2025/04/30/86A05DF8/047819FA/9A9DE3F1, tsuid=1.2.840.10008.1.2, size=14015768, status=OK, objectType=DICOM_FILE]
2025-04-30 11:49:22,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Updated DB in 10 ms
2025-04-30 11:49:22,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) << 621:C-STORE-RSP[pcid=95, 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.254280087.2484937918.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:49:22,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) >> 633:C-STORE-RQ[pcid=95, 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.254280087.3525190846.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:49:38,838 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 11:49:38,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 11:49:39,188 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 11:49:39,190 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 11:49:39,191 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-04-30 11:49:39,191 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:49:39,222 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-04-30 11:49:39,222 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:49:39,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 11:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 11:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 11:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4944) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4944) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 11:50:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 11:50:11,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 11:50:11,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 11:50:38,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 11:50:38,841 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 11:50:39,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 11:50:39,224 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 11:50:39,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:50:39,256 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-04-30 11:50:39,256 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:50:39,256 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 11:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 11:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 11:51:11,748 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 11:51:11,749 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 11:51:38,842 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 11:51:38,843 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 11:51:39,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 11:51:39,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:51:39,278 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-04-30 11:51:39,278 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:51:39,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 11:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 11:52:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 11:52:09,964 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:52:09,971 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:52:11,749 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 11:52:11,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 11:52:38,843 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 11:52:38,845 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 11:52:39,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 11:52:39,280 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-04-30 11:52:39,280 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:52:39,302 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-04-30 11:52:39,302 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:52:39,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 11:52:54,034 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52138,localport=11112]
2025-04-30 11:52:54,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> A-ASSOCIATE-RQ
2025-04-30 11:52:54,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << A-ASSOCIATE-AC
2025-04-30 11:52:54,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113359831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 11:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 11:53:07,435 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 11:53:07,542 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) Calculated size of 2 studies
2025-04-30 11:53:07,542 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 11:53:08,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:08,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136559, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113359831, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 11:53:08,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113359831] with equal digest
2025-04-30 11:53:08,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 8 ms
2025-04-30 11:53:08,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113359831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:08,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113449252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:11,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 11:53:11,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 11:53:12,897 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:12,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136560, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113449252, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 11:53:12,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113449252] with equal digest
2025-04-30 11:53:12,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 2 ms
2025-04-30 11:53:12,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113449252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:13,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113535875 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:17,825 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:17,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Create Instance[pk=136575, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113535875, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 11:53:17,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Create Location[pk=136575, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/E93AF1F0, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 11:53:17,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 14 ms
2025-04-30 11:53:17,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113535875 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:18,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113558918 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:24,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:24,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136561, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113558918, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 11:53:24,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113558918] with equal digest
2025-04-30 11:53:24,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 3 ms
2025-04-30 11:53:24,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113558918 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:25,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113632545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:31,607 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:31,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136562, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113632545, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 11:53:31,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113632545] with equal digest
2025-04-30 11:53:31,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 2 ms
2025-04-30 11:53:31,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113632545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:31,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113706070 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:38,508 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:38,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136563, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113706070, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 11:53:38,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113706070] with equal digest
2025-04-30 11:53:38,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 3 ms
2025-04-30 11:53:38,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113706070 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:38,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113732041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:38,845 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 11:53:38,847 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 11:53:39,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 11:53:39,304 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-04-30 11:53:39,304 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:53:39,324 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-04-30 11:53:39,324 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:53:39,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 11:53:44,401 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:44,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136564, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113732041, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 11:53:44,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113732041] with equal digest
2025-04-30 11:53:44,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 3 ms
2025-04-30 11:53:44,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430113732041 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:44,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430113908442 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:50,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:50,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Instance[pk=136576, uid=1.2.392.200036.9125.9.0.254280087.3525190846.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 11:53:50,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Location[pk=136576, systemID=fs1, path=2025/04/30/86A05DF8/047819FA/EF9C9C7B, tsuid=1.2.840.10008.1.2, size=14015772, status=OK, objectType=DICOM_FILE]
2025-04-30 11:53:50,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Updated DB in 18 ms
2025-04-30 11:53:50,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) << 633:C-STORE-RSP[pcid=95, 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.254280087.3525190846.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:50,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) >> 643:C-STORE-RQ[pcid=95, 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.254280087.203105470.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:51,753 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:51,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136565, uid=1.2.410.200001.101.11.301.1123109166.3.20250430113908442, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 11:53:51,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430113908442] with equal digest
2025-04-30 11:53:51,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 3 ms
2025-04-30 11:53:51,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430113908442 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:51,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114024395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:59,034 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:53:59,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136566, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114024395, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 11:53:59,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114024395] with equal digest
2025-04-30 11:53:59,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 3 ms
2025-04-30 11:53:59,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114024395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:53:59,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114033243 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 11:54:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 11:54:03,370 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:03,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Create Instance[pk=136577, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114033243, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 11:54:03,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Create Location[pk=136577, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/1597F273, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 11:54:03,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 10 ms
2025-04-30 11:54:03,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114033243 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:03,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114053966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:09,085 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:09,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136567, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114053966, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 11:54:09,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114053966] with equal digest
2025-04-30 11:54:09,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 2 ms
2025-04-30 11:54:09,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114053966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:09,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114222096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:11,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 11:54:11,753 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 11:54:16,373 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:16,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Create Instance[pk=136578, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114222096, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 11:54:16,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Create Location[pk=136578, systemID=fs1, path=2025/04/30/59FBDB01/1844D36D/18F310ED, tsuid=1.2.840.10008.1.2, size=3915896, status=OK, objectType=DICOM_FILE]
2025-04-30 11:54:16,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 5 ms
2025-04-30 11:54:16,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114222096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:16,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114233311 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:20,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:20,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136568, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114233311, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 11:54:20,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114233311] with equal digest
2025-04-30 11:54:20,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 2 ms
2025-04-30 11:54:20,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114233311 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:20,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114331599 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:25,634 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:25,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136569, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114331599, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 11:54:25,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114331599] with equal digest
2025-04-30 11:54:25,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 2 ms
2025-04-30 11:54:25,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114331599 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:25,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114436217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:31,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:31,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136570, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114436217, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 11:54:31,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114436217] with equal digest
2025-04-30 11:54:31,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 3 ms
2025-04-30 11:54:31,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114436217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:31,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114604834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:38,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:38,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136571, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114604834, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 11:54:38,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114604834] with equal digest
2025-04-30 11:54:38,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 3 ms
2025-04-30 11:54:38,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114604834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:38,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114648023 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:38,847 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 11:54:38,849 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 11:54:39,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 11:54:39,326 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 11:54:39,327 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 11:54:39,328 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-04-30 11:54:39,328 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:54:39,354 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-04-30 11:54:39,355 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:54:39,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 11:54:44,700 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:44,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136572, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114648023, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 11:54:44,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114648023] with equal digest
2025-04-30 11:54:44,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 2 ms
2025-04-30 11:54:44,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114648023 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:44,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> 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.20250430114803828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:51,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4957) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:54:51,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Found previous received Instance[pk=136573, uid=1.2.410.200001.101.11.301.1123109166.3.20250430114803828, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 11:54:51,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Ignore received Instance[studyUID=343124,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430113359510,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430114803828] with equal digest
2025-04-30 11:54:51,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333): Updated DB in 2 ms
2025-04-30 11:54:51,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << 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.20250430114803828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:54:51,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) >> A-RELEASE-RQ
2025-04-30 11:54:51,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4957) DCM4CHEE<-HS30(333) << A-RELEASE-RP
2025-04-30 11:54:51,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(333): close Socket[addr=187.91.28.24/187.91.28.24,port=52138,localport=11112]
2025-04-30 11:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 11:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 11:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4966) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4966) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 11:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 11:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 11:55:11,753 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 11:55:11,754 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 11:55:38,849 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 11:55:38,851 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 11:55:39,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 11:55:39,356 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 11:55:39,357 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 11:55:39,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:55:39,378 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-04-30 11:55:39,378 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:55:39,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 11:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 11:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 11:56:11,754 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 11:56:11,756 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 11:56:38,851 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 11:56:38,853 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 11:56:39,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 11:56:39,380 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-04-30 11:56:39,380 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:56:39,401 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-04-30 11:56:39,401 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:56:39,401 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 11:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 11:57:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 11:57:09,971 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:57:09,976 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 11:57:11,756 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 11:57:11,757 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 11:57:38,853 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 11:57:38,855 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 11:57:39,402 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 11:57:39,403 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-04-30 11:57:39,403 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:57:39,423 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-04-30 11:57:39,423 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:57:39,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 11:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 11:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 11:58:07,542 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 11:58:07,545 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 11:58:11,757 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 11:58:11,759 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 11:58:18,283 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 11:58:18,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Instance[pk=136579, uid=1.2.392.200036.9125.9.0.254280087.203105470.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 11:58:18,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Create Location[pk=136579, systemID=fs1, path=2025/04/30/86A05DF8/047819FA/D131AFFE, tsuid=1.2.840.10008.1.2, size=14015768, status=OK, objectType=DICOM_FILE]
2025-04-30 11:58:18,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331): Updated DB in 11 ms
2025-04-30 11:58:18,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) << 643:C-STORE-RSP[pcid=95, 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.254280087.203105470.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:58:18,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) >> A-RELEASE-RQ
2025-04-30 11:58:18,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(331) << A-RELEASE-RP
2025-04-30 11:58:18,532 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-FCR-CSL1(331): close Socket[addr=187.91.28.24/187.91.28.24,port=49875,localport=11112]
2025-04-30 11:58:22,008 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49952,localport=11112]
2025-04-30 11:58:22,009 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> A-ASSOCIATE-RQ
2025-04-30 11:58:22,009 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << A-ASSOCIATE-AC
2025-04-30 11:58:22,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> 657:C-STORE-RQ[pcid=143, 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.254280090.757081278.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 11:58:38,855 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 11:58:38,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 11:58:39,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 11:58:39,425 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-04-30 11:58:39,425 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:58:39,447 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-04-30 11:58:39,447 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:58:39,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 11:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 11:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 11:59:11,759 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 11:59:11,760 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 11:59:38,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 11:59:38,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 11:59:39,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 11:59:39,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 11:59:39,450 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-04-30 11:59:39,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 11:59:39,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 11:59:39,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 12:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 12:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 12:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4987) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4987) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 12:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 12:00:06,947 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52140,localport=11112]
2025-04-30 12:00:06,947 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335) >> A-ASSOCIATE-RQ
2025-04-30 12:00:06,947 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335) << A-ASSOCIATE-AC
2025-04-30 12:00:07,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115605488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:11,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:11,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Series[pk=12542, uid=1.2.410.200001.101.11.301.1123109166.2.20250430115605107, no=1, mod=US]
2025-04-30 12:00:11,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136580, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115605488, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:00:11,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136580, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/5491EBAC, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:11,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 39 ms
2025-04-30 12:00:11,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115605488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:11,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115627404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:11,761 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 12:00:11,762 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 12:00:18,394 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:18,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136581, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115627404, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:00:18,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136581, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/54AF0270, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:18,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 4 ms
2025-04-30 12:00:18,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115627404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:18,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115722844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:25,445 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:25,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136582, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115722844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:00:25,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136582, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/5661A4B4, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:25,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 21 ms
2025-04-30 12:00:25,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115722844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:25,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115752794 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:29,851 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:29,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136583, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115752794, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:00:29,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136583, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/568BE811, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:29,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 10 ms
2025-04-30 12:00:29,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115752794 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:30,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115823057 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:34,813 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:34,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136584, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115823057, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:00:34,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136584, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/5816D3CC, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:34,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 24 ms
2025-04-30 12:00:34,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115823057 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:35,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115901507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:38,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 12:00:38,860 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 12:00:39,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 12:00:39,472 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-04-30 12:00:39,472 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:00:39,496 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-04-30 12:00:39,496 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:00:39,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 12:00:41,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:41,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136585, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115901507, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:00:41,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136585, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/59AEA6D5, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:41,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 19 ms
2025-04-30 12:00:41,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115901507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:41,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115943853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:48,951 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:48,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136586, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115943853, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:00:48,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136586, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/59E7F971, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:48,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 21 ms
2025-04-30 12:00:48,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430115943853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:49,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430120024325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:53,385 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:53,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136587, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120024325, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:00:53,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136587, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/A9D292B1, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:53,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 15 ms
2025-04-30 12:00:53,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430120024325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:53,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430120109525 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:58,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:00:58,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Instance[pk=136588, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120109525, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:00:58,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Create Location[pk=136588, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/AB6D89AB, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:00:58,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335): Updated DB in 11 ms
2025-04-30 12:00:58,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) 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.1123109166.3.20250430120109525 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:00:58,473 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335) >> A-RELEASE-RQ
2025-04-30 12:00:58,473 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(335) << A-RELEASE-RP
2025-04-30 12:00:58,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(335): close Socket[addr=187.91.28.24/187.91.28.24,port=52140,localport=11112]
2025-04-30 12:00:58,865 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52141,localport=11112]
2025-04-30 12:00:58,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) >> A-ASSOCIATE-RQ
2025-04-30 12:00:58,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) << A-ASSOCIATE-AC
2025-04-30 12:00:59,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115605488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 12:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 12:01:10,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:10,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136580, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115605488, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:01:10,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430115605488] with equal digest
2025-04-30 12:01:10,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 3 ms
2025-04-30 12:01:10,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115605488 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:10,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115627404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:11,762 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 12:01:11,763 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 12:01:16,338 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:16,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136581, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115627404, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:01:16,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430115627404] with equal digest
2025-04-30 12:01:16,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 3 ms
2025-04-30 12:01:16,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115627404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:16,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115722844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:22,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:22,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136582, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115722844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:01:22,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430115722844] with equal digest
2025-04-30 12:01:22,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 2 ms
2025-04-30 12:01:22,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115722844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:23,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115752794 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:29,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136583, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115752794, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:01:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430115752794] with equal digest
2025-04-30 12:01:29,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 3 ms
2025-04-30 12:01:29,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115752794 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:29,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115823057 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:32,012 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=37026, Session(1746000231067|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:32,454 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37026(337): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:32,454 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37026(337): close SSLSocket[hostname=199.45.154.120, port=37026, Session(1746000231067|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:32,620 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=37040, Session(1746028892013|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:33,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37040(338): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:33,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37040(338): close SSLSocket[hostname=199.45.154.120, port=37040, Session(1746028892013|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:33,491 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=37046, Session(1746028892620|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:33,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37046(339): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-04-30 12:01:33,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37046(339): close SSLSocket[hostname=199.45.154.120, port=37046, Session(1746028892620|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:34,091 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=37052, Session(1746028893491|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:35,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37052(340): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:35,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:37052(340): close SSLSocket[hostname=199.45.154.120, port=37052, Session(1746028893491|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:35,515 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=41980, Session(1746028894091|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:35,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:35,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136584, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115823057, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:01:35,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430115823057] with equal digest
2025-04-30 12:01:35,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 3 ms
2025-04-30 12:01:35,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115823057 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:35,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115901507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:35,956 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:41980(341): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:35,956 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:41980(341): close SSLSocket[hostname=199.45.154.120, port=41980, Session(1746028894091|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,116 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=49972, Session(1746028895515|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,127 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=41988, Session(1746028896116|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,157 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.120:41988(343): 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-04-30 12:01:36,157 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.120:41988(343): close SSLSocket[hostname=199.45.154.120, port=41988, Session(1746028896116|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,353 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.142:49972(342): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:36,354 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.142:49972(342): close SSLSocket[hostname=199.45.154.142, port=49972, Session(1746028895515|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,495 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=42016, Session(1746028896128|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,525 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=49978, Session(1746028896495|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:42016(344): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:36,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:42016(344): close SSLSocket[hostname=199.45.154.120, port=42016, Session(1746028896128|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:49978(345): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:36,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:49978(345): close SSLSocket[hostname=199.45.154.142, port=49978, Session(1746028896495|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,829 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=42032, Session(1746028896525|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,867 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=49994, Session(1746028896830|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.142:49994(347): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-04-30 12:01:36,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.142:49994(347): close SSLSocket[hostname=199.45.154.142, port=49994, Session(1746028896830|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:36,997 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.120:42032(346): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:36,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.120:42032(346): close SSLSocket[hostname=199.45.154.120, port=42032, Session(1746028896525|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,165 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=42040, Session(1746028896867|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,217 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=47582, Session(1746028897165|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,333 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.120:42040(348): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:37,333 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.120:42040(348): close SSLSocket[hostname=199.45.154.120, port=42040, Session(1746028896867|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,393 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.142:47582(349): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:37,393 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.142:47582(349): close SSLSocket[hostname=199.45.154.142, port=47582, Session(1746028897165|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,492 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.120, port=42044, Session(1746028897217|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,556 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=47590, Session(1746028897492|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:42044(350): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-04-30 12:01:37,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4997) /172.18.0.2:2762<-/199.45.154.120:42044(350): close SSLSocket[hostname=199.45.154.120, port=42044, Session(1746028897217|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47590(351): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:37,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47590(351): close SSLSocket[hostname=199.45.154.142, port=47590, Session(1746028897492|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,894 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=47604, Session(1746028897556|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:37,895 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47604(352): 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-04-30 12:01:37,895 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47604(352): close SSLSocket[hostname=199.45.154.142, port=47604, Session(1746028897556|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:38,226 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=47612, Session(1746028897894|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:38,393 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47612(353): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:38,394 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47612(353): close SSLSocket[hostname=199.45.154.142, port=47612, Session(1746028897894|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:38,565 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=47628, Session(1746028898226|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:38,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47628(354): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:38,736 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47628(354): close SSLSocket[hostname=199.45.154.142, port=47628, Session(1746028898226|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:38,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 12:01:38,862 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 12:01:38,892 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=47642, Session(1746028898565|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:39,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47642(355): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:39,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47642(355): close SSLSocket[hostname=199.45.154.142, port=47642, Session(1746028898565|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:39,237 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.142, port=47654, Session(1746028898892|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:39,410 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47654(356): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 12:01:39,410 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4998) /172.18.0.2:2762<-/199.45.154.142:47654(356): close SSLSocket[hostname=199.45.154.142, port=47654, Session(1746028898892|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 12:01:39,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 12:01:39,498 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-04-30 12:01:39,498 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:01:39,518 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-04-30 12:01:39,518 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:01:39,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 12:01:42,550 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:42,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136585, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115901507, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:01:42,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430115901507] with equal digest
2025-04-30 12:01:42,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 2 ms
2025-04-30 12:01:42,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115901507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:42,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115910145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:47,139 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:47,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Create Instance[pk=136589, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115910145, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:01:47,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Create Location[pk=136589, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/59BC3B6D, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:01:47,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 34 ms
2025-04-30 12:01:47,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115910145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:47,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115943853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:52,329 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:52,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136586, uid=1.2.410.200001.101.11.301.1123109166.3.20250430115943853, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:01:52,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430115943853] with equal digest
2025-04-30 12:01:52,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 3 ms
2025-04-30 12:01:52,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(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.301.1123109166.3.20250430115943853 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:52,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) >> 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.20250430120024325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:01:59,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:01:59,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136587, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120024325, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:01:59,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430120024325] with equal digest
2025-04-30 12:01:59,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 3 ms
2025-04-30 12:01:59,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) << 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.20250430120024325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:02:00,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) >> 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.20250430120032566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 12:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 12:02:07,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:02:07,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Create Instance[pk=136590, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120032566, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:02:07,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Create Location[pk=136590, systemID=fs1, path=2025/04/30/59FB7D2D/86E77DAF/A9DFC973, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-04-30 12:02:07,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 20 ms
2025-04-30 12:02:07,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) << 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.20250430120032566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:02:07,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) >> 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.20250430120109525 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:02:09,976 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:02:09,982 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:02:11,764 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 12:02:11,765 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 12:02:13,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4988) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:02:13,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Found previous received Instance[pk=136588, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120109525, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:02:13,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Ignore received Instance[studyUID=342729,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430115605107,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430120109525] with equal digest
2025-04-30 12:02:13,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336): Updated DB in 3 ms
2025-04-30 12:02:13,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) << 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.20250430120109525 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:02:13,959 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) >> A-RELEASE-RQ
2025-04-30 12:02:13,959 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4988) DCM4CHEE<-HS30(336) << A-RELEASE-RP
2025-04-30 12:02:14,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(336): close Socket[addr=187.91.28.24/187.91.28.24,port=52141,localport=11112]
2025-04-30 12:02:38,862 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 12:02:38,864 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 12:02:39,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 12:02:39,520 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-04-30 12:02:39,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:02:39,541 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-04-30 12:02:39,541 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:02:39,542 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 12:02:56,617 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:02:56,623 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Patient[pk=10451, id=PatientID[pk=10451, id=343311, issuer=DCM4CHEE.CBBBE05D.0A637745], name=IARA BUENO DIAS]
2025-04-30 12:02:56,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Study[pk=11885, uid=1.2.392.200036.9125.2.3619053820161.6598467807.329657, id=*]
2025-04-30 12:02:56,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Series[pk=12543, uid=1.2.392.200036.9125.3.3619053820161.6598467807.329658, no=3001, mod=CR]
2025-04-30 12:02:56,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Instance[pk=136591, uid=1.2.392.200036.9125.9.0.254280090.757081278.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 12:02:56,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Location[pk=136591, systemID=fs1, path=2025/04/30/B93D2472/3714E074/06BF07EF, tsuid=1.2.840.10008.1.2, size=14015760, status=OK, objectType=DICOM_FILE]
2025-04-30 12:02:56,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Updated DB in 21 ms
2025-04-30 12:02:56,639 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) No duplicate record with equal Patient ID found Patient[pk=10451, id=PatientID[pk=10451, id=343311, issuer=DCM4CHEE.CBBBE05D.0A637745], name=IARA BUENO DIAS]
2025-04-30 12:02:56,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << 657:C-STORE-RSP[pcid=143, 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.254280090.757081278.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:02:56,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> 669:C-STORE-RQ[pcid=143, 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.254280090.1814111422.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 12:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 12:03:07,545 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 12:03:07,548 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 12:03:11,765 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 12:03:11,767 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 12:03:38,865 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 12:03:38,866 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 12:03:39,542 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 12:03:39,543 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-04-30 12:03:39,543 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:03:39,563 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-04-30 12:03:39,563 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:03:39,564 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 12:03:39,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 12:03:46,937 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598461021.329631&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:03:46,964 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-22) SearchForStudies: 1 Matches
2025-04-30 12:03:47,207 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598461021.329631/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:03:47,214 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-22) SearchForStudySeries: 1 Matches
2025-04-30 12:03:47,438 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598461021.329631/series/1.2.392.200036.9125.3.3619053820161.6598461021.329632/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:03:47,459 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-22) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:03:47,714 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598461021.329631/series/1.2.392.200036.9125.3.3619053820161.6598461021.329632/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:03:47,723 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-22) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:03:48,165 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598461021.329631/series/1.2.392.200036.9125.3.3619053820161.6598461021.329632/instances/1.2.392.200036.9125.9.0.254280072.1360274622.86381729 from null@187.91.28.24
2025-04-30 12:03:48,169 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-22) retrieveInstance: 1 Matches
2025-04-30 12:03:48,354 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598461021.329631/series/1.2.392.200036.9125.3.3619053820161.6598461021.329632/instances/1.2.392.200036.9125.9.0.254280072.286467262.86381729 from null@187.91.28.24
2025-04-30 12:03:48,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598461021.329631/series/1.2.392.200036.9125.3.3619053820161.6598461021.329632/instances/1.2.392.200036.9125.9.0.254280071.2383488190.86381729 from null@187.91.28.24
2025-04-30 12:03:48,357 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-26) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598461021.329631/series/1.2.392.200036.9125.3.3619053820161.6598461021.329632/instances/1.2.392.200036.9125.9.0.254280071.3423741118.86381729 from null@187.91.28.24
2025-04-30 12:03:48,358 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:03:48,361 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:03:48,362 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-26) retrieveInstance: 1 Matches
2025-04-30 12:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 12:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 12:04:11,767 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 12:04:11,768 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 12:04:38,866 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 12:04:38,868 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 12:04:39,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 12:04:39,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 12:04:39,567 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-04-30 12:04:39,567 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:04:39,568 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 12:04:39,590 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-04-30 12:04:39,590 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:04:39,590 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 12:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-04-30 12:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-04-30 12:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5011) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:05:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5011) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 12:05:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 12:05:04,760 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598460614.329624&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:05:04,788 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudies: 1 Matches
2025-04-30 12:05:04,987 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598460614.329624/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:05:04,994 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudySeries: 1 Matches
2025-04-30 12:05:05,193 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598460614.329624/series/1.2.392.200036.9125.3.3619053820161.6598460614.329625/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:05:05,207 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:05:05,406 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598460614.329624/series/1.2.392.200036.9125.3.3619053820161.6598460614.329625/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:05:05,413 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:05:05,673 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598460614.329624/series/1.2.392.200036.9125.3.3619053820161.6598460614.329625/instances/1.2.392.200036.9125.9.0.254280062.453911742.86381729 from null@187.91.28.24
2025-04-30 12:05:05,677 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:05:05,868 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598460614.329624/series/1.2.392.200036.9125.3.3619053820161.6598460614.329625/instances/1.2.392.200036.9125.9.0.254280061.3574408382.86381729 from null@187.91.28.24
2025-04-30 12:05:05,869 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598460614.329624/series/1.2.392.200036.9125.3.3619053820161.6598460614.329625/instances/1.2.392.200036.9125.9.0.254280062.2920293566.86381729 from null@187.91.28.24
2025-04-30 12:05:05,869 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598460614.329624/series/1.2.392.200036.9125.3.3619053820161.6598460614.329625/instances/1.2.392.200036.9125.9.0.254280062.1846486206.86381729 from null@187.91.28.24
2025-04-30 12:05:05,871 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:05:05,874 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveInstance: 1 Matches
2025-04-30 12:05:05,874 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveInstance: 1 Matches
2025-04-30 12:05:11,769 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 12:05:11,770 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 12:05:38,869 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 12:05:38,870 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 12:05:39,591 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 12:05:39,592 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,593 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,593 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,594 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,594 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,594 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,595 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,595 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,596 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-04-30 12:05:39,596 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:05:39,597 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,618 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-04-30 12:05:39,618 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:05:39,619 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,620 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,620 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,621 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 12:05:39,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 12:05:53,957 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598459307.329617&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:05:53,983 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudies: 1 Matches
2025-04-30 12:05:54,182 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598459307.329617/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:05:54,190 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudySeries: 1 Matches
2025-04-30 12:05:54,389 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598459307.329617/series/1.2.392.200036.9125.3.3619053820161.6598459307.329618/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:05:54,403 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:05:54,602 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598459307.329617/series/1.2.392.200036.9125.3.3619053820161.6598459307.329618/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:05:54,610 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:05:54,874 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598459307.329617/series/1.2.392.200036.9125.3.3619053820161.6598459307.329618/instances/1.2.392.200036.9125.9.0.254280056.4211745982.86381729 from null@187.91.28.24
2025-04-30 12:05:54,881 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:05:55,067 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598459307.329617/series/1.2.392.200036.9125.3.3619053820161.6598459307.329618/instances/1.2.392.200036.9125.9.0.254280057.2265719998.86381729 from null@187.91.28.24
2025-04-30 12:05:55,067 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598459307.329617/series/1.2.392.200036.9125.3.3619053820161.6598459307.329618/instances/1.2.392.200036.9125.9.0.254280056.3137938622.86381729 from null@187.91.28.24
2025-04-30 12:05:55,069 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598459307.329617/series/1.2.392.200036.9125.3.3619053820161.6598459307.329618/instances/1.2.392.200036.9125.9.0.254280057.957031614.86381729 from null@187.91.28.24
2025-04-30 12:05:55,072 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveInstance: 1 Matches
2025-04-30 12:05:55,073 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:05:55,073 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveInstance: 1 Matches
2025-04-30 12:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 12:06:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 12:06:11,770 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 12:06:11,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 12:06:38,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 12:06:38,872 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 12:06:39,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 12:06:39,622 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,623 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,623 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,624 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,624 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,625 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,625 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,626 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-04-30 12:06:39,626 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:06:39,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,628 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:06:39,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:06:39,650 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 12:06:41,422 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598454241.329610&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:06:41,447 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-28) SearchForStudies: 1 Matches
2025-04-30 12:06:41,648 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598454241.329610/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:06:41,655 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-28) SearchForStudySeries: 1 Matches
2025-04-30 12:06:41,858 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598454241.329610/series/1.2.392.200036.9125.3.3619053820161.6598454241.329611/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:06:41,872 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-28) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:06:42,072 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598454241.329610/series/1.2.392.200036.9125.3.3619053820161.6598454241.329611/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:06:42,080 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:06:42,351 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598454241.329610/series/1.2.392.200036.9125.3.3619053820161.6598454241.329611/instances/1.2.392.200036.9125.9.0.254280036.4060423358.86381729 from null@187.91.28.24
2025-04-30 12:06:42,354 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveInstance: 1 Matches
2025-04-30 12:06:42,540 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598454241.329610/series/1.2.392.200036.9125.3.3619053820161.6598454241.329611/instances/1.2.392.200036.9125.9.0.254280037.2080842942.86381729 from null@187.91.28.24
2025-04-30 12:06:42,540 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598454241.329610/series/1.2.392.200036.9125.3.3619053820161.6598454241.329611/instances/1.2.392.200036.9125.9.0.254280037.3221759166.86381729 from null@187.91.28.24
2025-04-30 12:06:42,544 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:06:42,544 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:06:42,548 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598454241.329610/series/1.2.392.200036.9125.3.3619053820161.6598454241.329611/instances/1.2.392.200036.9125.9.0.254280037.906372286.86381729 from null@187.91.28.24
2025-04-30 12:06:42,552 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveInstance: 1 Matches
2025-04-30 12:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 12:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 12:07:05,558 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101207460&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:05,621 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101319057&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:05,691 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101338398&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:05,746 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101617647&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:05,797 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101938819&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:05,852 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412102024651&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:05,911 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412102108990&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:05,975 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101406728&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:06,028 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101506005&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:06,093 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412101607446&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:06,155 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342840&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250412101207108&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250412102142178&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:07:09,982 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:07:09,987 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:07:11,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 12:07:11,772 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 12:07:32,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:07:32,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Instance[pk=136592, uid=1.2.392.200036.9125.9.0.254280090.1814111422.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 12:07:32,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Location[pk=136592, systemID=fs1, path=2025/04/30/B93D2472/3714E074/63F7C19D, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 12:07:32,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Updated DB in 24 ms
2025-04-30 12:07:32,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << 669:C-STORE-RSP[pcid=143, 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.254280090.1814111422.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:07:32,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> 681:C-STORE-RQ[pcid=143, 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.254280090.2904695998.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:07:38,873 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 12:07:38,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 12:07:39,651 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 12:07:39,652 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,653 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,653 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,654 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,654 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,654 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,655 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,655 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,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-04-30 12:07:39,657 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:07:39,679 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-04-30 12:07:39,679 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:07:39,679 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,680 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,680 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,681 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,681 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 12:07:39,681 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 12:07:41,335 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598452787.32962&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:07:41,363 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudies: 1 Matches
2025-04-30 12:07:41,558 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598452787.32962/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:07:41,565 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudySeries: 1 Matches
2025-04-30 12:07:41,761 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598452787.32962/series/1.2.392.200036.9125.3.3619053820161.6598452787.32963/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:07:41,774 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:07:41,969 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598452787.32962/series/1.2.392.200036.9125.3.3619053820161.6598452787.32963/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:07:41,977 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:07:42,245 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598452787.32962/series/1.2.392.200036.9125.3.3619053820161.6598452787.32963/instances/1.2.392.200036.9125.9.0.254280031.2617320638.86381729 from null@187.91.28.24
2025-04-30 12:07:42,249 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:07:42,437 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598452787.32962/series/1.2.392.200036.9125.3.3619053820161.6598452787.32963/instances/1.2.392.200036.9125.9.0.254280032.839066814.86381729 from null@187.91.28.24
2025-04-30 12:07:42,437 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598452787.32962/series/1.2.392.200036.9125.3.3619053820161.6598452787.32963/instances/1.2.392.200036.9125.9.0.254280033.1157899454.86381729 from null@187.91.28.24
2025-04-30 12:07:42,438 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598452787.32962/series/1.2.392.200036.9125.3.3619053820161.6598452787.32963/instances/1.2.392.200036.9125.9.0.254280031.3892454590.86381729 from null@187.91.28.24
2025-04-30 12:07:42,441 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveInstance: 1 Matches
2025-04-30 12:07:42,441 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:07:42,442 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveInstance: 1 Matches
2025-04-30 12:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 12:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 12:08:07,548 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 12:08:07,663 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) Calculated size of 2 studies
2025-04-30 12:08:07,663 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 12:08:11,773 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 12:08:11,774 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 12:08:38,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 12:08:38,877 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 12:08:39,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 12:08:39,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,684 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,684 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,685 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,685 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,685 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,686 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,686 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,687 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,688 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-04-30 12:08:39,688 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:08:39,688 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,689 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,689 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,690 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,710 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-04-30 12:08:39,710 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:08:39,711 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 12:08:39,711 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 12:08:41,990 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598376476.329623&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:08:42,017 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudies: 1 Matches
2025-04-30 12:08:42,222 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598376476.329623/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:08:42,231 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudySeries: 1 Matches
2025-04-30 12:08:42,433 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598376476.329623/series/1.2.392.200036.9125.3.3619053820161.6598376476.329624/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:08:42,447 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:08:42,652 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598376476.329623/series/1.2.392.200036.9125.3.3619053820161.6598376476.329624/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:08:42,660 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:08:43,796 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598376476.329623/series/1.2.392.200036.9125.3.3619053820161.6598376476.329624/instances/1.2.392.200036.9125.9.0.254279733.1779246270.86381729 from null@187.91.28.24
2025-04-30 12:08:43,800 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveInstance: 1 Matches
2025-04-30 12:08:43,993 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598376476.329623/series/1.2.392.200036.9125.3.3619053820161.6598376476.329624/instances/1.2.392.200036.9125.9.0.254279733.2869830846.86381729 from null@187.91.28.24
2025-04-30 12:08:43,994 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598376476.329623/series/1.2.392.200036.9125.3.3619053820161.6598376476.329624/instances/1.2.392.200036.9125.9.0.254279733.3926860990.86381729 from null@187.91.28.24
2025-04-30 12:08:43,994 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598376476.329623/series/1.2.392.200036.9125.3.3619053820161.6598376476.329624/instances/1.2.392.200036.9125.9.0.254279733.688661694.86381729 from null@187.91.28.24
2025-04-30 12:08:43,997 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:08:43,997 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:08:43,997 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveInstance: 1 Matches
2025-04-30 12:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 12:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 12:09:11,774 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 12:09:11,775 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 12:09:18,899 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStgCmtScheduler.execute()
2025-04-30 12:09:18,901 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStgCmtScheduler.execute()
2025-04-30 12:09:19,046 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598377699.329630&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:09:19,073 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudies: 1 Matches
2025-04-30 12:09:19,278 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598377699.329630/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:09:19,285 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudySeries: 1 Matches
2025-04-30 12:09:19,490 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598377699.329630/series/1.2.392.200036.9125.3.3619053820161.6598377699.329631/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:09:19,504 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:09:19,706 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598377699.329630/series/1.2.392.200036.9125.3.3619053820161.6598377699.329631/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:09:19,714 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:09:19,971 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598377699.329630/series/1.2.392.200036.9125.3.3619053820161.6598377699.329631/instances/1.2.392.200036.9125.9.0.254279737.4044367038.86381729 from null@187.91.28.24
2025-04-30 12:09:19,974 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:09:20,162 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598377699.329630/series/1.2.392.200036.9125.3.3619053820161.6598377699.329631/instances/1.2.392.200036.9125.9.0.254279738.806429886.86381729 from null@187.91.28.24
2025-04-30 12:09:20,166 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveInstance: 1 Matches
2025-04-30 12:09:20,166 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598377699.329630/series/1.2.392.200036.9125.3.3619053820161.6598377699.329631/instances/1.2.392.200036.9125.9.0.254279738.2937267390.86381729 from null@187.91.28.24
2025-04-30 12:09:20,167 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598377699.329630/series/1.2.392.200036.9125.3.3619053820161.6598377699.329631/instances/1.2.392.200036.9125.9.0.254279739.1158948030.86381729 from null@187.91.28.24
2025-04-30 12:09:20,169 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveInstance: 1 Matches
2025-04-30 12:09:20,171 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:09:38,877 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 12:09:38,879 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 12:09:39,711 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 12:09:39,712 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,713 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,713 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,714 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,714 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,715 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,715 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,717 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-04-30 12:09:39,717 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:09:39,718 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,718 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,739 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-04-30 12:09:39,739 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:09:39,740 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,740 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,741 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 12:09:39,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 12:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 12:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 12:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5032) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5032) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:10:01,004 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598378806.329644&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:10:01,026 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudies: 1 Matches
2025-04-30 12:10:01,217 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378806.329644/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:10:01,224 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudySeries: 1 Matches
2025-04-30 12:10:01,418 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378806.329644/series/1.2.392.200036.9125.3.3619053820161.6598378806.329645/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:10:01,433 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:10:01,624 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378806.329644/series/1.2.392.200036.9125.3.3619053820161.6598378806.329645/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:10:01,632 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:10:01,892 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378806.329644/series/1.2.392.200036.9125.3.3619053820161.6598378806.329645/instances/1.2.392.200036.9125.9.0.254279742.2199266494.86381729 from null@187.91.28.24
2025-04-30 12:10:01,896 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveInstance: 1 Matches
2025-04-30 12:10:02,081 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378806.329644/series/1.2.392.200036.9125.3.3619053820161.6598378806.329645/instances/1.2.392.200036.9125.9.0.254279742.3289851070.86381729 from null@187.91.28.24
2025-04-30 12:10:02,086 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378806.329644/series/1.2.392.200036.9125.3.3619053820161.6598378806.329645/instances/1.2.392.200036.9125.9.0.254279743.51913918.86381729 from null@187.91.28.24
2025-04-30 12:10:02,086 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378806.329644/series/1.2.392.200036.9125.3.3619053820161.6598378806.329645/instances/1.2.392.200036.9125.9.0.254279742.1159013566.86381729 from null@187.91.28.24
2025-04-30 12:10:02,087 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:10:02,090 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveInstance: 1 Matches
2025-04-30 12:10:02,090 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 12:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 12:10:11,776 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 12:10:11,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 12:10:38,879 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 12:10:38,881 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 12:10:39,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 12:10:39,743 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,744 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,745 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,746 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,746 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,747 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,748 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,749 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,750 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,750 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,751 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,752 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,753 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,754 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,754 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,755 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,757 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-04-30 12:10:39,757 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:10:39,758 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,759 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,759 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,760 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,792 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-04-30 12:10:39,792 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:10:39,792 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,793 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,793 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,794 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,795 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,795 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 12:10:39,795 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 12:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 12:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 12:11:09,495 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598378165.329641&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:11:09,514 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudies: 1 Matches
2025-04-30 12:11:09,718 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378165.329641/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:11:09,725 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudySeries: 1 Matches
2025-04-30 12:11:09,929 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378165.329641/series/1.2.392.200036.9125.3.3619053820161.6598378165.329642/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:11:09,943 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-25) SearchForStudySeriesInstances: 4 Matches
2025-04-30 12:11:10,148 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378165.329641/series/1.2.392.200036.9125.3.3619053820161.6598378165.329642/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:11:10,155 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveSeriesThumbnail: 4 Matches
2025-04-30 12:11:10,441 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378165.329641/series/1.2.392.200036.9125.3.3619053820161.6598378165.329642/instances/1.2.392.200036.9125.9.0.254279750.1209672894.86381729 from null@187.91.28.24
2025-04-30 12:11:10,444 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:11:10,648 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378165.329641/series/1.2.392.200036.9125.3.3619053820161.6598378165.329642/instances/1.2.392.200036.9125.9.0.254279750.2300257470.86381729 from null@187.91.28.24
2025-04-30 12:11:10,650 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378165.329641/series/1.2.392.200036.9125.3.3619053820161.6598378165.329642/instances/1.2.392.200036.9125.9.0.254279750.169419966.86381729 from null@187.91.28.24
2025-04-30 12:11:10,652 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:11:10,653 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378165.329641/series/1.2.392.200036.9125.3.3619053820161.6598378165.329642/instances/1.2.392.200036.9125.9.0.254279750.3357287614.86381729 from null@187.91.28.24
2025-04-30 12:11:10,655 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) retrieveInstance: 1 Matches
2025-04-30 12:11:10,657 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) retrieveInstance: 1 Matches
2025-04-30 12:11:11,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 12:11:11,779 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 12:11:27,457 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeTaskScheduler.execute()
2025-04-30 12:11:27,482 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeTaskScheduler.execute()
2025-04-30 12:11:38,881 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 12:11:38,883 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 12:11:39,795 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 12:11:39,797 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,797 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,798 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,798 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,799 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-04-30 12:11:39,799 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:11:39,800 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,800 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,801 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,801 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,801 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,822 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-04-30 12:11:39,822 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:11:39,823 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,823 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:11:39,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 12:11:48,365 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.6598378146.329638&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.91.28.24
2025-04-30 12:11:48,400 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-29) SearchForStudies: 1 Matches
2025-04-30 12:11:48,595 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.91.28.24
2025-04-30 12:11:48,603 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-29) SearchForStudySeries: 1 Matches
2025-04-30 12:11:48,796 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/instances?includefield=00080018,00200013,00081190 from null@187.91.28.24
2025-04-30 12:11:48,816 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-29) SearchForStudySeriesInstances: 6 Matches
2025-04-30 12:11:49,011 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/thumbnail?viewport=256%2C256 from null@187.91.28.24
2025-04-30 12:11:49,020 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) retrieveSeriesThumbnail: 6 Matches
2025-04-30 12:11:49,288 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/instances/1.2.392.200036.9125.9.0.254279790.2854036670.86381729 from null@187.91.28.24
2025-04-30 12:11:49,292 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) retrieveInstance: 1 Matches
2025-04-30 12:11:49,478 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/instances/1.2.392.200036.9125.9.0.254279791.2585732286.86381729 from null@187.91.28.24
2025-04-30 12:11:49,478 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/instances/1.2.392.200036.9125.9.0.254279792.2199987390.86381729 from null@187.91.28.24
2025-04-30 12:11:49,479 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/instances/1.2.392.200036.9125.9.0.254279791.1511924926.86381729 from null@187.91.28.24
2025-04-30 12:11:49,482 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:11:49,482 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveInstance: 1 Matches
2025-04-30 12:11:49,482 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) retrieveInstance: 1 Matches
2025-04-30 12:11:52,987 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/instances/1.2.392.200036.9125.9.0.254279792.3609339070.86381729 from null@187.91.28.24
2025-04-30 12:11:52,991 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveInstance: 1 Matches
2025-04-30 12:11:54,433 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.6598378146.329638/series/1.2.392.200036.9125.3.3619053820161.6598378146.329639/instances/1.2.392.200036.9125.9.0.254279793.1227039934.86381729 from null@187.91.28.24
2025-04-30 12:11:54,436 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) retrieveInstance: 1 Matches
2025-04-30 12:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 12:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 12:12:06,439 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:12:06,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Instance[pk=136593, uid=1.2.392.200036.9125.9.0.254280090.2904695998.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 12:12:06,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Location[pk=136593, systemID=fs1, path=2025/04/30/B93D2472/3714E074/223F6699, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 12:12:06,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Updated DB in 17 ms
2025-04-30 12:12:06,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << 681:C-STORE-RSP[pcid=143, 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.254280090.2904695998.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:12:06,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> 691:C-STORE-RQ[pcid=143, 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.254280089.3978241214.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:12:09,988 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:12:09,993 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:12:11,779 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 12:12:11,780 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 12:12:38,883 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 12:12:38,885 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 12:12:39,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 12:12:39,825 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,826 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,827 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,827 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,827 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,828 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,828 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,828 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,829 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,829 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,829 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,830 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,830 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,830 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,831 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-04-30 12:12:39,831 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:12:39,831 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,833 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,854 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-04-30 12:12:39,854 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:12:39,854 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,855 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,855 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,856 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,856 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 12:12:39,856 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 12:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 12:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 12:13:07,663 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 12:13:07,666 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 12:13:11,780 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 12:13:11,781 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 12:13:38,885 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 12:13:38,887 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 12:13:39,856 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 12:13:39,857 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,858 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,858 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,859 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,859 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,860 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,860 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,860 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,861 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,861 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,861 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,862 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,863 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-04-30 12:13:39,863 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:13:39,863 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,864 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,864 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,864 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,884 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-04-30 12:13:39,884 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:13:39,885 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,885 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 12:13:39,886 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 12:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 12:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 12:14:11,782 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 12:14:11,783 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 12:14:38,887 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 12:14:38,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 12:14:39,886 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 12:14:39,887 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-04-30 12:14:39,887 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:14:39,909 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-04-30 12:14:39,909 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:14:39,909 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 12:14:57,166 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52143,localport=11112]
2025-04-30 12:14:57,167 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) >> A-ASSOCIATE-RQ
2025-04-30 12:14:57,167 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) << A-ASSOCIATE-AC
2025-04-30 12:14:57,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120858765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 12:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 12:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5054) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5054) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 12:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 12:15:07,865 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:07,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Study[pk=11886, uid=343311, id=38561]
2025-04-30 12:15:07,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Series[pk=12544, uid=1.2.410.200001.101.11.301.1123109166.2.20250430120301274, no=1, mod=US]
2025-04-30 12:15:07,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136594, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120858765, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:15:07,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136594, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/B7A57F28, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:07,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 28 ms
2025-04-30 12:15:07,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120858765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:08,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120913843 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:11,783 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 12:15:11,784 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 12:15:13,354 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:13,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136595, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120913843, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:15:13,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136595, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/B91FB769, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:13,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 22 ms
2025-04-30 12:15:13,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120913843 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:13,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120937424 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:19,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:19,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136596, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120937424, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:15:19,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136596, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/B93DA8A6, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:19,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 5 ms
2025-04-30 12:15:19,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120937424 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:19,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430121047920 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:26,055 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:26,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136597, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121047920, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:15:26,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136597, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/DED67092, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:26,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 24 ms
2025-04-30 12:15:26,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430121047920 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:26,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430121128769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:32,896 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:32,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136598, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121128769, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:15:32,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136598, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/E06F8791, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:32,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 10 ms
2025-04-30 12:15:32,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430121128769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:33,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121201573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:38,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:38,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136599, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121201573, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:15:38,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136599, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/E204FB2C, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:38,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 14 ms
2025-04-30 12:15:38,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121201573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:38,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 12:15:38,891 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 12:15:38,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121318733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:39,909 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 12:15:39,911 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-04-30 12:15:39,911 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:15:39,939 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-04-30 12:15:39,939 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:15:39,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 12:15:45,996 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:45,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136600, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121318733, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:15:45,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136600, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/E3CB20EB, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:46,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 10 ms
2025-04-30 12:15:46,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) << 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.20250430121318733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:46,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121543877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:50,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:50,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Instance[pk=136601, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121543877, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:15:50,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Create Location[pk=136601, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/E75CD712, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:50,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357): Updated DB in 10 ms
2025-04-30 12:15:50,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) << 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.20250430121543877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:50,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) >> A-RELEASE-RQ
2025-04-30 12:15:50,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(357) << A-RELEASE-RP
2025-04-30 12:15:50,746 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(357): close Socket[addr=187.91.28.24/187.91.28.24,port=52143,localport=11112]
2025-04-30 12:15:51,089 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52144,localport=11112]
2025-04-30 12:15:51,090 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) >> A-ASSOCIATE-RQ
2025-04-30 12:15:51,090 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) << A-ASSOCIATE-AC
2025-04-30 12:15:51,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120848204 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:58,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:15:58,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Create Instance[pk=136602, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120848204, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:15:58,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Create Location[pk=136602, systemID=fs1, path=2025/04/30/59FBE261/E1292B87/B7975427, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 12:15:59,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 31 ms
2025-04-30 12:15:59,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120848204 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:15:59,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120858765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 12:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 12:16:06,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:06,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136594, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120858765, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:16:06,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430120858765] with equal digest
2025-04-30 12:16:06,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:06,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120858765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:06,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120913843 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:11,784 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 12:16:11,785 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 12:16:12,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:12,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136595, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120913843, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:16:12,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430120913843] with equal digest
2025-04-30 12:16:12,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:12,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120913843 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:13,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120937424 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:19,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:19,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136596, uid=1.2.410.200001.101.11.301.1123109166.3.20250430120937424, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:16:19,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430120937424] with equal digest
2025-04-30 12:16:19,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:19,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430120937424 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:19,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430121047920 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:25,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:25,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136597, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121047920, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:16:25,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430121047920] with equal digest
2025-04-30 12:16:25,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:25,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) 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.1123109166.3.20250430121047920 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:26,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121128769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:31,819 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:31,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136598, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121128769, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:16:31,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430121128769] with equal digest
2025-04-30 12:16:31,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:31,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121128769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:32,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121201573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:38,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:38,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136599, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121201573, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:16:38,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430121201573] with equal digest
2025-04-30 12:16:38,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:38,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) << 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.20250430121201573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:38,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430121318733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:38,891 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 12:16:38,893 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 12:16:39,940 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 12:16:39,941 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-04-30 12:16:39,941 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:16:39,962 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-04-30 12:16:39,962 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:16:39,962 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 12:16:40,815 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:40,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Instance[pk=136603, uid=1.2.392.200036.9125.9.0.254280089.3978241214.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 12:16:40,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Location[pk=136603, systemID=fs1, path=2025/04/30/B93D2472/3714E074/5CBBA587, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 12:16:40,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Updated DB in 16 ms
2025-04-30 12:16:40,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << 691:C-STORE-RSP[pcid=143, 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.254280089.3978241214.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:41,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> 703:C-STORE-RQ[pcid=143, 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.254280091.2401510590.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:45,175 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:45,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136600, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121318733, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:16:45,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430121318733] with equal digest
2025-04-30 12:16:45,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:45,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) << 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.20250430121318733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:45,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) >> 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.20250430121543877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:52,316 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5053) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:16:52,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Found previous received Instance[pk=136601, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121543877, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:16:52,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430120301274,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430121543877] with equal digest
2025-04-30 12:16:52,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358): Updated DB in 3 ms
2025-04-30 12:16:52,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) << 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.20250430121543877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:16:52,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) >> A-RELEASE-RQ
2025-04-30 12:16:52,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5053) DCM4CHEE<-HS30(358) << A-RELEASE-RP
2025-04-30 12:16:52,567 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(358): close Socket[addr=187.91.28.24/187.91.28.24,port=52144,localport=11112]
2025-04-30 12:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 12:17:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 12:17:09,993 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:17:10,000 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:17:11,786 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 12:17:11,787 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 12:17:32,876 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52054,localport=11112]
2025-04-30 12:17:32,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> A-ASSOCIATE-RQ
2025-04-30 12:17:32,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << A-ASSOCIATE-AC
2025-04-30 12:17:33,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:35,177 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:17:35,186 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:17:35,188 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:17:35,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:36,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:37,752 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:17:37,760 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:17:37,762 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:17:37,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:38,893 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 12:17:38,895 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 12:17:39,963 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 12:17:39,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:17:39,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:17:39,965 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 12:17:40,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:41,594 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:17:41,603 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:17:41,605 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:17:41,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:47,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:49,865 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:17:49,874 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:17:49,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:17:49,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:53,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:56,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:17:56,372 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:17:56,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:17:56,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:56,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:17:59,997 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:18:00,002 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:18:00,004 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:00,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:00,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 12:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 12:18:03,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:18:03,296 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:18:03,297 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:03,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:03,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:05,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:18:05,438 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:18:05,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:05,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:05,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> 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.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:07,666 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 12:18:07,668 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 12:18:07,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:18:07,787 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:18:07,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:07,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:07,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> 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.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:10,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:18:10,694 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:18:10,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:10,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:10,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> 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.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:11,787 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 12:18:11,788 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 12:18:14,183 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:18:14,195 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:18:14,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:14,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:14,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> 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.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:38,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5067) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:18:38,183 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5067) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:18:38,193 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:38,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:18:38,388 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) >> A-RELEASE-RQ
2025-04-30 12:18:38,388 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5067) DCM4CHEE<-HS30(359) << A-RELEASE-RP
2025-04-30 12:18:38,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(359): close Socket[addr=187.91.28.24/187.91.28.24,port=52054,localport=11112]
2025-04-30 12:18:38,895 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 12:18:38,897 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 12:18:39,965 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 12:18:39,967 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-04-30 12:18:39,967 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:18:39,968 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 12:18:39,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 12:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 12:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 12:19:08,806 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52061,localport=11112]
2025-04-30 12:19:08,807 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> A-ASSOCIATE-RQ
2025-04-30 12:19:08,807 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << A-ASSOCIATE-AC
2025-04-30 12:19:09,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:11,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:11,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68485, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101004138, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:19:11,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101004138] with equal digest
2025-04-30 12:19:11,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 4 ms
2025-04-30 12:19:11,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:11,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:11,789 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 12:19:11,790 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 12:19:13,023 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:13,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68486, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101043301, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:19:13,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101043301] with equal digest
2025-04-30 12:19:13,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:13,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:13,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:15,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:15,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68487, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101134139, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:19:15,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101134139] with equal digest
2025-04-30 12:19:15,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:15,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:15,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:18,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:18,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68488, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101322358, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:19:18,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101322358] with equal digest
2025-04-30 12:19:18,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:18,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(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.301.1144174170.3.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:18,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:22,478 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:22,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68489, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:19:22,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101453938] with equal digest
2025-04-30 12:19:22,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:22,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:22,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:25,627 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:25,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68490, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:19:25,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101608307] with equal digest
2025-04-30 12:19:25,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:25,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:25,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:29,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:29,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68507, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102029058, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:19:29,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102029058] with equal digest
2025-04-30 12:19:29,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:29,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:29,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:32,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:32,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68491, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102106517, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:19:32,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102106517] with equal digest
2025-04-30 12:19:32,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:32,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:32,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:36,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:36,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68508, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102233058, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:19:36,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102233058] with equal digest
2025-04-30 12:19:36,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:19:36,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:36,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:38,897 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 12:19:38,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 12:19:39,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:39,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68509, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102304613, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:19:39,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102304613] with equal digest
2025-04-30 12:19:39,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:19:39,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:39,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:39,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 12:19:39,969 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-04-30 12:19:39,969 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:19:39,990 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-04-30 12:19:39,990 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:19:39,990 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 12:19:42,955 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:42,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68492, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102352517, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:19:42,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102352517] with equal digest
2025-04-30 12:19:42,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:19:42,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:43,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:46,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:46,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68493, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102531554, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 12:19:46,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102531554] with equal digest
2025-04-30 12:19:46,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:46,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:47,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:50,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:50,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68494, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102646485, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 12:19:50,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102646485] with equal digest
2025-04-30 12:19:50,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:50,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:50,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:52,997 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:52,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68510, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102719626, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 12:19:53,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102719626] with equal digest
2025-04-30 12:19:53,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:53,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:53,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:55,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:55,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68495, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102819757, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 12:19:55,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102819757] with equal digest
2025-04-30 12:19:55,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:19:55,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:55,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:57,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:19:57,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68511, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103840389, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 12:19:57,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103840389] with equal digest
2025-04-30 12:19:57,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:19:57,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:19:58,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 12:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 12:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5077) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5077) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:20:01,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:01,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68512, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103902565, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 12:20:01,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103902565] with equal digest
2025-04-30 12:20:01,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:20:01,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:01,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 12:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 12:20:03,836 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:03,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68513, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104041179, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 12:20:03,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104041179] with equal digest
2025-04-30 12:20:03,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:03,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:04,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:06,399 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:06,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68514, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104134011, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 12:20:06,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104134011] with equal digest
2025-04-30 12:20:06,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:06,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:06,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:09,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:09,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68515, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104213108, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 12:20:09,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104213108] with equal digest
2025-04-30 12:20:09,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:09,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:10,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:11,790 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 12:20:11,791 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 12:20:13,288 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:13,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68516, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104235069, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 12:20:13,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104235069] with equal digest
2025-04-30 12:20:13,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:13,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:13,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:15,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:15,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68517, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104333162, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 12:20:15,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104333162] with equal digest
2025-04-30 12:20:15,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:15,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:15,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:18,029 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:18,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68518, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104445528, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 12:20:18,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104445528] with equal digest
2025-04-30 12:20:18,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:18,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:18,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:21,180 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:21,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68519, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104635455, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 12:20:21,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104635455] with equal digest
2025-04-30 12:20:21,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:20:21,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:21,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:24,528 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:24,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68520, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104729571, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 12:20:24,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104729571] with equal digest
2025-04-30 12:20:24,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:24,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:24,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:27,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:27,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68521, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104732550, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 12:20:27,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104732550] with equal digest
2025-04-30 12:20:27,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:20:27,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:27,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:30,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:30,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68522, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104938652, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 12:20:30,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104938652] with equal digest
2025-04-30 12:20:30,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 3 ms
2025-04-30 12:20:30,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:30,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:32,933 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:32,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68523, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105130641, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 12:20:32,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105130641] with equal digest
2025-04-30 12:20:32,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:20:32,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:33,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:35,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:35,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Found previous received Instance[pk=68524, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105233867, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 12:20:35,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105233867] with equal digest
2025-04-30 12:20:35,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): Updated DB in 2 ms
2025-04-30 12:20:35,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:35,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:38,899 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 12:20:38,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 12:20:39,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 12:20:39,992 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-04-30 12:20:39,992 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:20:40,019 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-04-30 12:20:40,019 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:20:40,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 12:20:57,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:20:57,130 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:20:57,140 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): 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.301.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:20:57,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:20:57,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 12:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 12:21:11,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 12:21:11,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 12:21:12,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:12,251 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:21:12,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:12,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:12,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:13,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:13,654 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:21:13,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:13,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:13,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:15,833 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5072) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:15,835 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5072) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:21:15,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360): processing 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:15,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << 33:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:16,038 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) >> A-RELEASE-RQ
2025-04-30 12:21:16,038 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5072) DCM4CHEE<-HS30(360) << A-RELEASE-RP
2025-04-30 12:21:16,088 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(360): close Socket[addr=187.91.28.24/187.91.28.24,port=52061,localport=11112]
2025-04-30 12:21:16,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:16,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Instance[pk=136604, uid=1.2.392.200036.9125.9.0.254280091.2401510590.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3005]
2025-04-30 12:21:16,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Location[pk=136604, systemID=fs1, path=2025/04/30/B93D2472/3714E074/E0DE61B0, tsuid=1.2.840.10008.1.2, size=14015758, status=OK, objectType=DICOM_FILE]
2025-04-30 12:21:16,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Updated DB in 23 ms
2025-04-30 12:21:16,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << 703:C-STORE-RSP[pcid=143, 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.254280091.2401510590.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:16,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> 715:C-STORE-RQ[pcid=143, 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.254280091.1378034878.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:38,901 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 12:21:38,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 12:21:40,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 12:21:40,021 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-04-30 12:21:40,021 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:40,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-04-30 12:21:40,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:40,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 12:21:46,444 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52066,localport=11112]
2025-04-30 12:21:46,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> A-ASSOCIATE-RQ
2025-04-30 12:21:46,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << A-ASSOCIATE-AC
2025-04-30 12:21:46,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:48,882 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:48,885 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:21:48,887 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:48,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:49,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:50,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:50,292 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:21:50,294 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:50,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:50,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:52,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:52,848 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:21:52,850 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:52,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:53,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(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.301.1144174170.3.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:56,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:56,182 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:21:56,184 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:56,185 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:56,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:58,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:21:58,934 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:21:58,936 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:21:58,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:21:59,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:01,678 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:01,681 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:22:01,683 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:01,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:01,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 12:22:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 12:22:04,230 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:04,233 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:22:04,235 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:04,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:04,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:07,175 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:07,177 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:22:07,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:07,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:07,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> 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.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:10,000 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:22:10,008 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:22:10,511 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:10,513 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:22:10,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:10,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:10,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> 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.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:11,793 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 12:22:11,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 12:22:13,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:13,657 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5086) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:22:13,660 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:13,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:13,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) >> A-RELEASE-RQ
2025-04-30 12:22:13,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5086) DCM4CHEE<-HS30(361) << A-RELEASE-RP
2025-04-30 12:22:13,909 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(361): close Socket[addr=187.91.28.24/187.91.28.24,port=52066,localport=11112]
2025-04-30 12:22:38,903 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 12:22:38,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 12:22:40,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 12:22:40,051 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 12:22:40,053 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-04-30 12:22:40,053 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:40,053 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 12:22:40,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:22:40,073 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 12:22:44,268 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52067,localport=11112]
2025-04-30 12:22:44,269 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> A-ASSOCIATE-RQ
2025-04-30 12:22:44,269 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << A-ASSOCIATE-AC
2025-04-30 12:22:44,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:48,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:48,126 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:22:48,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:48,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:48,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:49,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:49,894 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:22:49,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:49,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:50,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:51,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:51,276 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:22:51,277 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:51,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:51,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:53,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:53,231 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:22:53,233 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:53,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:53,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:55,765 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:55,768 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:22:55,770 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:55,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:55,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:59,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:22:59,276 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:22:59,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:22:59,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:22:59,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:02,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:02,392 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:02,394 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:02,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:02,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 12:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 12:23:05,116 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:05,119 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:05,121 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:05,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:05,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:07,668 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 12:23:07,724 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) Calculated size of 1 studies
2025-04-30 12:23:07,724 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 12:23:07,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:07,845 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:07,847 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:07,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:08,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:10,570 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:10,573 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:10,574 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:10,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:10,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:11,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 12:23:11,795 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 12:23:13,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:13,691 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:13,693 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:13,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:13,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:16,414 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:16,417 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:16,419 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:16,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:16,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:18,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:18,953 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:18,955 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:18,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:19,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:22,460 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5091) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:22,463 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5091) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:22,464 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:22,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:22,662 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) >> A-RELEASE-RQ
2025-04-30 12:23:22,663 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5091) DCM4CHEE<-HS30(362) << A-RELEASE-RP
2025-04-30 12:23:22,713 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS30(362): close Socket[addr=187.91.28.24/187.91.28.24,port=52067,localport=11112]
2025-04-30 12:23:38,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 12:23:38,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 12:23:40,074 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 12:23:40,075 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-04-30 12:23:40,075 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:40,076 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 12:23:40,097 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-04-30 12:23:40,097 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:40,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 12:23:53,065 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52068,localport=11112]
2025-04-30 12:23:53,065 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> A-ASSOCIATE-RQ
2025-04-30 12:23:53,066 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << A-ASSOCIATE-AC
2025-04-30 12:23:53,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:55,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:55,697 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:55,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:55,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:55,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:58,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:23:58,393 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:23:58,394 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:23:58,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:23:58,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:02,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:02,597 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:02,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:02,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:02,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 12:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 12:24:06,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:06,040 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:06,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:06,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:06,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:09,289 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:09,292 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:09,294 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:09,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:09,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:11,795 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 12:24:11,796 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 12:24:13,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:13,309 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:13,311 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:13,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:13,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:16,935 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:16,938 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:16,940 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:16,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:17,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:19,806 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:19,809 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:19,811 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:19,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:20,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:23,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:23,439 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:23,441 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:23,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:23,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:27,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:27,072 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:27,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:27,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:27,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:30,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:30,134 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:30,136 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:30,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:30,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:34,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:34,530 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:34,532 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:34,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:34,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:37,967 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:37,969 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:37,971 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:37,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:38,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:38,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 12:24:38,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 12:24:40,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 12:24:40,099 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-04-30 12:24:40,099 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:40,100 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 12:24:40,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:24:40,120 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 12:24:41,031 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5096) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:24:41,034 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5096) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:24:41,036 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:24:41,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:24:41,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) >> A-RELEASE-RQ
2025-04-30 12:24:41,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5096) DCM4CHEE<-HS30(363) << A-RELEASE-RP
2025-04-30 12:24:41,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(363): close Socket[addr=187.91.28.24/187.91.28.24,port=52068,localport=11112]
2025-04-30 12:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 12:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 12:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5101) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5101) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 12:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 12:25:11,635 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52069,localport=11112]
2025-04-30 12:25:11,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> A-ASSOCIATE-RQ
2025-04-30 12:25:11,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << A-ASSOCIATE-AC
2025-04-30 12:25:11,796 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 12:25:11,797 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 12:25:11,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:14,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:14,105 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:14,107 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:14,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:14,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:17,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:17,025 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:17,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:17,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:17,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:19,140 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52145,localport=11112]
2025-04-30 12:25:19,145 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) >> A-ASSOCIATE-RQ
2025-04-30 12:25:19,145 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) << A-ASSOCIATE-AC
2025-04-30 12:25:19,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121835491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:21,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:21,487 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:21,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:21,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:21,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:24,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:24,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Series[pk=12545, uid=1.2.410.200001.101.11.301.1123109166.2.20250430121835045, no=3, mod=US]
2025-04-30 12:25:24,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136605, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121835491, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:25:24,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136605, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/EC6E2360, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:25:24,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 26 ms
2025-04-30 12:25:24,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121835491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:24,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121917263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:25,560 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:25,563 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:25,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:25,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:25,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:28,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:28,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136606, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121917263, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:25:28,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136606, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/EE07ADDE, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:25:28,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 10 ms
2025-04-30 12:25:28,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121917263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:29,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:29,059 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:29,061 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:29,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:29,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122220290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:29,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:32,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:32,750 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:32,753 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:32,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:32,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:35,070 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:35,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136607, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122220290, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:25:35,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136607, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/1706E608, tsuid=1.2.840.10008.1.2, size=3417052, status=OK, objectType=DICOM_FILE]
2025-04-30 12:25:35,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 17 ms
2025-04-30 12:25:35,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122220290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:35,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122235074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:35,655 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:35,658 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:35,660 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:35,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:35,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:38,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:38,772 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:38,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:38,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:38,909 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 12:25:38,910 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 12:25:38,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:40,120 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 12:25:40,122 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-04-30 12:25:40,122 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:40,146 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-04-30 12:25:40,146 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:40,146 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 12:25:41,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:41,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136608, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122235074, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:25:41,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136608, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/17173BA8, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:25:41,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 18 ms
2025-04-30 12:25:41,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122235074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:42,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122253935 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:42,265 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:42,268 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:42,270 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:42,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:42,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:46,144 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:46,147 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:46,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:46,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:46,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:47,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:47,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136609, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122253935, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:25:47,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136609, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/1732A33A, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:25:47,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 11 ms
2025-04-30 12:25:47,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122253935 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:48,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430122341406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:49,207 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49231,localport=11112]
2025-04-30 12:25:49,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> A-ASSOCIATE-RQ
2025-04-30 12:25:49,209 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << A-ASSOCIATE-AC
2025-04-30 12:25:49,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102621520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:49,637 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:49,640 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:49,642 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:49,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:49,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:51,419 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:51,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Instance[pk=136610, uid=1.2.392.200036.9125.9.0.254280091.1378034878.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3006]
2025-04-30 12:25:51,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Create Location[pk=136610, systemID=fs1, path=2025/04/30/B93D2472/3714E074/FA59EE80, tsuid=1.2.840.10008.1.2, size=14015758, status=OK, objectType=DICOM_FILE]
2025-04-30 12:25:51,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334): Updated DB in 20 ms
2025-04-30 12:25:51,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << 715:C-STORE-RSP[pcid=143, 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.254280091.1378034878.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:51,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) >> A-RELEASE-RQ
2025-04-30 12:25:51,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(334) << A-RELEASE-RP
2025-04-30 12:25:51,681 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-FCR-CSL1(334): close Socket[addr=187.91.28.24/187.91.28.24,port=49952,localport=11112]
2025-04-30 12:25:52,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:52,748 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:52,749 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:52,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:52,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:54,285 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50025,localport=11112]
2025-04-30 12:25:54,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) >> A-ASSOCIATE-RQ
2025-04-30 12:25:54,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) << A-ASSOCIATE-AC
2025-04-30 12:25:54,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) >> 729:C-STORE-RQ[pcid=215, 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.254280099.455484606.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:54,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:54,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136611, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122341406, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:25:54,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136611, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/18D86879, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:25:54,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 12 ms
2025-04-30 12:25:54,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430122341406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:54,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430122400964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:56,625 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:56,628 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:56,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:56,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:56,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:25:59,929 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:25:59,932 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5102) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:25:59,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:25:59,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:00,131 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) >> A-RELEASE-RQ
2025-04-30 12:26:00,131 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5102) DCM4CHEE<-HS30(364) << A-RELEASE-RP
2025-04-30 12:26:00,181 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS30(364): close Socket[addr=187.91.28.24/187.91.28.24,port=52069,localport=11112]
2025-04-30 12:26:00,516 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:00,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136612, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122400964, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:26:00,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136612, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/1A548232, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:26:00,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 16 ms
2025-04-30 12:26:00,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) << 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.20250430122400964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:00,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430122542046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 12:26:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 12:26:07,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:07,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136613, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122542046, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:26:07,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136613, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/1C427F8E, tsuid=1.2.840.10008.1.2, size=3417052, status=OK, objectType=DICOM_FILE]
2025-04-30 12:26:07,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 17 ms
2025-04-30 12:26:07,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) << 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.20250430122542046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:07,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) >> 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.20250430122608631 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:11,798 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 12:26:11,799 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 12:26:13,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:13,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136614, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122608631, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:26:13,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136614, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/1DC1CAC5, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:26:13,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 11 ms
2025-04-30 12:26:13,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) << 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.20250430122608631 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:13,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) >> 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.20250430122626782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:19,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:19,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Instance[pk=136615, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122626782, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:26:19,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Create Location[pk=136615, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/1DDD1566, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:26:19,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365): Updated DB in 16 ms
2025-04-30 12:26:19,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) << 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.20250430122626782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:19,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) >> A-RELEASE-RQ
2025-04-30 12:26:19,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(365) << A-RELEASE-RP
2025-04-30 12:26:20,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(365): close Socket[addr=187.91.28.24/187.91.28.24,port=52145,localport=11112]
2025-04-30 12:26:20,351 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52146,localport=11112]
2025-04-30 12:26:20,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) >> A-ASSOCIATE-RQ
2025-04-30 12:26:20,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) << A-ASSOCIATE-AC
2025-04-30 12:26:20,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121835491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:26,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:26,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136605, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121835491, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:26:26,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430121835491] with equal digest
2025-04-30 12:26:26,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 3 ms
2025-04-30 12:26:26,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121835491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:26,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121917263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:30,538 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52070,localport=11112]
2025-04-30 12:26:30,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) >> A-ASSOCIATE-RQ
2025-04-30 12:26:30,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << A-ASSOCIATE-AC
2025-04-30 12:26:30,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:31,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:31,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Study[pk=11887, uid=343304, id=38528]
2025-04-30 12:26:31,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Series[pk=12546, uid=1.2.410.200001.101.11.601.1501430850.2.20250430102621136, no=1, mod=US]
2025-04-30 12:26:31,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136616, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102621520, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:26:31,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136616, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/41C1AB5B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:26:31,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 25 ms
2025-04-30 12:26:31,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102621520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:32,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102703224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:32,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:32,973 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:32,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:32,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:33,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:34,745 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:34,750 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:34,752 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:34,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:34,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:35,185 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:35,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136606, uid=1.2.410.200001.101.11.301.1123109166.3.20250430121917263, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:26:35,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430121917263] with equal digest
2025-04-30 12:26:35,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 3 ms
2025-04-30 12:26:35,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430121917263 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:35,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122107860 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:36,922 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:36,925 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:36,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:36,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:37,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:38,910 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 12:26:38,912 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 12:26:39,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:39,847 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:39,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:39,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:40,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:40,146 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 12:26:40,147 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-04-30 12:26:40,147 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:40,169 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-04-30 12:26:40,169 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:40,169 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 12:26:41,864 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:41,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Create Instance[pk=136617, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122107860, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:26:41,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Create Location[pk=136617, systemID=fs1, path=2025/04/30/59FBE261/1EC3B204/15392329, tsuid=1.2.840.10008.1.2, size=3416608, status=OK, objectType=DICOM_FILE]
2025-04-30 12:26:41,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 5 ms
2025-04-30 12:26:41,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122107860 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:42,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122220290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:42,401 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:42,405 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:42,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:42,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:42,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:46,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:46,146 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:46,148 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:46,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:46,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:47,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:47,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136607, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122220290, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:26:47,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122220290] with equal digest
2025-04-30 12:26:47,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 3 ms
2025-04-30 12:26:47,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122220290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:48,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122235074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:49,296 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:49,299 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:49,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:49,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:49,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:52,055 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:52,058 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:52,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:52,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:52,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:54,480 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:54,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136608, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122235074, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:26:54,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122235074] with equal digest
2025-04-30 12:26:54,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 4 ms
2025-04-30 12:26:54,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122235074 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:54,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:54,625 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:54,626 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:54,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:54,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122253935 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:54,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:57,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:26:57,195 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:26:57,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:26:57,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:26:57,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:00,343 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:00,346 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:27:00,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:00,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:00,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:01,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:01,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136609, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122253935, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:27:01,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122253935] with equal digest
2025-04-30 12:27:01,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 3 ms
2025-04-30 12:27:01,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122253935 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:01,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122341406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 12:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 12:27:03,099 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:03,102 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:27:03,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:03,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:03,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:05,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:05,665 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:27:05,666 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:05,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:05,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:07,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:07,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136611, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122341406, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:27:07,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122341406] with equal digest
2025-04-30 12:27:07,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 2 ms
2025-04-30 12:27:07,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) 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.1123109166.3.20250430122341406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:07,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430122400964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:09,206 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5113) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:09,209 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5113) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:27:09,212 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:09,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:09,412 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) >> A-RELEASE-RQ
2025-04-30 12:27:09,412 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5113) DCM4CHEE<-HS30(369) << A-RELEASE-RP
2025-04-30 12:27:09,462 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(369): close Socket[addr=187.91.28.24/187.91.28.24,port=52070,localport=11112]
2025-04-30 12:27:10,009 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:27:10,014 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:27:11,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:11,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136618, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102703224, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:27:11,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136618, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/435B3277, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:27:11,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 14 ms
2025-04-30 12:27:11,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102703224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:11,799 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 12:27:11,800 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 12:27:11,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102735836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:13,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:13,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136612, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122400964, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:27:13,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122400964] with equal digest
2025-04-30 12:27:13,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 3 ms
2025-04-30 12:27:13,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) << 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.20250430122400964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:13,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) >> 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.20250430122542046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:19,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:19,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136613, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122542046, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:27:19,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122542046] with equal digest
2025-04-30 12:27:19,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 3 ms
2025-04-30 12:27:19,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) << 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.20250430122542046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:20,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) >> 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.20250430122608631 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:26,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:26,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136614, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122608631, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:27:26,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122608631] with equal digest
2025-04-30 12:27:26,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 3 ms
2025-04-30 12:27:26,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) << 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.20250430122608631 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:26,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) >> 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.20250430122626782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:27,031 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100333352&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,103 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100343120&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,187 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100354355&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,248 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100406542&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,302 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100425397&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,355 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100621362&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,403 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100631682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,456 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100640418&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,504 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100646614&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:27,552 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343307&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430100332972&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430100653902&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:27:32,532 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5107) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:32,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Found previous received Instance[pk=136615, uid=1.2.410.200001.101.11.301.1123109166.3.20250430122626782, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:27:32,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Ignore received Instance[studyUID=343311,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430121835045,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430122626782] with equal digest
2025-04-30 12:27:32,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368): Updated DB in 2 ms
2025-04-30 12:27:32,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) << 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.20250430122626782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:32,730 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) >> A-RELEASE-RQ
2025-04-30 12:27:32,730 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5107) DCM4CHEE<-HS30(368) << A-RELEASE-RP
2025-04-30 12:27:32,780 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(368): close Socket[addr=187.91.28.24/187.91.28.24,port=52146,localport=11112]
2025-04-30 12:27:38,912 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 12:27:38,914 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 12:27:39,813 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52072,localport=11112]
2025-04-30 12:27:39,813 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) >> A-ASSOCIATE-RQ
2025-04-30 12:27:39,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << A-ASSOCIATE-AC
2025-04-30 12:27:40,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:40,170 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 12:27:40,171 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-04-30 12:27:40,171 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:40,172 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 12:27:40,193 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-04-30 12:27:40,193 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:40,193 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 12:27:42,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:42,472 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:27:42,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:42,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:42,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:44,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:44,828 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:27:44,830 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:44,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:45,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:48,528 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:48,532 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:27:48,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:48,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:48,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:51,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:51,842 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:27:51,844 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:51,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:52,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:54,955 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:54,958 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:27:54,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:54,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:55,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:55,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:55,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136619, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102735836, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:27:55,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136619, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/4386785F, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-04-30 12:27:55,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 25 ms
2025-04-30 12:27:55,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102735836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:56,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102812601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:58,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:27:58,465 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:27:58,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:27:58,467 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:27:58,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:02,550 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:28:02,553 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:28:02,554 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:28:02,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:02,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 12:28:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 12:28:06,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:28:06,057 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:28:06,059 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:28:06,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:06,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:07,724 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 12:28:07,726 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 12:28:09,257 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:28:09,260 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:28:09,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:28:09,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:09,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:11,801 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 12:28:11,802 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 12:28:12,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:28:12,963 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:28:12,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:28:12,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:13,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:16,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:28:16,085 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:28:16,087 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:28:16,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:16,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) 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.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:32,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5117) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:28:32,415 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5117) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:28:32,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:28:32,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:32,624 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) >> A-RELEASE-RQ
2025-04-30 12:28:32,624 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5117) DCM4CHEE<-HS30(370) << A-RELEASE-RP
2025-04-30 12:28:32,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(370): close Socket[addr=187.91.28.24/187.91.28.24,port=52072,localport=11112]
2025-04-30 12:28:37,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:28:37,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136620, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102812601, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:28:37,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136620, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/451DBCFB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:28:37,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 12 ms
2025-04-30 12:28:37,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102812601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:37,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102902878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:28:38,914 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 12:28:38,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 12:28:40,193 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 12:28:40,194 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 12:28:40,195 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 12:28:40,196 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 12:28:40,197 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-04-30 12:28:40,197 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:28:40,197 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 12:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 12:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 12:29:03,025 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52073,localport=11112]
2025-04-30 12:29:03,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) >> A-ASSOCIATE-RQ
2025-04-30 12:29:03,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << A-ASSOCIATE-AC
2025-04-30 12:29:03,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:05,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:05,279 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:05,281 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:05,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:05,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:07,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:07,466 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:07,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:07,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:07,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:08,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:08,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136621, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102902878, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:29:08,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136621, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/46C4867B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:29:08,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 26 ms
2025-04-30 12:29:08,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430102902878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:08,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102926983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:10,173 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:10,177 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:10,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:10,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:10,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:11,802 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 12:29:11,804 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 12:29:12,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:12,500 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:12,502 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:12,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:12,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:15,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:15,403 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:15,405 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:15,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:15,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:17,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:17,919 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:17,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:17,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:18,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:21,393 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:21,396 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:21,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:21,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:21,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:24,677 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:24,680 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:24,683 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:24,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:24,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) >> 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.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:26,814 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:26,817 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:26,819 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:26,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:27,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) >> 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.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:29,140 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5122) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:29,143 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5122) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:29:29,145 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:29,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:29,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) >> A-RELEASE-RQ
2025-04-30 12:29:29,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5122) DCM4CHEE<-HS30(371) << A-RELEASE-RP
2025-04-30 12:29:29,392 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(371): close Socket[addr=187.91.28.24/187.91.28.24,port=52073,localport=11112]
2025-04-30 12:29:38,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 12:29:38,918 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 12:29:40,197 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 12:29:40,199 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-04-30 12:29:40,199 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:29:40,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:29:40,220 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 12:29:50,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:29:50,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136622, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102926983, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:29:50,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136622, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/46E28AD4, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:29:50,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 18 ms
2025-04-30 12:29:50,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102926983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:50,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102945185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:29:59,747 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52074,localport=11112]
2025-04-30 12:29:59,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> A-ASSOCIATE-RQ
2025-04-30 12:29:59,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << A-ASSOCIATE-AC
2025-04-30 12:29:59,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) 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.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 12:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 12:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5128) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5128) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:30:02,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:02,035 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:02,038 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:02,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:02,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) 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.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 12:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 12:30:03,798 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:03,800 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:03,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:03,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:04,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) 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.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:06,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:06,712 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:06,714 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:06,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:06,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) 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.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:09,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:09,238 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:09,240 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) 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.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:09,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:09,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:11,804 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 12:30:11,805 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 12:30:12,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:12,730 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:12,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:12,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:12,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:16,407 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:16,410 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:16,412 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:16,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:16,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:18,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:18,742 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:18,744 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:18,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:18,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:20,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:20,882 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:20,884 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:20,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:21,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:23,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:23,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Study[pk=11888, uid=1.2.392.200036.9125.2.3619053820161.6598470072.329666, id=*]
2025-04-30 12:30:23,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Series[pk=12547, uid=1.2.392.200036.9125.3.3619053820161.6598470072.329667, no=3001, mod=CR]
2025-04-30 12:30:23,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Instance[pk=136623, uid=1.2.392.200036.9125.9.0.254280099.455484606.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 12:30:23,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Location[pk=136623, systemID=fs1, path=2025/04/30/12DB865C/90B3425E/717FBBA9, tsuid=1.2.840.10008.1.2, size=14015758, status=OK, objectType=DICOM_FILE]
2025-04-30 12:30:23,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Updated DB in 17 ms
2025-04-30 12:30:23,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) << 729:C-STORE-RSP[pcid=215, 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.254280099.455484606.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:23,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) >> 741:C-STORE-RQ[pcid=215, 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.254280099.1562846398.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:23,981 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:23,983 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:23,985 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:23,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:24,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:27,659 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:27,662 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:27,664 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:27,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:27,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:31,531 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:31,533 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:31,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:31,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:31,663 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:31,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136624, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102945185, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:30:31,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136624, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/46FE2771, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:30:31,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 11 ms
2025-04-30 12:30:31,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << 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.20250430102945185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:31,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:31,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430103029666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:35,982 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:35,985 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:35,986 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:35,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:36,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:38,919 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 12:30:38,920 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 12:30:40,220 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 12:30:40,221 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-04-30 12:30:40,221 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:40,222 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 12:30:40,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:40,240 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:40,242 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:40,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:40,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:30:40,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 12:30:40,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:43,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5127) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:30:43,533 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5127) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:30:43,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:30:43,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:30:43,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) >> A-RELEASE-RQ
2025-04-30 12:30:43,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5127) DCM4CHEE<-HS30(372) << A-RELEASE-RP
2025-04-30 12:30:43,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(372): close Socket[addr=187.91.28.24/187.91.28.24,port=52074,localport=11112]
2025-04-30 12:31:02,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:02,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136625, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103029666, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:31:02,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136625, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/6C6E7A1D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:31:02,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 21 ms
2025-04-30 12:31:02,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << 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.20250430103029666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 12:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 12:31:03,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> 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.20250430103056119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:11,806 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 12:31:11,807 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 12:31:14,137 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52075,localport=11112]
2025-04-30 12:31:14,137 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> A-ASSOCIATE-RQ
2025-04-30 12:31:14,137 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << A-ASSOCIATE-AC
2025-04-30 12:31:14,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:16,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:16,585 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:16,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:16,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:16,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:18,332 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:18,335 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:18,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:18,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:18,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:20,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:20,663 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:20,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:20,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:20,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:23,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:23,761 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:23,763 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:23,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:23,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:26,281 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:26,284 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:26,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:26,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:26,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:30,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:30,347 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:30,349 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:30,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:30,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:33,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:33,829 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:33,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:33,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:34,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:37,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:37,123 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:37,124 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:37,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:37,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:38,920 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 12:31:38,922 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 12:31:40,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 12:31:40,245 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-04-30 12:31:40,245 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:40,246 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-04-30 12:31:40,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-04-30 12:31:40,267 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:40,267 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 12:31:40,603 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:40,606 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:40,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:40,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:40,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:44,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:44,093 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:44,095 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:44,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:44,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:44,576 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:44,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136626, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103056119, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:31:44,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136626, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/6C975026, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:31:44,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 11 ms
2025-04-30 12:31:44,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << 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.20250430103056119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:44,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> 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.20250430103103295 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:47,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:47,382 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:47,384 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:47,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:47,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:51,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:51,077 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:51,079 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:51,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:51,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:54,752 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:54,755 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:54,757 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:54,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:54,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:58,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5136) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:31:58,237 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5136) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:31:58,239 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:31:58,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:31:58,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) >> A-RELEASE-RQ
2025-04-30 12:31:58,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5136) DCM4CHEE<-HS30(373) << A-RELEASE-RP
2025-04-30 12:31:58,486 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(373): close Socket[addr=187.91.28.24/187.91.28.24,port=52075,localport=11112]
2025-04-30 12:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 12:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 12:32:10,014 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:32:10,021 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:32:11,807 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 12:32:11,808 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 12:32:26,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:26,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136627, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103103295, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:32:26,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136627, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/6E045AD8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:32:26,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 16 ms
2025-04-30 12:32:26,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << 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.20250430103103295 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:26,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> 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.20250430103115172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:28,828 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52076,localport=11112]
2025-04-30 12:32:28,828 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374) >> A-ASSOCIATE-RQ
2025-04-30 12:32:28,828 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374) << A-ASSOCIATE-AC
2025-04-30 12:32:29,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111022216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:31,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:31,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Found previous received Instance[pk=131137, uid=1.2.410.200001.101.11.301.1144174170.3.20250417111022216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:32:31,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Ignore received Instance[studyUID=341734,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111021800,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111022216] with equal digest
2025-04-30 12:32:31,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Updated DB in 29 ms
2025-04-30 12:32:31,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111022216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:31,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111040403 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:33,016 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:33,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Found previous received Instance[pk=131138, uid=1.2.410.200001.101.11.301.1144174170.3.20250417111040403, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:32:33,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Ignore received Instance[studyUID=341734,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111021800,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111040403] with equal digest
2025-04-30 12:32:33,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Updated DB in 3 ms
2025-04-30 12:32:33,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111040403 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:33,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111108390 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:36,080 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:36,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Found previous received Instance[pk=131139, uid=1.2.410.200001.101.11.301.1144174170.3.20250417111108390, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:32:36,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Ignore received Instance[studyUID=341734,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111021800,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111108390] with equal digest
2025-04-30 12:32:36,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Updated DB in 3 ms
2025-04-30 12:32:36,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111108390 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:36,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111123710 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:38,922 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 12:32:38,924 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 12:32:39,522 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:39,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Found previous received Instance[pk=131140, uid=1.2.410.200001.101.11.301.1144174170.3.20250417111123710, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:32:39,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Ignore received Instance[studyUID=341734,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111021800,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111123710] with equal digest
2025-04-30 12:32:39,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Updated DB in 2 ms
2025-04-30 12:32:39,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111123710 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:39,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111202336 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:40,267 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 12:32:40,269 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-04-30 12:32:40,269 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:32:40,297 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-04-30 12:32:40,297 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:32:40,297 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 12:32:44,487 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:44,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Found previous received Instance[pk=131141, uid=1.2.410.200001.101.11.301.1144174170.3.20250417111202336, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:32:44,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Ignore received Instance[studyUID=341734,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111021800,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111202336] with equal digest
2025-04-30 12:32:44,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Updated DB in 3 ms
2025-04-30 12:32:44,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111202336 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:44,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111229727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:47,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:47,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Found previous received Instance[pk=131142, uid=1.2.410.200001.101.11.301.1144174170.3.20250417111229727, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:32:47,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Ignore received Instance[studyUID=341734,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111021800,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111229727] with equal digest
2025-04-30 12:32:47,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374): Updated DB in 2 ms
2025-04-30 12:32:47,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250417111229727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:47,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374) >> A-RELEASE-RQ
2025-04-30 12:32:47,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(374) << A-RELEASE-RP
2025-04-30 12:32:47,983 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(374): close Socket[addr=187.91.28.24/187.91.28.24,port=52076,localport=11112]
2025-04-30 12:32:48,320 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52077,localport=11112]
2025-04-30 12:32:48,321 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) >> A-ASSOCIATE-RQ
2025-04-30 12:32:48,321 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << A-ASSOCIATE-AC
2025-04-30 12:32:48,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:50,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:50,693 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:32:50,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:32:50,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:50,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:52,236 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:52,241 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:32:52,243 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:32:52,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:52,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:54,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:54,357 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:32:54,359 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:32:54,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:54,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:57,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:32:57,231 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:32:57,233 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:32:57,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:32:57,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:00,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:00,865 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:00,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:00,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:01,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 12:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 12:33:04,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:04,119 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:04,121 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:04,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:04,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:05,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:05,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136628, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103115172, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:33:05,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136628, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/6E135715, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:33:05,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 10 ms
2025-04-30 12:33:05,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << 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.20250430103115172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:05,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> 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.20250430103138272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:06,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:06,235 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:06,237 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:06,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:06,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:07,727 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 12:33:07,834 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) Calculated size of 2 studies
2025-04-30 12:33:07,834 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 12:33:08,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:08,572 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:08,574 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:08,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:08,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:11,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:11,258 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:11,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:11,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:11,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:11,808 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 12:33:11,809 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 12:33:14,888 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:14,891 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:14,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:14,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:15,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:18,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:18,144 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:18,146 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:18,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:18,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:27,905 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:27,908 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:33:27,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:27,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:28,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) >> A-RELEASE-RQ
2025-04-30 12:33:28,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(375) << A-RELEASE-RP
2025-04-30 12:33:28,166 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS30(375): close Socket[addr=187.91.28.24/187.91.28.24,port=52077,localport=11112]
2025-04-30 12:33:28,514 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52078,localport=11112]
2025-04-30 12:33:28,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) >> A-ASSOCIATE-RQ
2025-04-30 12:33:28,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) << A-ASSOCIATE-AC
2025-04-30 12:33:28,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:30,725 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:30,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68485, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101004138, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:33:30,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101004138] with equal digest
2025-04-30 12:33:30,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 4 ms
2025-04-30 12:33:30,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101004138 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:30,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:31,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:31,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68486, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101043301, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:33:31,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101043301] with equal digest
2025-04-30 12:33:31,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:33:31,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101043301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:31,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:33,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:33,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68487, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101134139, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:33:33,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101134139] with equal digest
2025-04-30 12:33:33,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:33:33,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101134139 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:33,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:36,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:36,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68488, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101322358, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:33:36,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101322358] with equal digest
2025-04-30 12:33:36,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:33:36,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101322358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:36,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:36,815 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:36,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Instance[pk=136629, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103138272, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 12:33:36,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Create Location[pk=136629, systemID=fs1, path=2025/04/30/59FBE245/74173ABB/6E30E6F5, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-04-30 12:33:36,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366): Updated DB in 9 ms
2025-04-30 12:33:36,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << 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.20250430103138272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:37,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) >> A-RELEASE-RQ
2025-04-30 12:33:37,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(366) << A-RELEASE-RP
2025-04-30 12:33:37,084 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS60MT(366): close Socket[addr=187.91.28.24/187.91.28.24,port=49231,localport=11112]
2025-04-30 12:33:37,455 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49250,localport=11112]
2025-04-30 12:33:37,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377) >> A-ASSOCIATE-RQ
2025-04-30 12:33:37,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377) << A-ASSOCIATE-AC
2025-04-30 12:33:37,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160011046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:38,924 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 12:33:38,926 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 12:33:39,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:39,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68489, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101453938, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:33:39,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101453938] with equal digest
2025-04-30 12:33:39,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:33:39,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101453938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:39,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:40,298 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 12:33:40,299 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 12:33:40,300 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-04-30 12:33:40,300 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:40,301 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 12:33:42,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:42,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68490, uid=1.2.410.200001.101.11.301.1144174170.3.20250107101608307, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:33:42,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107101608307] with equal digest
2025-04-30 12:33:42,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:33:42,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107101608307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:42,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:45,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:45,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68507, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102029058, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:33:45,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102029058] with equal digest
2025-04-30 12:33:45,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:33:45,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102029058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:46,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:49,058 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:49,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68491, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102106517, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:33:49,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102106517] with equal digest
2025-04-30 12:33:49,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:33:49,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102106517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:49,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:49,426 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52091,localport=11112]
2025-04-30 12:33:49,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) >> A-ASSOCIATE-RQ
2025-04-30 12:33:49,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << A-ASSOCIATE-AC
2025-04-30 12:33:52,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:52,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68508, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102233058, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:33:52,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102233058] with equal digest
2025-04-30 12:33:52,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:33:52,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102233058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:52,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:52,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:54,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:54,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68509, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102304613, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:33:54,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102304613] with equal digest
2025-04-30 12:33:54,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:33:54,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102304613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:54,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:54,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:54,840 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:33:54,842 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.501.1791052210.3.20250310114720555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:54,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:55,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:55,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:55,852 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:33:55,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.20250310114755220 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:55,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:57,341 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:57,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68492, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102352517, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:33:57,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102352517] with equal digest
2025-04-30 12:33:57,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:33:57,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102352517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:57,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:58,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:59,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:33:59,465 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:33:59,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.20250310114845456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:33:59,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:33:59,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:00,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:00,237 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:34:00,238 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.20250310115159973 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:34:00,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:00,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:00,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:00,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68493, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102531554, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 12:34:00,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102531554] with equal digest
2025-04-30 12:34:00,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:00,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102531554 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:00,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 12:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 12:34:03,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:03,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68494, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102646485, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 12:34:03,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102646485] with equal digest
2025-04-30 12:34:03,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:34:03,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102646485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:03,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:04,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:04,761 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:34:04,771 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.20250310115205779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:34:04,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:04,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:05,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:05,269 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:34:05,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.20250310115244529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:34:05,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:05,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:05,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:05,772 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:34:05,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.20250310115332953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:34:05,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:05,845 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:05,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68510, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102719626, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 12:34:05,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102719626] with equal digest
2025-04-30 12:34:05,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:05,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102719626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:05,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:06,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:06,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:06,269 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5146) Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
2025-04-30 12:34:06,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378): 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.20250310115423952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Patient ID 339863^^^DCM4CHEE.AE355BE4.0DCCD598 in previous received object of Study[uid=339863].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:34:06,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 339863^^^DCM4CHEE.95B2C7DD.0DCCD598 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:06,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) >> A-RELEASE-RQ
2025-04-30 12:34:06,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5146) DCM4CHEE<-HS50US07(378) << A-RELEASE-RP
2025-04-30 12:34:06,519 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS50US07(378): close Socket[addr=187.91.28.24/187.91.28.24,port=52091,localport=11112]
2025-04-30 12:34:09,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:09,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68495, uid=1.2.410.200001.101.11.301.1144174170.3.20250107102819757, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 12:34:09,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107102819757] with equal digest
2025-04-30 12:34:09,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:09,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107102819757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:09,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:11,810 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 12:34:11,811 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 12:34:12,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:12,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68511, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103840389, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 12:34:12,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103840389] with equal digest
2025-04-30 12:34:12,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:12,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107103840389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:12,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:13,882 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:13,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135453, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160011046, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:34:13,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160011046] with equal digest
2025-04-30 12:34:13,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 7 ms
2025-04-30 12:34:13,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160011046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:14,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160328933 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:14,685 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:14,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68512, uid=1.2.410.200001.101.11.301.1144174170.3.20250107103902565, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 12:34:14,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107103902565] with equal digest
2025-04-30 12:34:14,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:14,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107103902565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:14,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:16,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:16,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68513, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104041179, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 12:34:16,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104041179] with equal digest
2025-04-30 12:34:16,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:34:16,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104041179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:17,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:19,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:19,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68514, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104134011, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 12:34:19,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104134011] with equal digest
2025-04-30 12:34:19,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:34:19,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104134011 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:19,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:22,217 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:22,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68515, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104213108, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 12:34:22,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104213108] with equal digest
2025-04-30 12:34:22,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:22,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104213108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:22,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:25,416 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:25,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68516, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104235069, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 12:34:25,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104235069] with equal digest
2025-04-30 12:34:25,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:25,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104235069 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:25,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:28,612 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:28,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68517, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104333162, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 12:34:28,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104333162] with equal digest
2025-04-30 12:34:28,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:34:28,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104333162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:28,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:31,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:31,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68518, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104445528, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 12:34:31,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104445528] with equal digest
2025-04-30 12:34:31,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:31,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104445528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:31,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:33,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:33,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68519, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104635455, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 12:34:33,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104635455] with equal digest
2025-04-30 12:34:33,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:34:33,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104635455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:33,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:36,333 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:36,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68520, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104729571, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 12:34:36,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104729571] with equal digest
2025-04-30 12:34:36,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:34:36,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104729571 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:36,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:36,885 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52093,localport=11112]
2025-04-30 12:34:36,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379) >> A-ASSOCIATE-RQ
2025-04-30 12:34:36,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379) << A-ASSOCIATE-AC
2025-04-30 12:34:37,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:38,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5151) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:38,773 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5151) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 12:34:38,775 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379): 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.501.1791052210.3.20250404085648643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:34:38,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:38,926 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 12:34:38,927 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 12:34:39,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(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.501.1791052210.3.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:39,534 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5151) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:39,537 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5151) Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
2025-04-30 12:34:39,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379): 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.20250404085800431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Patient ID 340878^^^DCM4CHEE.53C90551.0BB554AA in previous received object of Study[uid=340878].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:34:39,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340878^^^DCM4CHEE.3A914ECD.0BB554AA differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:39,718 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:39,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68521, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104732550, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-04-30 12:34:39,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104732550] with equal digest
2025-04-30 12:34:39,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:39,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104732550 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:39,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379) >> A-RELEASE-RQ
2025-04-30 12:34:39,734 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(379) << A-RELEASE-RP
2025-04-30 12:34:39,784 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS50US07(379): close Socket[addr=187.91.28.24/187.91.28.24,port=52093,localport=11112]
2025-04-30 12:34:39,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:40,191 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52094,localport=11112]
2025-04-30 12:34:40,200 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(380) >> A-ASSOCIATE-RQ
2025-04-30 12:34:40,200 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(380) << A-ASSOCIATE-AC
2025-04-30 12:34:40,301 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 12:34:40,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 12:34:40,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 12:34:40,303 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 12:34:40,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:34:40,326 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 12:34:40,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(380) >> A-RELEASE-RQ
2025-04-30 12:34:40,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5151) DCM4CHEE<-HS50US07(380) << A-RELEASE-RP
2025-04-30 12:34:40,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(380): close Socket[addr=/187.91.28.24,port=52094,localport=11112]
2025-04-30 12:34:42,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:42,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68522, uid=1.2.410.200001.101.11.301.1144174170.3.20250107104938652, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 12:34:42,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107104938652] with equal digest
2025-04-30 12:34:42,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:42,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107104938652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:43,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:45,173 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:45,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68523, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105130641, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 12:34:45,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105130641] with equal digest
2025-04-30 12:34:45,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 3 ms
2025-04-30 12:34:45,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107105130641 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:45,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:47,618 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:47,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Found previous received Instance[pk=68524, uid=1.2.410.200001.101.11.301.1144174170.3.20250107105233867, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 12:34:47,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Ignore received Instance[studyUID=338908,seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250107101003853,objectUID=1.2.410.200001.101.11.301.1144174170.3.20250107105233867] with equal digest
2025-04-30 12:34:47,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): Updated DB in 2 ms
2025-04-30 12:34:47,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250107105233867 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:47,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) >> 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.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:52,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:52,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Instance[pk=136630, uid=1.2.392.200036.9125.9.0.254280099.1562846398.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 12:34:52,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Location[pk=136630, systemID=fs1, path=2025/04/30/12DB865C/90B3425E/DF40A0DB, tsuid=1.2.840.10008.1.2, size=14015762, status=OK, objectType=DICOM_FILE]
2025-04-30 12:34:52,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Updated DB in 10 ms
2025-04-30 12:34:52,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) << 741:C-STORE-RSP[pcid=215, 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.254280099.1562846398.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:52,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) >> 751:C-STORE-RQ[pcid=215, 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.254280099.2603099326.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:52,963 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:34:52,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135454, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160328933, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:34:52,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160328933] with equal digest
2025-04-30 12:34:52,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 2 ms
2025-04-30 12:34:52,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160328933 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:53,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160514252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:34:59,448 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52095,localport=11112]
2025-04-30 12:34:59,448 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> A-ASSOCIATE-RQ
2025-04-30 12:34:59,448 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << A-ASSOCIATE-AC
2025-04-30 12:34:59,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111552380 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 12:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 12:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5153) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5153) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:35:01,378 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:01,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136542, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111552380, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:35:01,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380] with equal digest
2025-04-30 12:35:01,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:01,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111552380 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:01,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111613844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:01,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:01,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136543, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111613844, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:35:01,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844] with equal digest
2025-04-30 12:35:01,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 2 ms
2025-04-30 12:35:01,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111613844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:02,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111724943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:02,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:02,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136544, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111724943, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:35:02,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943] with equal digest
2025-04-30 12:35:02,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:02,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111724943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:02,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111750977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:02,869 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:02,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136545, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111750977, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:35:02,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977] with equal digest
2025-04-30 12:35:02,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:02,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430111750977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 12:35:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 12:35:03,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 5: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.501.1791052210.3.20250430111923996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:11,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:11,772 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:35:11,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): 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.301.1144174170.3.20250107105430595 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:11,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:11,811 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 12:35:11,812 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 12:35:11,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) >> 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:20,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:20,427 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:35:20,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): 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.301.1144174170.3.20250107105430630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:20,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:20,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) >> 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:21,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:21,569 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:35:21,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): 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.301.1144174170.3.20250107105439136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:21,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:21,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) >> 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:22,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:22,909 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
2025-04-30 12:35:22,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376): processing 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.301.1144174170.3.20250107105442952 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient ID 338908^^^DCM4CHEE.150F3BE2.0A637ACF in previous received object of Study[uid=338908].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:22,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) << 33:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 338908^^^DCM4CHEE.null.0A637ACF differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:23,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) >> A-RELEASE-RQ
2025-04-30 12:35:23,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(376) << A-RELEASE-RP
2025-04-30 12:35:23,153 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(376): close Socket[addr=187.91.28.24/187.91.28.24,port=52078,localport=11112]
2025-04-30 12:35:23,496 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52079,localport=11112]
2025-04-30 12:35:23,496 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) >> A-ASSOCIATE-RQ
2025-04-30 12:35:23,496 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << A-ASSOCIATE-AC
2025-04-30 12:35:23,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:24,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:24,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135455, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160514252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:35:24,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160514252] with equal digest
2025-04-30 12:35:24,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 2 ms
2025-04-30 12:35:24,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160514252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:24,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160629310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:26,078 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:26,082 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:26,084 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:26,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:26,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:28,044 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:28,047 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:28,049 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:28,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:28,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:30,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:30,596 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:30,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:30,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:30,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:33,728 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:33,731 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:33,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:33,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:33,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:36,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:36,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136546, uid=1.2.410.200001.101.11.501.1791052210.3.20250430111923996, class=1.2.840.10008.5.1.4.1.1.3.1, no=5]
2025-04-30 12:35:36,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996] with equal digest
2025-04-30 12:35:36,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:36,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 5: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.501.1791052210.3.20250430111923996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:36,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430112134489 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:36,467 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:36,470 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:36,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:36,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:36,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:36,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:36,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136547, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112134489, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:35:36,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489] with equal digest
2025-04-30 12:35:36,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:36,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430112134489 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:36,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430112325476 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:37,261 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:37,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136548, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112325476, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:35:37,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476] with equal digest
2025-04-30 12:35:37,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:37,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112325476 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:37,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250430112414877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:37,797 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:37,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136549, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112414877, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:35:37,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877] with equal digest
2025-04-30 12:35:37,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:37,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112414877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:37,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 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.20250430112604539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:38,333 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:38,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136550, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112604539, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:35:38,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539] with equal digest
2025-04-30 12:35:38,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:38,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112604539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:38,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 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.20250430112717388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:38,869 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:38,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136551, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112717388, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:35:38,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388] with equal digest
2025-04-30 12:35:38,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:38,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112717388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:38,928 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 12:35:38,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 12:35:39,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 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.20250430112828384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:39,204 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:39,207 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:39,209 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:39,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:39,405 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:39,407 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136552, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112828384, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:35:39,407 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384] with equal digest
2025-04-30 12:35:39,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:39,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:39,409 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112828384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:39,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 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.20250430112845349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:39,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:39,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136553, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112845349, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 12:35:39,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349] with equal digest
2025-04-30 12:35:39,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:39,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112845349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:40,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 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.20250430112902734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:40,326 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 12:35:40,328 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:35:40,330 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-04-30 12:35:40,330 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:40,367 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-04-30 12:35:40,367 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:40,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 12:35:40,477 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:40,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136554, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112902734, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 12:35:40,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734] with equal digest
2025-04-30 12:35:40,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 2 ms
2025-04-30 12:35:40,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112902734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:40,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> 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.20250430112928148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:41,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:41,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Found previous received Instance[pk=136555, uid=1.2.410.200001.101.11.501.1791052210.3.20250430112928148, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 12:35:41,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Ignore received Instance[studyUID=340165,seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893,objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148] with equal digest
2025-04-30 12:35:41,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381): Updated DB in 3 ms
2025-04-30 12:35:41,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << 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.20250430112928148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:41,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) >> A-RELEASE-RQ
2025-04-30 12:35:41,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5152) DCM4CHEE<-HS50US07(381) << A-RELEASE-RP
2025-04-30 12:35:41,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(381): close Socket[addr=187.91.28.24/187.91.28.24,port=52095,localport=11112]
2025-04-30 12:35:42,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:42,730 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:42,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:42,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:42,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:45,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:45,863 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:45,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:45,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:46,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:48,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:48,802 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:48,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:48,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:49,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:52,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:52,330 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:35:52,332 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:52,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:52,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) >> A-RELEASE-RQ
2025-04-30 12:35:52,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(382) << A-RELEASE-RP
2025-04-30 12:35:52,581 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(382): close Socket[addr=187.91.28.24/187.91.28.24,port=52079,localport=11112]
2025-04-30 12:35:52,942 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52080,localport=11112]
2025-04-30 12:35:52,942 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) >> A-ASSOCIATE-RQ
2025-04-30 12:35:52,942 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << A-ASSOCIATE-AC
2025-04-30 12:35:53,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:55,080 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:55,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135456, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160629310, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:35:55,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160629310] with equal digest
2025-04-30 12:35:55,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 3 ms
2025-04-30 12:35:55,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160629310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:55,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160653094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:55,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:55,351 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:35:55,354 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:55,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:55,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:57,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:57,076 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:35:57,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:57,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:57,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:59,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:35:59,370 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:35:59,372 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:35:59,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:35:59,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:02,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:02,235 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:02,236 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:02,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:02,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 12:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 12:36:05,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:05,671 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:05,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:05,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:05,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:09,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:09,105 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:09,107 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:09,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:09,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:11,812 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 12:36:11,813 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 12:36:13,868 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:13,871 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:13,873 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:13,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:14,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:17,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:17,113 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:17,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:17,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:17,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:20,360 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:20,363 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:20,365 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:20,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:20,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:23,793 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:23,795 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:23,797 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:23,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:23,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:26,023 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:26,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135457, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160653094, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:36:26,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160653094] with equal digest
2025-04-30 12:36:26,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 2 ms
2025-04-30 12:36:26,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160653094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:26,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160706101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:27,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:27,991 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:27,993 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:27,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:28,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:31,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:31,424 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:31,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:31,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:31,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:34,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:34,482 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:34,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:34,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:34,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:38,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:38,105 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:38,107 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:38,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:38,358 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) >> A-RELEASE-RQ
2025-04-30 12:36:38,358 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(383) << A-RELEASE-RP
2025-04-30 12:36:38,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(383): close Socket[addr=187.91.28.24/187.91.28.24,port=52080,localport=11112]
2025-04-30 12:36:38,749 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52081,localport=11112]
2025-04-30 12:36:38,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) >> A-ASSOCIATE-RQ
2025-04-30 12:36:38,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << A-ASSOCIATE-AC
2025-04-30 12:36:38,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 12:36:38,931 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 12:36:38,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:40,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 12:36:40,369 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 12:36:40,370 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-04-30 12:36:40,370 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:40,371 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 12:36:40,392 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-04-30 12:36:40,392 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:40,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 12:36:41,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:41,347 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:41,348 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:41,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:41,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:43,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:43,251 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:43,253 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:43,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:43,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:45,117 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,179 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,236 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,293 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,352 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,419 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,474 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,527 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,592 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,658 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,716 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,723 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:45,726 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:45,728 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:45,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:45,785 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,871 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:45,940 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:45,998 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,044 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,089 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,145 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,190 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,195 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:36:46,211 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,259 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,308 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,358 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,407 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,455 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,502 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,550 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:46,597 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:36:48,765 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:48,768 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:48,770 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:48,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:48,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:51,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:51,429 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:51,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:51,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:51,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:54,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:54,282 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:54,283 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:54,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:54,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:56,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:56,944 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:56,945 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:56,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:56,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:56,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135458, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160706101, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:36:56,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160706101] with equal digest
2025-04-30 12:36:56,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 2 ms
2025-04-30 12:36:56,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160706101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:57,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:57,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160722201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:59,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:36:59,795 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:36:59,797 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:36:59,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:36:59,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 12:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 12:37:03,589 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:03,592 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:03,594 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:03,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:03,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:06,629 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:06,632 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:06,633 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:06,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:06,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:08,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:08,727 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:08,729 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:08,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:08,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:10,021 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:37:10,027 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:37:11,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:11,012 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:11,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:11,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:11,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:11,814 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 12:37:11,815 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 12:37:13,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:13,862 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:13,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:13,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:14,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:17,280 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:17,282 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:17,284 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:17,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:17,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) >> A-RELEASE-RQ
2025-04-30 12:37:17,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(384) << A-RELEASE-RP
2025-04-30 12:37:17,527 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(384): close Socket[addr=187.91.28.24/187.91.28.24,port=52081,localport=11112]
2025-04-30 12:37:17,870 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52082,localport=11112]
2025-04-30 12:37:17,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) >> A-ASSOCIATE-RQ
2025-04-30 12:37:17,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << A-ASSOCIATE-AC
2025-04-30 12:37:18,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:20,346 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:20,349 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:20,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:20,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:20,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:22,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:22,098 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:22,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:22,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:22,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:24,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:24,426 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:24,427 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:24,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:24,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:28,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:28,114 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:28,116 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:28,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:28,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:31,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:31,598 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:31,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:31,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:31,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:33,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:33,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135459, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160722201, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:37:33,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160722201] with equal digest
2025-04-30 12:37:33,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 3 ms
2025-04-30 12:37:33,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160722201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:33,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160736303 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:35,140 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,185 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,230 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,274 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:35,278 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:35,281 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:35,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:35,320 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,363 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,407 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,448 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:35,497 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,546 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,589 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,642 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,686 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,730 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,773 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,816 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,861 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,904 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,951 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:35,956 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:37:35,966 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,017 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,070 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,120 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,169 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,221 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,267 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,313 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:36,359 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:37:38,186 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:38,189 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:38,191 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:38,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:38,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:38,931 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 12:37:38,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 12:37:40,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 12:37:40,393 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-04-30 12:37:40,394 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:40,395 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 12:37:40,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:37:40,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 12:37:40,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:40,715 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:40,717 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:40,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:40,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:44,197 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:44,200 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:44,202 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:44,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:44,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:46,907 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:46,911 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:46,913 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:46,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:47,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:49,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:49,431 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:49,433 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:49,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:49,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:52,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:52,920 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:52,922 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:52,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:53,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:56,208 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:56,210 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:56,212 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:56,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:56,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:58,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:37:58,448 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:37:58,450 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:37:58,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:37:58,648 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) >> A-RELEASE-RQ
2025-04-30 12:37:58,648 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(385) << A-RELEASE-RP
2025-04-30 12:37:58,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(385): close Socket[addr=187.91.28.24/187.91.28.24,port=52082,localport=11112]
2025-04-30 12:37:59,041 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52083,localport=11112]
2025-04-30 12:37:59,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) >> A-ASSOCIATE-RQ
2025-04-30 12:37:59,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << A-ASSOCIATE-AC
2025-04-30 12:37:59,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:01,411 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:01,413 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:01,415 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:01,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:01,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:02,308 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,363 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,414 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,468 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,521 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,575 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,628 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,680 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,732 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,780 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,824 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,880 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,925 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:02,936 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:02,938 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:02,940 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:02,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:02,971 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,014 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 12:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 12:38:03,057 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,098 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:03,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,185 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,186 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:38:03,199 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,251 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,337 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,388 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,442 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,503 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,576 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,623 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:03,670 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:04,680 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:04,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135460, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160736303, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:38:04,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160736303] with equal digest
2025-04-30 12:38:04,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 3 ms
2025-04-30 12:38:04,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160736303 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:04,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160822921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:05,201 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:05,204 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:05,206 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:05,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:05,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:07,835 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-04-30 12:38:07,888 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) Calculated size of 1 studies
2025-04-30 12:38:07,888 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-04-30 12:38:08,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:08,035 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:08,037 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:08,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:08,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:10,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:10,489 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:10,491 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:10,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:10,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:11,815 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 12:38:11,816 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 12:38:14,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:14,261 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:14,263 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:14,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:14,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:17,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:17,657 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:17,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:17,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:17,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:21,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:21,048 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:21,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:21,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:21,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:24,150 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52149,localport=11112]
2025-04-30 12:38:24,151 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387) >> A-ASSOCIATE-RQ
2025-04-30 12:38:24,151 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387) << A-ASSOCIATE-AC
2025-04-30 12:38:24,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123616780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:24,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:24,625 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:24,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:24,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:24,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:28,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:28,020 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:28,022 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:28,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:28,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:31,189 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:31,226 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:31,227 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:31,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:31,230 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,273 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,315 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,356 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,398 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:31,439 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,481 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,534 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,582 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,627 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,690 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,737 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,780 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,828 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,868 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,913 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:31,953 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,002 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,003 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:38:32,014 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,065 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,116 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,164 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,219 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,268 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,315 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,362 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:32,408 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:38:33,488 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:33,491 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:33,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:33,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:33,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:35,840 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:35,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135461, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160822921, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:38:35,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160822921] with equal digest
2025-04-30 12:38:35,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 3 ms
2025-04-30 12:38:35,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160822921 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:35,921 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:35,924 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:35,925 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:35,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:36,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160904103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:36,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:38,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:38,754 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:38:38,756 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:38,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:38,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 12:38:38,934 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 12:38:38,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) >> A-RELEASE-RQ
2025-04-30 12:38:38,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(386) << A-RELEASE-RP
2025-04-30 12:38:38,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(386): close Socket[addr=187.91.28.24/187.91.28.24,port=52083,localport=11112]
2025-04-30 12:38:39,337 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52084,localport=11112]
2025-04-30 12:38:39,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) >> A-ASSOCIATE-RQ
2025-04-30 12:38:39,338 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << A-ASSOCIATE-AC
2025-04-30 12:38:39,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:40,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 12:38:40,422 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-04-30 12:38:40,423 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:40,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-04-30 12:38:40,446 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:40,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 12:38:41,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:41,777 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:38:41,779 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.20250206103252538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:41,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:41,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:43,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:43,509 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:38:43,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.20250206103321899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:43,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:43,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:45,405 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:45,410 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Patient[pk=10452, id=PatientID[pk=10452, id=5251, issuer=DCM4CHEE.CC1305F3.0A713471], name=ALESSANDRA DA COSTA BARBOSA]
2025-04-30 12:38:45,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Study[pk=11889, uid=5251, id=38576]
2025-04-30 12:38:45,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Series[pk=12548, uid=1.2.410.200001.101.11.301.1123109166.2.20250430123616644, no=1, mod=US]
2025-04-30 12:38:45,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Instance[pk=136631, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123616780, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:38:45,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Location[pk=136631, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/52B53924, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 12:38:45,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Updated DB in 46 ms
2025-04-30 12:38:45,452 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) No duplicate record with equal Patient ID found Patient[pk=10452, id=PatientID[pk=10452, id=5251, issuer=DCM4CHEE.CC1305F3.0A713471], name=ALESSANDRA DA COSTA BARBOSA]
2025-04-30 12:38:45,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123616780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:45,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123637584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:46,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:46,572 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:38:46,574 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.20250206103340566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:46,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:46,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:50,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:50,399 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:38:50,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.20250206103406077 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:50,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:50,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:51,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:51,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Instance[pk=136632, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123637584, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:38:51,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Location[pk=136632, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/52D1D507, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 12:38:51,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Updated DB in 26 ms
2025-04-30 12:38:51,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123637584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:51,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123706047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:53,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:53,653 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:38:53,655 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.20250206103427630 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:53,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:53,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:56,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:56,716 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:38:56,718 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.20250206103435696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:38:56,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:56,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:57,981 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:38:57,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Instance[pk=136633, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123706047, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:38:57,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Location[pk=136633, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/545BDF86, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-04-30 12:38:58,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Updated DB in 39 ms
2025-04-30 12:38:58,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123706047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:38:58,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123742808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:00,159 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:00,163 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:39:00,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.20250206103510492 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:00,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:00,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 12:39:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 12:39:03,987 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:03,989 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:39:03,991 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.301.1144174170.3.20250206103535919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:03,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:04,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:04,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Instance[pk=136634, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123742808, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:39:04,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Location[pk=136634, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/5492899B, tsuid=1.2.840.10008.1.2, size=3416780, status=OK, objectType=DICOM_FILE]
2025-04-30 12:39:04,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Updated DB in 13 ms
2025-04-30 12:39:04,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123742808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:04,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:04,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123837378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:07,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:07,433 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:39:07,435 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.301.1144174170.3.20250206103638649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:07,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:07,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:10,494 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:10,497 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:39:10,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.301.1144174170.3.20250206103707824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:10,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:10,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:11,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:11,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Instance[pk=136635, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123837378, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:39:11,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Location[pk=136635, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/563B7EA8, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-04-30 12:39:11,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Updated DB in 12 ms
2025-04-30 12:39:11,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123837378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:11,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123933327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:11,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:11,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135462, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160904103, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:39:11,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160904103] with equal digest
2025-04-30 12:39:11,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 2 ms
2025-04-30 12:39:11,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160904103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:11,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160957419 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:11,816 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 12:39:11,817 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 12:39:13,938 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:13,942 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:39:13,944 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.301.1144174170.3.20250206103754539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:13,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:14,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:15,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:15,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Instance[pk=136636, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123933327, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:39:15,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Location[pk=136636, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/57EE852F, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-04-30 12:39:15,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Updated DB in 11 ms
2025-04-30 12:39:15,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123933327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:15,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430123954792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:20,151 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:20,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Instance[pk=136637, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123954792, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:39:20,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Create Location[pk=136637, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/580B3868, tsuid=1.2.840.10008.1.2, size=3416780, status=OK, objectType=DICOM_FILE]
2025-04-30 12:39:20,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387): Updated DB in 52 ms
2025-04-30 12:39:20,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387) << 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.20250430123954792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:20,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387) >> A-RELEASE-RQ
2025-04-30 12:39:20,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(387) << A-RELEASE-RP
2025-04-30 12:39:20,448 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(387): close Socket[addr=187.91.28.24/187.91.28.24,port=52149,localport=11112]
2025-04-30 12:39:20,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-32) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-33) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,593 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-34) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,594 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-35) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,595 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-36) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:20,595 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,596 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-38) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,597 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-39) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:20,598 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-41) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,598 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-40) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,599 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:20,600 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-43) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:20,602 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-44) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:20,608 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:20,625 INFO  [org.dcm4chee.arc.audit.AuditService] (default task-41) Failed to write [AuditSpoolFile=WADO___URI-187.91.28.24-DCM4CHEE-340165] at [AuditLogger=Audit Logger]
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/WADO___URI-187.91.28.24-DCM4CHEE-340165
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:94)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
	at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
	at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
	at java.base/java.nio.file.Files.newBufferedWriter(Files.java:3008)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.filePath(AuditService.java:1120)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.writeSpoolFile(AuditService.java:1091)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.spoolRetrieveWADO(AuditService.java:626)
	at jdk.internal.reflect.GeneratedMethodAccessor160.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.spoolRetrieveWADO(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditTriggerObserver.onRetrieveWADO(AuditTriggerObserver.java:109)
	at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:168)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
	at javax.enterprise.api//javax.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:124)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.Observers.notify(Observers.java:166)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:285)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.EventImpl.fire(EventImpl.java:96)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.lambda$buildResponse$3(WadoURI.java:348)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.completionCallbacks(AbstractAsynchronousResponse.java:169)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.lambda$internalResume$2(AbstractAsynchronousResponse.java:216)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$aroundWriteTo$2(ServerWriterInterceptorContext.java:97)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:887)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2325)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:144)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.aroundWriteTo(ServerWriterInterceptorContext.java:93)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.getStarted(ServerWriterInterceptorContext.java:73)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNomapResponse$3(ServerResponseWriter.java:163)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:410)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:252)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.asynchronousDelivery(SynchronousDispatcher.java:540)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(AbstractAsynchronousResponse.java:205)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse.resume(Servlet3AsyncHttpRequest.java:90)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.buildResponse(WadoURI.java:351)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.get(WadoURI.java:228)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI$Proxy$_$$_WeldClientProxy.get(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor151.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:660)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:524)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:474)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:476)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:434)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:408)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:69)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
	at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.undertow.websocket@2.2.19.Final//io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:173)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.opentracing.contrib.opentracing-jaxrs2//io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:52)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@1.10.1.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.core@2.2.19.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.2.19.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
	at org.jboss.xnio@3.8.7.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.base/java.lang.Thread.run(Thread.java:833)

2025-04-30 12:39:20,625 INFO  [org.dcm4chee.arc.audit.AuditService] (default task-42) Failed to write [AuditSpoolFile=WADO___URI-187.91.28.24-DCM4CHEE-340165] at [AuditLogger=Audit Logger]
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/WADO___URI-187.91.28.24-DCM4CHEE-340165
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:94)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
	at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
	at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
	at java.base/java.nio.file.Files.newBufferedWriter(Files.java:3008)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.filePath(AuditService.java:1120)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.writeSpoolFile(AuditService.java:1091)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.spoolRetrieveWADO(AuditService.java:626)
	at jdk.internal.reflect.GeneratedMethodAccessor160.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.spoolRetrieveWADO(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditTriggerObserver.onRetrieveWADO(AuditTriggerObserver.java:109)
	at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:168)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
	at javax.enterprise.api//javax.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:124)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.Observers.notify(Observers.java:166)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:285)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.EventImpl.fire(EventImpl.java:96)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.lambda$buildResponse$3(WadoURI.java:348)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.completionCallbacks(AbstractAsynchronousResponse.java:169)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.lambda$internalResume$2(AbstractAsynchronousResponse.java:216)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$aroundWriteTo$2(ServerWriterInterceptorContext.java:97)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:887)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2325)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:144)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.aroundWriteTo(ServerWriterInterceptorContext.java:93)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.getStarted(ServerWriterInterceptorContext.java:73)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNomapResponse$3(ServerResponseWriter.java:163)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:410)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:252)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.asynchronousDelivery(SynchronousDispatcher.java:540)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(AbstractAsynchronousResponse.java:205)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse.resume(Servlet3AsyncHttpRequest.java:90)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.buildResponse(WadoURI.java:351)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.get(WadoURI.java:228)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI$Proxy$_$$_WeldClientProxy.get(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor151.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:660)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:524)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:474)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:476)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:434)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:408)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:69)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
	at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.undertow.websocket@2.2.19.Final//io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:173)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.opentracing.contrib.opentracing-jaxrs2//io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:52)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@1.10.1.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.core@2.2.19.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.2.19.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
	at org.jboss.xnio@3.8.7.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.base/java.lang.Thread.run(Thread.java:833)

2025-04-30 12:39:20,626 INFO  [org.dcm4chee.arc.audit.AuditService] (default task-32) Failed to write [AuditSpoolFile=WADO___URI-187.91.28.24-DCM4CHEE-340165] at [AuditLogger=Audit Logger]
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/WADO___URI-187.91.28.24-DCM4CHEE-340165
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:94)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
	at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
	at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
	at java.base/java.nio.file.Files.newBufferedWriter(Files.java:3008)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.filePath(AuditService.java:1120)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.writeSpoolFile(AuditService.java:1091)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.spoolRetrieveWADO(AuditService.java:626)
	at jdk.internal.reflect.GeneratedMethodAccessor160.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.spoolRetrieveWADO(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditTriggerObserver.onRetrieveWADO(AuditTriggerObserver.java:109)
	at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:168)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
	at javax.enterprise.api//javax.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:124)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.Observers.notify(Observers.java:166)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:285)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.EventImpl.fire(EventImpl.java:96)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.lambda$buildResponse$3(WadoURI.java:348)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.completionCallbacks(AbstractAsynchronousResponse.java:169)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.lambda$internalResume$2(AbstractAsynchronousResponse.java:216)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$aroundWriteTo$2(ServerWriterInterceptorContext.java:97)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:887)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2325)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:144)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.aroundWriteTo(ServerWriterInterceptorContext.java:93)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.getStarted(ServerWriterInterceptorContext.java:73)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNomapResponse$3(ServerResponseWriter.java:163)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:410)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:252)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.asynchronousDelivery(SynchronousDispatcher.java:540)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(AbstractAsynchronousResponse.java:205)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse.resume(Servlet3AsyncHttpRequest.java:90)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.buildResponse(WadoURI.java:351)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.get(WadoURI.java:228)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI$Proxy$_$$_WeldClientProxy.get(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor151.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:660)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:524)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:474)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:476)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:434)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:408)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:69)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
	at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.undertow.websocket@2.2.19.Final//io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:173)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.opentracing.contrib.opentracing-jaxrs2//io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:52)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@1.10.1.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.core@2.2.19.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.2.19.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at org.jboss.xnio@3.8.7.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.base/java.lang.Thread.run(Thread.java:833)

2025-04-30 12:39:20,625 INFO  [org.dcm4chee.arc.audit.AuditService] (default task-29) Failed to write [AuditSpoolFile=WADO___URI-187.91.28.24-DCM4CHEE-340165] at [AuditLogger=Audit Logger]
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/WADO___URI-187.91.28.24-DCM4CHEE-340165
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:94)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
	at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
	at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
	at java.base/java.nio.file.Files.newBufferedWriter(Files.java:3008)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.filePath(AuditService.java:1120)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.writeSpoolFile(AuditService.java:1091)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.spoolRetrieveWADO(AuditService.java:626)
	at jdk.internal.reflect.GeneratedMethodAccessor160.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.spoolRetrieveWADO(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditTriggerObserver.onRetrieveWADO(AuditTriggerObserver.java:109)
	at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:168)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
	at javax.enterprise.api//javax.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:124)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.Observers.notify(Observers.java:166)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:285)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.EventImpl.fire(EventImpl.java:96)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.lambda$buildResponse$3(WadoURI.java:348)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.completionCallbacks(AbstractAsynchronousResponse.java:169)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.lambda$internalResume$2(AbstractAsynchronousResponse.java:216)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$aroundWriteTo$2(ServerWriterInterceptorContext.java:97)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:887)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2325)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:144)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.aroundWriteTo(ServerWriterInterceptorContext.java:93)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.getStarted(ServerWriterInterceptorContext.java:73)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNomapResponse$3(ServerResponseWriter.java:163)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:410)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:252)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.asynchronousDelivery(SynchronousDispatcher.java:540)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(AbstractAsynchronousResponse.java:205)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse.resume(Servlet3AsyncHttpRequest.java:90)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.buildResponse(WadoURI.java:351)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.get(WadoURI.java:228)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI$Proxy$_$$_WeldClientProxy.get(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor151.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:660)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:524)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:474)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:476)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:434)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:408)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:69)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
	at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.undertow.websocket@2.2.19.Final//io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:173)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.opentracing.contrib.opentracing-jaxrs2//io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:52)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@1.10.1.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.core@2.2.19.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.2.19.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at org.jboss.xnio@3.8.7.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.base/java.lang.Thread.run(Thread.java:833)

2025-04-30 12:39:20,625 INFO  [org.dcm4chee.arc.audit.AuditService] (default task-31) Failed to write [AuditSpoolFile=WADO___URI-187.91.28.24-DCM4CHEE-340165] at [AuditLogger=Audit Logger]
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/WADO___URI-187.91.28.24-DCM4CHEE-340165
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:94)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
	at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
	at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
	at java.base/java.nio.file.Files.newBufferedWriter(Files.java:3008)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.filePath(AuditService.java:1120)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.writeSpoolFile(AuditService.java:1091)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.spoolRetrieveWADO(AuditService.java:626)
	at jdk.internal.reflect.GeneratedMethodAccessor160.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.spoolRetrieveWADO(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditTriggerObserver.onRetrieveWADO(AuditTriggerObserver.java:109)
	at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:168)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
	at javax.enterprise.api//javax.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:124)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.Observers.notify(Observers.java:166)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:285)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.event.EventImpl.fire(EventImpl.java:96)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.lambda$buildResponse$3(WadoURI.java:348)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.completionCallbacks(AbstractAsynchronousResponse.java:169)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.lambda$internalResume$2(AbstractAsynchronousResponse.java:216)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$aroundWriteTo$2(ServerWriterInterceptorContext.java:97)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:887)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2325)
	at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:144)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.aroundWriteTo(ServerWriterInterceptorContext.java:93)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.getStarted(ServerWriterInterceptorContext.java:73)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNomapResponse$3(ServerResponseWriter.java:163)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:410)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:252)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.asynchronousDelivery(SynchronousDispatcher.java:540)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(AbstractAsynchronousResponse.java:205)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse.resume(Servlet3AsyncHttpRequest.java:90)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.buildResponse(WadoURI.java:351)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI.get(WadoURI.java:228)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-war-5.30.0-unsecure.war//org.dcm4chee.arc.wado.WadoURI$Proxy$_$$_WeldClientProxy.get(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor151.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:660)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:524)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:474)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:476)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:434)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:408)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:69)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60)
	at org.jboss.resteasy.resteasy-core@4.7.7.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
	at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.undertow.websocket@2.2.19.Final//io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:173)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.opentracing.contrib.opentracing-jaxrs2//io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:52)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.2.19.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@1.10.1.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.2.19.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow@26.1.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:79)
	at io.undertow.servlet@2.2.19.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.core@2.2.19.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.2.19.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at org.jboss.xnio@3.8.7.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.base/java.lang.Thread.run(Thread.java:833)

2025-04-30 12:39:20,792 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52150,localport=11112]
2025-04-30 12:39:20,793 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389) >> A-ASSOCIATE-RQ
2025-04-30 12:39:20,793 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389) << A-ASSOCIATE-AC
2025-04-30 12:39:20,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123616780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:21,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-44) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-43) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-34) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-35) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-33) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-38) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,179 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,179 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-36) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,179 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-39) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,179 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,180 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,180 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,180 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-32) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,181 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-41) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,182 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,182 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg&frameNumber=1&rows=140 from null@187.91.28.24
2025-04-30 12:39:21,465 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:21,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Instance[pk=136638, uid=1.2.392.200036.9125.9.0.254280099.2603099326.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 12:39:21,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Location[pk=136638, systemID=fs1, path=2025/04/30/12DB865C/90B3425E/DA427AA5, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 12:39:21,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Updated DB in 26 ms
2025-04-30 12:39:21,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) << 751:C-STORE-RSP[pcid=215, 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.254280099.2603099326.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:21,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) >> 763:C-STORE-RQ[pcid=215, 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.254280098.3307545790.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:26,641 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:26,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Found previous received Instance[pk=136631, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123616780, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:39:26,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123616780] with equal digest
2025-04-30 12:39:26,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 16 ms
2025-04-30 12:39:26,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123616780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:26,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123637584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:33,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:33,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Found previous received Instance[pk=136632, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123637584, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:39:33,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123637584] with equal digest
2025-04-30 12:39:33,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 9 ms
2025-04-30 12:39:33,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123637584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:33,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123706047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:38,935 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 12:39:38,938 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 12:39:40,439 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:40,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 12:39:40,447 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 12:39:40,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Found previous received Instance[pk=136633, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123706047, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:39:40,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123706047] with equal digest
2025-04-30 12:39:40,448 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 12:39:40,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 10 ms
2025-04-30 12:39:40,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 12:39:40,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123706047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:40,450 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-04-30 12:39:40,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:40,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 12:39:40,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123742808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:42,478 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:42,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135463, uid=1.2.410.200001.101.11.601.1501430850.3.20250424160957419, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:39:42,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424160957419] with equal digest
2025-04-30 12:39:42,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 10 ms
2025-04-30 12:39:42,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424160957419 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:42,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:42,576 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
2025-04-30 12:39:42,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388): 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.301.1144174170.3.20250206103759745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID 2836^^^DCM4CHEE.379F032C.89C97580 in previous received object of Study[uid=2836].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:42,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 2836^^^DCM4CHEE.379F032C.null differs from Patient ID
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:42,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161007583 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:42,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) >> A-RELEASE-RQ
2025-04-30 12:39:42,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(388) << A-RELEASE-RP
2025-04-30 12:39:42,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(388): close Socket[addr=187.91.28.24/187.91.28.24,port=52084,localport=11112]
2025-04-30 12:39:43,173 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52085,localport=11112]
2025-04-30 12:39:43,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> A-ASSOCIATE-RQ
2025-04-30 12:39:43,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << A-ASSOCIATE-AC
2025-04-30 12:39:43,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:46,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:46,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Found previous received Instance[pk=136634, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123742808, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:39:46,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123742808] with equal digest
2025-04-30 12:39:46,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 8 ms
2025-04-30 12:39:46,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123742808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:46,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123828140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:46,780 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:46,796 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:39:46,798 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.20250310102638164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:46,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:46,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:48,506 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:48,506 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:48,506 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-36) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:48,506 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-35) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:48,506 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:48,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:48,759 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:39:48,761 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.20250310102656178 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:48,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:48,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:50,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:50,324 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:39:50,326 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.20250310102748148 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:50,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:50,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:52,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:52,279 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:39:52,281 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.20250310102825206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:52,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:52,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:53,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:53,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Create Instance[pk=136639, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123828140, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:39:53,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Create Location[pk=136639, systemID=fs1, path=2025/04/30/0018D9F9/850AD32A/562DD39F, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-04-30 12:39:53,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 14 ms
2025-04-30 12:39:53,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123828140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:53,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123837378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:54,092 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:39:54,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:55,001 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:39:55,004 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.20250310102936332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:55,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:55,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:58,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:39:58,684 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:39:58,686 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.20250310103053072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:39:58,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:39:58,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 12:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 12:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5175) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5175) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:40:01,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:01,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Found previous received Instance[pk=136635, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123837378, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:40:01,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123837378] with equal digest
2025-04-30 12:40:01,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 9 ms
2025-04-30 12:40:01,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123837378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:01,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123933327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:02,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:02,557 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:40:02,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.20250310103124986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:02,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:02,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 12:40:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 12:40:05,360 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:05,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Found previous received Instance[pk=136636, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123933327, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:40:05,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123933327] with equal digest
2025-04-30 12:40:05,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 9 ms
2025-04-30 12:40:05,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123933327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:05,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123954792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:06,033 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:06,047 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:40:06,049 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.301.1144174170.3.20250310103202741 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:06,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:06,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 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.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:08,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:08,950 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:40:08,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.301.1144174170.3.20250310103257406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:08,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:09,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> 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.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:09,707 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5170) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:09,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Found previous received Instance[pk=136637, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123954792, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:40:09,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123954792] with equal digest
2025-04-30 12:40:09,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389): Updated DB in 3 ms
2025-04-30 12:40:09,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5170) 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.1123109166.3.20250430123954792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:09,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389) >> A-RELEASE-RQ
2025-04-30 12:40:09,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5170) DCM4CHEE<-HS30(389) << A-RELEASE-RP
2025-04-30 12:40:09,961 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(389): close Socket[addr=187.91.28.24/187.91.28.24,port=52150,localport=11112]
2025-04-30 12:40:11,817 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 12:40:11,818 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 12:40:12,040 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:12,060 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
2025-04-30 12:40:12,062 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390): 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.301.1144174170.3.20250310103337333 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Patient ID 340716^^^DCM4CHEE.92A811D4.0D78398A in previous received object of Study[uid=340716].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:12,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 340716^^^DCM4CHEE.E1C31C88.0D78398A differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:12,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) >> A-RELEASE-RQ
2025-04-30 12:40:12,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(390) << A-RELEASE-RP
2025-04-30 12:40:12,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(390): close Socket[addr=187.91.28.24/187.91.28.24,port=52085,localport=11112]
2025-04-30 12:40:12,654 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52086,localport=11112]
2025-04-30 12:40:12,655 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) >> A-ASSOCIATE-RQ
2025-04-30 12:40:12,655 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << A-ASSOCIATE-AC
2025-04-30 12:40:12,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:13,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:13,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135464, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161007583, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 12:40:13,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161007583] with equal digest
2025-04-30 12:40:13,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 10 ms
2025-04-30 12:40:13,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161007583 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:13,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161130940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:14,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:14,927 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:14,929 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:14,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:15,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:16,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:16,107 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:16,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:16,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:16,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:17,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:17,492 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:17,494 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:17,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:17,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:19,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:19,628 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:19,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:19,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:19,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:22,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:22,340 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:22,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:22,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:22,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:26,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:26,206 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:26,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:26,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:26,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:29,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:29,687 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:29,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:29,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:29,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:32,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:32,785 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:32,787 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:32,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:32,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:35,485 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:35,493 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:35,496 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:35,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:35,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:38,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:38,773 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:38,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:38,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:38,938 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 12:40:38,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 12:40:38,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:40,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 12:40:40,451 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:40:40,452 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-04-30 12:40:40,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:40,453 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:40:40,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 12:40:41,660 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:41,662 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:41,664 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:41,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:41,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:44,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:44,365 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:44,366 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:44,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:44,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:46,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:46,873 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:46,875 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:46,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:47,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:49,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:49,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135465, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161130940, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 12:40:49,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161130940] with equal digest
2025-04-30 12:40:49,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 3 ms
2025-04-30 12:40:49,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161130940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:49,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161308943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:49,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:49,767 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:49,769 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:49,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:49,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) >> A-RELEASE-RQ
2025-04-30 12:40:49,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(391) << A-RELEASE-RP
2025-04-30 12:40:50,015 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(391): close Socket[addr=187.91.28.24/187.91.28.24,port=52086,localport=11112]
2025-04-30 12:40:50,364 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52087,localport=11112]
2025-04-30 12:40:50,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> A-ASSOCIATE-RQ
2025-04-30 12:40:50,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << A-ASSOCIATE-AC
2025-04-30 12:40:50,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:52,618 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:52,620 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:52,622 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311091356638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:52,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:52,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:54,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:54,616 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:54,618 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311091428305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:54,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:54,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:57,529 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:57,533 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:57,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311091509034 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:57,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:57,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:40:59,864 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:40:59,867 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:40:59,869 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311091541471 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:40:59,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:00,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:02,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:02,781 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:02,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311091621219 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:02,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:02,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 12:41:03,027 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 12:41:05,689 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:05,692 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:05,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311091721832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:05,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:05,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:09,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:09,572 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:09,574 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311091748925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:09,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:09,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:11,819 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 12:41:11,820 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 12:41:12,678 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:12,686 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:12,688 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.301.1144174170.3.20250311091952047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:12,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:12,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 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.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:15,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:15,028 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:15,030 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.301.1144174170.3.20250311092057383 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:15,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:15,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 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.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:17,172 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:17,174 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:17,176 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.301.1144174170.3.20250311092248614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:17,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:17,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 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.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:19,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:19,894 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:19,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.301.1144174170.3.20250311092339121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:19,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:20,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 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.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:20,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:20,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135466, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161308943, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 12:41:20,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161308943] with equal digest
2025-04-30 12:41:20,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 3 ms
2025-04-30 12:41:20,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161308943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:20,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161353678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:23,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:23,385 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:23,387 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.301.1144174170.3.20250311092551551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:23,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:23,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 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.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:26,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:26,492 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:26,494 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.301.1144174170.3.20250311092647711 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:26,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:26,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:28,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5141) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:28,638 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5141) Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
2025-04-30 12:41:28,640 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392): 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.20250311092824125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Patient ID 230200^^^DCM4CHEE.DF4C54EF.0D5C19AB in previous received object of Study[uid=230200].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.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.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view26.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:28,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 230200^^^DCM4CHEE.DF4A9277.0D5C19AB differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:28,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) >> A-RELEASE-RQ
2025-04-30 12:41:28,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5141) DCM4CHEE<-HS30(392) << A-RELEASE-RP
2025-04-30 12:41:28,887 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(392): close Socket[addr=187.91.28.24/187.91.28.24,port=52087,localport=11112]
2025-04-30 12:41:35,662 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:41:35,662 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:41:35,662 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-47) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:41:35,662 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-48) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:41:35,663 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-49) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:41:38,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 12:41:38,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 12:41:40,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 12:41:40,455 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-04-30 12:41:40,455 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:40,456 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 12:41:40,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 12:41:40,478 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:41:40,479 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 12:41:40,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 12:41:45,012 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSDeleteScheduler.execute()
2025-04-30 12:41:45,014 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSDeleteScheduler.execute()
2025-04-30 12:41:47,965 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg&frameNumber=1&rows=500 from null@187.91.28.24
2025-04-30 12:41:51,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:41:51,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135467, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161353678, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 12:41:51,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161353678] with equal digest
2025-04-30 12:41:51,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 14 ms
2025-04-30 12:41:51,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161353678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:41:51,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161416822 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 12:42:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 12:42:10,027 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:42:10,033 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:42:11,820 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 12:42:11,821 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 12:42:22,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:42:22,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135468, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161416822, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 12:42:22,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161416822] with equal digest
2025-04-30 12:42:22,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 10 ms
2025-04-30 12:42:22,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161416822 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:42:22,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161431342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:42:38,944 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 12:42:38,946 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 12:42:40,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 12:42:40,480 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 12:42:40,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-04-30 12:42:40,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:42:40,504 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-04-30 12:42:40,504 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:42:40,504 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 12:42:53,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:42:53,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135469, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161431342, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 12:42:53,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161431342] with equal digest
2025-04-30 12:42:53,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 9 ms
2025-04-30 12:42:53,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161431342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:42:53,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161610540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:02,471 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52151,localport=11112]
2025-04-30 12:43:02,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393) >> A-ASSOCIATE-RQ
2025-04-30 12:43:02,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393) << A-ASSOCIATE-AC
2025-04-30 12:43:02,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124148745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 12:43:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 12:43:07,612 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5187) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:07,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Series[pk=12549, uid=1.2.410.200001.101.11.301.1123109166.2.20250430124148386, no=3, mod=US]
2025-04-30 12:43:07,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Instance[pk=136640, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124148745, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:43:07,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Location[pk=136640, systemID=fs1, path=2025/04/30/0018D9F9/B193F7CC/7F3E6814, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-04-30 12:43:07,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Updated DB in 16 ms
2025-04-30 12:43:07,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124148745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:07,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124238620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:07,888 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 12:43:07,891 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 12:43:11,821 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 12:43:11,822 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 12:43:14,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5187) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:14,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Instance[pk=136641, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124238620, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:43:14,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Location[pk=136641, systemID=fs1, path=2025/04/30/0018D9F9/B193F7CC/80E5252E, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-04-30 12:43:14,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Updated DB in 20 ms
2025-04-30 12:43:14,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124238620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:14,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124250901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:17,590 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:43:17,595 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) SearchForStudies: 1 Matches
2025-04-30 12:43:17,783 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series from null@187.91.28.24
2025-04-30 12:43:17,791 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) SearchForStudySeries: 2 Matches
2025-04-30 12:43:17,801 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:43:17,813 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) SearchForStudies: 2 Matches
2025-04-30 12:43:18,207 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/metadata from null@187.91.28.24
2025-04-30 12:43:18,213 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/metadata from null@187.91.28.24
2025-04-30 12:43:18,217 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) retrieveSeriesMetadata: 14 Matches
2025-04-30 12:43:18,220 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) retrieveSeriesMetadata: 14 Matches
2025-04-30 12:43:18,468 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:43:18,472 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-46) SearchForStudies: 1 Matches
2025-04-30 12:43:18,639 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112414877/frames/1 from null@187.91.28.24
2025-04-30 12:43:18,639 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111923996/frames/58 from null@187.91.28.24
2025-04-30 12:43:18,640 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113754422/frames/1 from null@187.91.28.24
2025-04-30 12:43:18,645 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) retrieveFrame: 1 Matches
2025-04-30 12:43:18,646 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) retrieveFrame: 1 Matches
2025-04-30 12:43:18,648 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) retrieveFrame: 1 Matches
2025-04-30 12:43:18,675 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-51) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:43:18,681 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-51) SearchForStudies: 2 Matches
2025-04-30 12:43:20,477 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-51) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111552380/frames/1 from null@187.91.28.24
2025-04-30 12:43:20,482 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-51) retrieveFrame: 1 Matches
2025-04-30 12:43:21,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5187) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:21,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Instance[pk=136642, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124250901, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:43:21,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Location[pk=136642, systemID=fs1, path=2025/04/30/0018D9F9/B193F7CC/80FDBC3E, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-04-30 12:43:21,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Updated DB in 19 ms
2025-04-30 12:43:21,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124250901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:21,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124333593 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:24,612 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-51) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111750977/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,612 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111724943/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,612 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-52) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112134489/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,612 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112717388/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,612 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-54) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112325476/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,613 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112604539/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,613 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111613844/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,614 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112845349/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,614 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112828384/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,616 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112902734/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,621 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) retrieveFrame: 1 Matches
2025-04-30 12:43:24,622 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-58) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112928148/frames/1 from null@187.91.28.24
2025-04-30 12:43:24,625 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-54) retrieveFrame: 1 Matches
2025-04-30 12:43:24,625 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-51) retrieveFrame: 1 Matches
2025-04-30 12:43:24,626 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-52) retrieveFrame: 1 Matches
2025-04-30 12:43:24,630 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) retrieveFrame: 1 Matches
2025-04-30 12:43:24,631 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-58) retrieveFrame: 1 Matches
2025-04-30 12:43:24,631 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) retrieveFrame: 1 Matches
2025-04-30 12:43:24,634 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) retrieveFrame: 1 Matches
2025-04-30 12:43:24,636 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveFrame: 1 Matches
2025-04-30 12:43:24,637 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveFrame: 1 Matches
2025-04-30 12:43:24,638 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) retrieveFrame: 1 Matches
2025-04-30 12:43:27,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5187) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:27,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Instance[pk=136643, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124333593, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:43:27,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Location[pk=136643, systemID=fs1, path=2025/04/30/0018D9F9/B193F7CC/8297B50D, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-04-30 12:43:27,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Updated DB in 24 ms
2025-04-30 12:43:27,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124333593 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:28,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124429101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:32,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:32,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135470, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161610540, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 12:43:32,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161610540] with equal digest
2025-04-30 12:43:32,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 12 ms
2025-04-30 12:43:32,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161610540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:32,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161643428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:34,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5187) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:34,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Instance[pk=136644, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124429101, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:43:34,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Location[pk=136644, systemID=fs1, path=2025/04/30/0018D9F9/B193F7CC/84412048, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-04-30 12:43:34,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Updated DB in 30 ms
2025-04-30 12:43:34,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124429101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:35,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124441782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:36,640 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.67,port=37327,localport=11112]
2025-04-30 12:43:36,648 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) ANY-SCP<-FINDSCU(394) >> A-ASSOCIATE-RQ
2025-04-30 12:43:36,649 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) ANY-SCP<-FINDSCU(394) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-04-30 12:43:36,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) ANY-SCP<-FINDSCU(394): close Socket[addr=/45.156.128.67,port=37327,localport=11112]
2025-04-30 12:43:37,251 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.69,port=52811,localport=11112]
2025-04-30 12:43:37,251 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.69:52811(395): unrecognized PDU[type=71, len=1411395360]
2025-04-30 12:43:37,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.69:52811(395): close Socket[addr=/45.156.128.69,port=52811,localport=11112]
2025-04-30 12:43:37,906 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.67,port=40867,localport=11112]
2025-04-30 12:43:37,906 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.67:40867(396): unrecognized PDU[type=22, len=16817409]
2025-04-30 12:43:37,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.67:40867(396): close Socket[addr=/45.156.128.67,port=40867,localport=11112]
2025-04-30 12:43:38,946 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 12:43:38,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 12:43:39,175 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.68,port=52625,localport=11112]
2025-04-30 12:43:40,505 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 12:43:40,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:43:40,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:43:40,543 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 12:43:40,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 12:43:40,809 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5187) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:40,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Instance[pk=136645, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124441782, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:43:40,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Create Location[pk=136645, systemID=fs1, path=2025/04/30/0018D9F9/B193F7CC/8459C3D1, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-04-30 12:43:40,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393): Updated DB in 38 ms
2025-04-30 12:43:40,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(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.301.1123109166.3.20250430124441782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:41,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393) >> A-RELEASE-RQ
2025-04-30 12:43:41,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5187) DCM4CHEE<-HS30(393) << A-RELEASE-RP
2025-04-30 12:43:41,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(393): close Socket[addr=187.91.28.24/187.91.28.24,port=52151,localport=11112]
2025-04-30 12:43:44,043 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.68:52625(397): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-04-30 12:43:44,043 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.68:52625(397): close Socket[addr=/45.156.128.68,port=52625,localport=11112]
2025-04-30 12:43:44,279 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.66,port=33813,localport=11112]
2025-04-30 12:43:44,279 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:33813(398): unrecognized PDU[type=83, len=1210921518]
2025-04-30 12:43:44,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:33813(398): close Socket[addr=/45.156.128.66,port=33813,localport=11112]
2025-04-30 12:43:46,306 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.66,port=54555,localport=11112]
2025-04-30 12:43:50,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:43:50,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Instance[pk=136646, uid=1.2.392.200036.9125.9.0.254280098.3307545790.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 12:43:50,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Create Location[pk=136646, systemID=fs1, path=2025/04/30/12DB865C/90B3425E/E91C9333, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 12:43:50,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367): Updated DB in 21 ms
2025-04-30 12:43:50,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) << 763:C-STORE-RSP[pcid=215, 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.254280098.3307545790.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:43:50,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) >> A-RELEASE-RQ
2025-04-30 12:43:50,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4823) DCM4CHEE<-FCR-CSL1(367) << A-RELEASE-RP
2025-04-30 12:43:50,554 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-FCR-CSL1(367): close Socket[addr=187.91.28.24/187.91.28.24,port=50025,localport=11112]
2025-04-30 12:43:51,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:54555(399): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-04-30 12:43:51,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:54555(399): close Socket[addr=/45.156.128.66,port=54555,localport=11112]
2025-04-30 12:43:51,321 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.66,port=43654,localport=11112]
2025-04-30 12:43:51,321 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:43654(400): unrecognized PDU[type=22, len=16830977]
2025-04-30 12:43:51,322 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:43654(400): close Socket[addr=/45.156.128.66,port=43654,localport=11112]
2025-04-30 12:43:51,591 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.69,port=56807,localport=11112]
2025-04-30 12:43:51,592 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.69:56807(401): unrecognized PDU[type=22, len=16816641]
2025-04-30 12:43:51,592 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.69:56807(401): close Socket[addr=/45.156.128.69,port=56807,localport=11112]
2025-04-30 12:43:51,857 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.69,port=45535,localport=11112]
2025-04-30 12:43:51,858 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.69:45535(402): unrecognized PDU[type=128, len=16777728]
2025-04-30 12:43:51,858 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.69:45535(402): close Socket[addr=/45.156.128.69,port=45535,localport=11112]
2025-04-30 12:43:52,127 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.66,port=43670,localport=11112]
2025-04-30 12:43:57,129 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:43670(403): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-04-30 12:43:57,129 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:43670(403): close Socket[addr=/45.156.128.66,port=43670,localport=11112]
2025-04-30 12:43:57,262 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/45.156.128.66,port=34134,localport=11112]
2025-04-30 12:43:57,262 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:34134(404): unrecognized PDU[type=71, len=1411395360]
2025-04-30 12:43:57,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5192) /172.18.0.2:11112<-/45.156.128.66:34134(404): close Socket[addr=/45.156.128.66,port=34134,localport=11112]
2025-04-30 12:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 12:44:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 12:44:11,823 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 12:44:11,824 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 12:44:14,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:44:14,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=135471, uid=1.2.410.200001.101.11.601.1501430850.3.20250424161643428, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 12:44:14,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Ignore received Instance[studyUID=339690,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250424160010509,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250424161643428] with equal digest
2025-04-30 12:44:14,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377): Updated DB in 14 ms
2025-04-30 12:44:14,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250424161643428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:44:15,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377) >> A-RELEASE-RQ
2025-04-30 12:44:15,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(377) << A-RELEASE-RP
2025-04-30 12:44:15,110 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS60MT(377): close Socket[addr=187.91.28.24/187.91.28.24,port=49250,localport=11112]
2025-04-30 12:44:15,509 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49251,localport=11112]
2025-04-30 12:44:15,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> A-ASSOCIATE-RQ
2025-04-30 12:44:15,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << A-ASSOCIATE-AC
2025-04-30 12:44:15,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102621520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:44:32,027 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:44:32,031 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) SearchForStudies: 1 Matches
2025-04-30 12:44:32,231 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:44:32,238 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) SearchForStudies: 2 Matches
2025-04-30 12:44:32,786 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:44:32,798 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) SearchForStudies: 101 Matches
2025-04-30 12:44:36,135 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100844297&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:44:36,203 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100904347&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:44:36,269 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100831667&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:44:36,333 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100928495&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:44:38,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 12:44:38,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 12:44:40,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 12:44:40,545 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,546 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,547 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,547 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,548 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,549 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,549 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,550 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,550 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,551 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,552 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,552 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,553 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,553 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,554 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,555 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,555 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,556 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,556 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,557 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,558 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,558 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,559 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,560 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,561 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,561 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,562 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,563 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,564 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-04-30 12:44:40,564 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:44:40,565 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,565 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,602 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-04-30 12:44:40,602 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:44:40,603 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,604 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,605 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,606 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,606 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,607 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,608 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,609 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:44:40,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 12:44:56,564 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:44:56,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136616, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102621520, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:44:56,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430102621520] with equal digest
2025-04-30 12:44:56,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 18 ms
2025-04-30 12:44:56,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102621520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:44:56,790 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102703224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:44:59,562 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:44:59,566 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) SearchForStudies: 1 Matches
2025-04-30 12:44:59,758 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series from null@187.91.28.24
2025-04-30 12:44:59,765 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-57) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:44:59,766 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-56) SearchForStudySeries: 2 Matches
2025-04-30 12:44:59,770 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-57) SearchForStudies: 2 Matches
2025-04-30 12:45:00,164 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/metadata from null@187.91.28.24
2025-04-30 12:45:00,164 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/metadata from null@187.91.28.24
2025-04-30 12:45:00,171 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) retrieveSeriesMetadata: 14 Matches
2025-04-30 12:45:00,173 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveSeriesMetadata: 14 Matches
2025-04-30 12:45:00,420 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-57) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:45:00,425 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-57) SearchForStudies: 1 Matches
2025-04-30 12:45:00,587 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112414877/frames/1 from null@187.91.28.24
2025-04-30 12:45:00,587 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111923996/frames/58 from null@187.91.28.24
2025-04-30 12:45:00,592 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-59) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113754422/frames/1 from null@187.91.28.24
2025-04-30 12:45:00,594 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) retrieveFrame: 1 Matches
2025-04-30 12:45:00,594 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveFrame: 1 Matches
2025-04-30 12:45:00,600 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-59) retrieveFrame: 1 Matches
2025-04-30 12:45:00,625 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-60) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:45:00,633 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-60) SearchForStudies: 2 Matches
2025-04-30 12:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 12:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 12:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5197) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:45:00,945 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5197) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:45:02,391 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-60) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111552380/frames/1 from null@187.91.28.24
2025-04-30 12:45:02,398 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-60) retrieveFrame: 1 Matches
2025-04-30 12:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 12:45:03,030 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 12:45:05,312 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-63) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112717388/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,312 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-61) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111750977/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,313 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112604539/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,313 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-60) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112134489/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,313 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-59) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111724943/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,313 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-62) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111613844/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,313 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112828384/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,314 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112325476/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,314 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-66) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112902734/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,314 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-65) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112845349/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,317 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-67) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112928148/frames/1 from null@187.91.28.24
2025-04-30 12:45:05,320 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-65) retrieveFrame: 1 Matches
2025-04-30 12:45:05,322 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) retrieveFrame: 1 Matches
2025-04-30 12:45:05,322 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-63) retrieveFrame: 1 Matches
2025-04-30 12:45:05,322 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-67) retrieveFrame: 1 Matches
2025-04-30 12:45:05,323 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-60) retrieveFrame: 1 Matches
2025-04-30 12:45:05,323 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) retrieveFrame: 1 Matches
2025-04-30 12:45:05,324 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveFrame: 1 Matches
2025-04-30 12:45:05,324 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-66) retrieveFrame: 1 Matches
2025-04-30 12:45:05,325 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-61) retrieveFrame: 1 Matches
2025-04-30 12:45:05,325 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-62) retrieveFrame: 1 Matches
2025-04-30 12:45:05,326 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-59) retrieveFrame: 1 Matches
2025-04-30 12:45:11,824 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 12:45:11,825 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 12:45:14,794 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=340165 from null@187.91.28.24
2025-04-30 12:45:14,799 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) SearchForStudies: 1 Matches
2025-04-30 12:45:16,294 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:45:16,303 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) SearchForStudies: 2 Matches
2025-04-30 12:45:25,475 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:45:25,479 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 1 Matches
2025-04-30 12:45:25,729 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:45:25,736 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 2 Matches
2025-04-30 12:45:27,680 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:45:27,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136618, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102703224, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:45:27,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430102703224] with equal digest
2025-04-30 12:45:27,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 16 ms
2025-04-30 12:45:27,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102703224 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:45:27,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102735836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:45:38,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 12:45:38,956 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 12:45:40,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 12:45:40,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:45:40,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:45:40,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:45:40,613 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:45:40,614 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:45:40,614 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:45:40,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-04-30 12:45:40,636 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:45:40,636 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 12:45:40,637 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 12:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 12:46:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 12:46:03,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:46:03,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136619, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102735836, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:46:03,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430102735836] with equal digest
2025-04-30 12:46:03,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 11 ms
2025-04-30 12:46:03,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102735836 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:46:03,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102812601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:46:06,587 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:46:06,591 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 1 Matches
2025-04-30 12:46:06,790 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:46:06,797 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 2 Matches
2025-04-30 12:46:11,826 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 12:46:11,827 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 12:46:19,551 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 12:46:19,555 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 1 Matches
2025-04-30 12:46:19,755 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 12:46:19,762 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 2 Matches
2025-04-30 12:46:25,812 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100844297&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:46:25,867 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100904347&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:46:25,914 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100831667&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:46:25,959 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343186&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426100831261&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426100928495&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:46:35,289 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:46:35,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136620, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102812601, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:46:35,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430102812601] with equal digest
2025-04-30 12:46:35,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 3 ms
2025-04-30 12:46:35,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102812601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:46:35,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102902878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:46:38,956 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 12:46:38,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 12:46:40,637 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 12:46:40,638 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,638 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,641 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,641 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,642 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,642 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,642 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,643 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,643 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,643 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,644 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,644 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,644 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,645 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,645 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,645 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,646 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,646 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,646 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,647 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,647 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,649 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-04-30 12:46:40,649 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:46:40,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,651 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,651 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,651 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,671 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-04-30 12:46:40,672 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:46:40,672 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,672 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,673 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,673 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,675 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 12:46:40,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 12:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 12:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 12:47:06,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:47:06,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136621, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102902878, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:47:06,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430102902878] with equal digest
2025-04-30 12:47:06,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 4 ms
2025-04-30 12:47:06,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102902878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:47:07,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102926983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:47:10,033 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:47:10,039 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:47:11,827 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 12:47:11,828 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 12:47:38,144 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:47:38,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136622, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102926983, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:47:38,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430102926983] with equal digest
2025-04-30 12:47:38,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 16 ms
2025-04-30 12:47:38,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102926983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:47:38,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430102945185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:47:38,960 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 12:47:38,962 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 12:47:40,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 12:47:40,676 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 12:47:40,676 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 12:47:40,677 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 12:47:40,678 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-04-30 12:47:40,678 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:47:40,678 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 12:47:40,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:47:40,700 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 12:47:40,700 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 12:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 12:48:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 12:48:07,891 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 12:48:07,983 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) Calculated size of 1 studies
2025-04-30 12:48:07,983 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 12:48:09,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:48:09,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136624, uid=1.2.410.200001.101.11.601.1501430850.3.20250430102945185, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:48:09,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430102945185] with equal digest
2025-04-30 12:48:09,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 11 ms
2025-04-30 12:48:09,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 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.20250430102945185 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:48:09,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430103029666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:48:11,829 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 12:48:11,830 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 12:48:38,963 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 12:48:38,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 12:48:40,700 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 12:48:40,702 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-04-30 12:48:40,702 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:48:40,723 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-04-30 12:48:40,723 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:48:40,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 12:48:41,173 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:48:41,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136625, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103029666, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:48:41,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430103029666] with equal digest
2025-04-30 12:48:41,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 10 ms
2025-04-30 12:48:41,185 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 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.20250430103029666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:48:41,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 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.20250430103056119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 12:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 12:49:11,830 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 12:49:11,831 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 12:49:12,683 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:49:12,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136626, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103056119, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:49:12,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430103056119] with equal digest
2025-04-30 12:49:12,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 18 ms
2025-04-30 12:49:12,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 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.20250430103056119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:49:12,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 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.20250430103103295 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:49:38,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 12:49:38,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 12:49:40,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 12:49:40,724 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 12:49:40,726 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-04-30 12:49:40,726 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:49:40,746 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-04-30 12:49:40,746 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:49:40,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 12:49:47,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:49:47,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136627, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103103295, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:49:47,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430103103295] with equal digest
2025-04-30 12:49:47,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 11 ms
2025-04-30 12:49:47,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 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.20250430103103295 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:49:47,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 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.20250430103115172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:49:55,618 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50107,localport=11112]
2025-04-30 12:49:55,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) >> A-ASSOCIATE-RQ
2025-04-30 12:49:55,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) << A-ASSOCIATE-AC
2025-04-30 12:49:55,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) >> 789:C-STORE-RQ[pcid=19, 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.254280102.2519344318.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-04-30 12:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-04-30 12:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5219) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5219) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 12:50:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 12:50:11,831 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 12:50:11,832 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 12:50:27,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:50:27,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136628, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103115172, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:50:27,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430103115172] with equal digest
2025-04-30 12:50:27,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 10 ms
2025-04-30 12:50:27,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 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.20250430103115172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:50:27,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> 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.20250430103138272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:50:38,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 12:50:38,970 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 12:50:40,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 12:50:40,748 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-04-30 12:50:40,748 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:50:40,769 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-04-30 12:50:40,769 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:50:40,769 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 12:50:58,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:50:58,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Found previous received Instance[pk=136629, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103138272, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 12:50:58,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Ignore received Instance[studyUID=343304,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430102621136,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430103138272] with equal digest
2025-04-30 12:50:58,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405): Updated DB in 10 ms
2025-04-30 12:50:58,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << 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.20250430103138272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:50:59,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) >> A-RELEASE-RQ
2025-04-30 12:50:59,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(405) << A-RELEASE-RP
2025-04-30 12:50:59,066 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS60MT(405): close Socket[addr=187.91.28.24/187.91.28.24,port=49251,localport=11112]
2025-04-30 12:50:59,430 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49270,localport=11112]
2025-04-30 12:50:59,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> A-ASSOCIATE-RQ
2025-04-30 12:50:59,431 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << A-ASSOCIATE-AC
2025-04-30 12:50:59,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083419686 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 12:51:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 12:51:11,832 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 12:51:11,834 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 12:51:19,121 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,175 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,226 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,278 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,325 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,368 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,413 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,454 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,507 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,572 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,616 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,680 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,732 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,778 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,844 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,900 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,943 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:19,983 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,028 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,030 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:51:20,042 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,089 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,144 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,192 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,240 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,293 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,339 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,385 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:20,432 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:51:29,565 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:51:29,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136385, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083419686, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 12:51:29,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083419686] with equal digest
2025-04-30 12:51:29,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 15 ms
2025-04-30 12:51:29,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083419686 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:51:29,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083430601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:51:38,971 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 12:51:38,973 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 12:51:40,770 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 12:51:40,771 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-04-30 12:51:40,771 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:51:40,793 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-04-30 12:51:40,793 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:51:40,793 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 12:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 12:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 12:52:07,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:52:07,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136386, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083430601, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 12:52:07,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083430601] with equal digest
2025-04-30 12:52:07,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 10 ms
2025-04-30 12:52:07,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083430601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:52:07,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083441831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:52:10,039 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:52:10,045 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:52:11,834 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 12:52:11,835 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 12:52:15,777 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:15,823 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:15,870 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:15,915 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:15,960 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,020 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,065 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,107 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,158 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,206 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,251 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,303 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,347 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,389 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,431 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,474 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,523 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,564 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,606 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,608 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:52:16,618 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,665 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,713 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,760 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,814 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,863 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,910 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:16,959 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:17,006 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,681 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,724 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,768 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,809 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,852 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,894 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,936 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:21,978 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,081 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,138 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,181 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,233 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,275 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,319 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,360 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,412 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,467 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,517 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,568 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,570 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:52:22,581 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,640 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,700 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,761 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,821 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,874 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,951 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:22,997 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:23,044 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:52:36,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:52:36,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136388, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083441831, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 12:52:36,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083441831] with equal digest
2025-04-30 12:52:36,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 10 ms
2025-04-30 12:52:36,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083441831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:52:37,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083616487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:52:38,973 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 12:52:38,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 12:52:40,793 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 12:52:40,794 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-04-30 12:52:40,794 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:52:40,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:52:40,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 12:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 12:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 12:53:06,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:53:06,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136389, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083616487, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 12:53:06,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083616487] with equal digest
2025-04-30 12:53:06,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 8 ms
2025-04-30 12:53:06,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083616487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:53:06,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083623933 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:53:07,983 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 12:53:07,985 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 12:53:11,835 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 12:53:11,836 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 12:53:36,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:53:36,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136390, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083623933, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 12:53:36,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083623933] with equal digest
2025-04-30 12:53:36,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 9 ms
2025-04-30 12:53:36,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083623933 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:53:36,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083633344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:53:38,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 12:53:38,977 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 12:53:40,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 12:53:40,817 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 12:53:40,818 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-04-30 12:53:40,818 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:53:40,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 12:53:40,840 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:53:40,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 12:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 12:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 12:54:05,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:54:05,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136391, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083633344, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 12:54:05,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083633344] with equal digest
2025-04-30 12:54:05,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 9 ms
2025-04-30 12:54:05,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083633344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:54:05,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083711361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:54:11,837 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 12:54:11,838 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 12:54:22,642 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5218) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:54:22,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Study[pk=11890, uid=1.2.392.200036.9125.2.3619053820161.6598461060.329640, id=*]
2025-04-30 12:54:22,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Series[pk=12550, uid=1.2.392.200036.9125.3.3619053820161.6598461060.329641, no=3001, mod=CR]
2025-04-30 12:54:22,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Instance[pk=136647, uid=1.2.392.200036.9125.9.0.254280102.2519344318.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 12:54:22,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Location[pk=136647, systemID=fs1, path=2025/04/30/3C07CABB/B9DF86BD/36715A84, tsuid=1.2.840.10008.1.2, size=14015762, status=OK, objectType=DICOM_FILE]
2025-04-30 12:54:22,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Updated DB in 51 ms
2025-04-30 12:54:22,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) << 789:C-STORE-RSP[pcid=19, 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.254280102.2519344318.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:54:22,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) >> 801:C-STORE-RQ[pcid=19, 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.254280102.3609928894.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:54:35,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:54:35,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136392, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083711361, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 12:54:35,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083711361] with equal digest
2025-04-30 12:54:35,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 3 ms
2025-04-30 12:54:35,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083711361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:54:35,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083731206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:54:38,977 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 12:54:38,980 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 12:54:40,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 12:54:40,842 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-04-30 12:54:40,842 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:54:40,867 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-04-30 12:54:40,867 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:54:40,867 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 12:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 12:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 12:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5240) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5240) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 12:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 12:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 12:55:04,728 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:55:04,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136393, uid=1.2.410.200001.101.11.601.1501430850.3.20250429083731206, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 12:55:04,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429083731206] with equal digest
2025-04-30 12:55:04,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 3 ms
2025-04-30 12:55:04,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429083731206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:55:04,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429084210868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:55:11,838 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 12:55:11,839 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 12:55:38,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:55:38,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136394, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084210868, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 12:55:38,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084210868] with equal digest
2025-04-30 12:55:38,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 10 ms
2025-04-30 12:55:38,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429084210868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:55:38,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429084216490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:55:38,980 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 12:55:38,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 12:55:40,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 12:55:40,869 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 12:55:40,871 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-04-30 12:55:40,872 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:55:40,906 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-04-30 12:55:40,906 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:55:40,906 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 12:55:50,335 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457347.15&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,372 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457367.19&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,410 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457373.22&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,443 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457388.27&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,488 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457877.39&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,523 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458083.59&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,554 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458124.63&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,592 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458199.67&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,622 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458240.71&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,651 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458248.75&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,684 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457936.43&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,716 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457416.31&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,745 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457440.35&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,772 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745457963.47&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,800 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458002.51&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,830 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458044.55&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,856 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458268.79&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,887 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458292.83&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:55:50,918 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342946&seriesUID=1.2.840.113619.2.423.84107009440.1745457181.14&objectUID=1.2.840.113619.2.423.84107009440.1745458299.87&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 12:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 12:56:08,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:56:08,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136395, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084216490, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 12:56:08,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084216490] with equal digest
2025-04-30 12:56:08,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 10 ms
2025-04-30 12:56:08,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429084216490 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:56:08,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429084243883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:56:10,900 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:10,946 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:10,992 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,035 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,078 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,121 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,165 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,210 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,263 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,315 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,360 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,416 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,462 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,507 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,550 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,595 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,638 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,682 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,725 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,727 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:56:11,737 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,787 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,835 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,840 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 12:56:11,841 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 12:56:11,884 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,931 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:11,980 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:12,027 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:12,073 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:12,120 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,223 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,264 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,305 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,346 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,388 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,429 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,471 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,513 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,563 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,615 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,663 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,717 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,761 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,803 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,844 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,885 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,927 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:23,969 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,011 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,013 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 12:56:24,023 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,074 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,122 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,172 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,220 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,268 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,317 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,364 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:24,409 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 12:56:37,948 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:56:37,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136401, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084243883, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 12:56:37,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084243883] with equal digest
2025-04-30 12:56:37,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 2 ms
2025-04-30 12:56:37,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429084243883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:56:38,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429084308687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:56:38,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 12:56:38,984 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 12:56:40,906 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 12:56:40,907 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-04-30 12:56:40,908 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:56:40,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 12:56:40,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 12:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 12:57:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 12:57:07,587 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:57:07,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136407, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084308687, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 12:57:07,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084308687] with equal digest
2025-04-30 12:57:07,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 3 ms
2025-04-30 12:57:07,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429084308687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:57:07,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429084413072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:57:10,045 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:57:10,051 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 12:57:11,841 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 12:57:11,842 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 12:57:37,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:57:37,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136411, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084413072, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 12:57:37,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084413072] with equal digest
2025-04-30 12:57:37,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 12 ms
2025-04-30 12:57:37,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429084413072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:57:37,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429084421376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:57:38,985 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 12:57:38,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 12:57:40,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 12:57:40,929 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:57:40,930 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-04-30 12:57:40,930 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:57:40,951 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-04-30 12:57:40,951 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:57:40,951 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 12:57:40,951 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 12:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 12:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 12:58:06,861 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:58:06,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136412, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084421376, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 12:58:06,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084421376] with equal digest
2025-04-30 12:58:06,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 12 ms
2025-04-30 12:58:06,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429084421376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:58:07,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429084740626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:58:07,986 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-04-30 12:58:07,988 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-04-30 12:58:11,843 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 12:58:11,844 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 12:58:38,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 12:58:38,989 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 12:58:40,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:58:40,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136413, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084740626, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 12:58:40,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084740626] with equal digest
2025-04-30 12:58:40,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 3 ms
2025-04-30 12:58:40,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429084740626 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:58:40,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 12:58:40,953 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-04-30 12:58:40,953 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:58:40,978 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-04-30 12:58:40,978 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:58:40,978 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 12:58:41,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429084812217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:58:49,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5218) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:58:49,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Instance[pk=136648, uid=1.2.392.200036.9125.9.0.254280102.3609928894.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 12:58:49,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Location[pk=136648, systemID=fs1, path=2025/04/30/3C07CABB/B9DF86BD/85F0D116, tsuid=1.2.840.10008.1.2, size=14015762, status=OK, objectType=DICOM_FILE]
2025-04-30 12:58:49,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Updated DB in 17 ms
2025-04-30 12:58:49,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) << 801:C-STORE-RSP[pcid=19, 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.254280102.3609928894.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:58:49,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) >> 811:C-STORE-RQ[pcid=19, 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.254280103.3123520702.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 12:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 12:59:10,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:59:10,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136414, uid=1.2.410.200001.101.11.601.1501430850.3.20250429084812217, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 12:59:10,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429084812217] with equal digest
2025-04-30 12:59:10,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 2 ms
2025-04-30 12:59:10,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429084812217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:59:10,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085231137 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:59:11,844 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 12:59:11,845 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 12:59:38,990 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 12:59:38,992 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 12:59:40,979 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 12:59:40,980 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-04-30 12:59:40,980 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:59:41,006 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-04-30 12:59:41,006 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 12:59:41,006 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 12:59:44,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 12:59:44,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136415, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085231137, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 12:59:44,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085231137] with equal digest
2025-04-30 12:59:44,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 12 ms
2025-04-30 12:59:44,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085231137 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 12:59:44,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085311965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-04-30 13:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-04-30 13:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5261) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:00:00,945 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5261) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 13:00:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 13:00:11,845 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 13:00:11,846 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 13:00:17,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:00:17,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136416, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085311965, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 13:00:17,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085311965] with equal digest
2025-04-30 13:00:17,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 13 ms
2025-04-30 13:00:17,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085311965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:00:18,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085423501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:00:38,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 13:00:38,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 13:00:41,007 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 13:00:41,008 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 13:00:41,009 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-04-30 13:00:41,009 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:00:41,052 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-04-30 13:00:41,052 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:00:41,052 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 13:00:47,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:00:47,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136417, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085423501, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 13:00:47,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085423501] with equal digest
2025-04-30 13:00:47,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 9 ms
2025-04-30 13:00:47,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085423501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:00:47,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085455005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 13:01:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 13:01:11,846 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 13:01:11,848 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 13:01:32,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:01:32,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136418, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085455005, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 13:01:32,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085455005] with equal digest
2025-04-30 13:01:32,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 14 ms
2025-04-30 13:01:32,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085455005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:01:32,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085523432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:01:38,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 13:01:38,998 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 13:01:41,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 13:01:41,055 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-04-30 13:01:41,056 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:01:41,098 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-04-30 13:01:41,098 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:01:41,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 13:02:02,301 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:02:02,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136419, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085523432, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 13:02:02,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085523432] with equal digest
2025-04-30 13:02:02,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 12 ms
2025-04-30 13:02:02,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085523432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:02:02,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085534966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 13:02:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 13:02:10,051 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:02:10,057 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:02:11,848 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 13:02:11,849 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 13:02:31,611 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:02:31,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136420, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085534966, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 13:02:31,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085534966] with equal digest
2025-04-30 13:02:31,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 10 ms
2025-04-30 13:02:31,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085534966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:02:31,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085603045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:02:38,998 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 13:02:39,000 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 13:02:41,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 13:02:41,101 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-04-30 13:02:41,101 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:02:41,150 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-04-30 13:02:41,150 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:02:41,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 13:03:00,921 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:03:00,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136428, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085603045, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 13:03:00,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085603045] with equal digest
2025-04-30 13:03:00,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 8 ms
2025-04-30 13:03:00,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085603045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:03:01,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> 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.20250429085612977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 13:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 13:03:07,988 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 13:03:08,058 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) Calculated size of 1 studies
2025-04-30 13:03:08,058 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 13:03:11,849 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 13:03:11,850 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 13:03:16,086 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5218) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:03:16,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Instance[pk=136649, uid=1.2.392.200036.9125.9.0.254280103.3123520702.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 13:03:16,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Location[pk=136649, systemID=fs1, path=2025/04/30/3C07CABB/B9DF86BD/0BC43752, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 13:03:16,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Updated DB in 21 ms
2025-04-30 13:03:16,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) << 811:C-STORE-RSP[pcid=19, 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.254280103.3123520702.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:03:16,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) >> 823:C-STORE-RQ[pcid=19, 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.254280103.422323390.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:03:30,146 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=58002, Session(1746019383169|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:30,481 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=58002, Session(1746019383169|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:30,481 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=58002, Session(1746019383169|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:30,544 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=58014, Session(1746032610146|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:30,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:03:30,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Found previous received Instance[pk=136431, uid=1.2.410.200001.101.11.601.1501430850.3.20250429085612977, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 13:03:30,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Ignore received Instance[studyUID=342720,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429083419349,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429085612977] with equal digest
2025-04-30 13:03:30,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407): Updated DB in 3 ms
2025-04-30 13:03:30,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << 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.20250429085612977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:03:30,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) >> A-RELEASE-RQ
2025-04-30 13:03:30,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(407) << A-RELEASE-RP
2025-04-30 13:03:30,818 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS60MT(407): close Socket[addr=187.91.28.24/187.91.28.24,port=49270,localport=11112]
2025-04-30 13:03:30,857 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=58014, Session(1746032610146|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:30,857 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=58014, Session(1746032610146|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:30,920 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=58016, Session(1746032610544|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:30,989 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=58016, Session(1746032610544|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: no cipher suites in common
	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.ServerHello$T12ServerHelloProducer.chooseCipherSuite(ServerHello.java:471)
	at java.base/sun.security.ssl.ServerHello$T12ServerHelloProducer.produce(ServerHello.java:297)
	at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1109)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:842)
	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-04-30 13:03:30,989 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=58016, Session(1746032610544|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:31,170 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=58032, Session(1746032610921|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:31,171 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49271,localport=11112]
2025-04-30 13:03:31,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408) >> A-ASSOCIATE-RQ
2025-04-30 13:03:31,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408) << A-ASSOCIATE-AC
2025-04-30 13:03:31,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162204018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:03:31,393 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=58032, Session(1746032610921|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:31,393 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=58032, Session(1746032610921|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:31,456 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=58044, Session(1746032611170|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:31,565 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=58044, Session(1746032611170|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:31,565 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=58044, Session(1746032611170|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:31,628 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=58048, Session(1746032611456|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:31,676 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=58048, Session(1746032611456|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 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-04-30 13:03:31,676 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=58048, Session(1746032611456|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:31,856 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=58056, Session(1746032611628|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:32,000 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=58056, Session(1746032611628|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:32,000 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=58056, Session(1746032611628|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:32,063 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=39080, Session(1746032611856|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:32,187 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=39080, Session(1746032611856|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:32,187 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=39080, Session(1746032611856|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:32,250 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=39082, Session(1746032612064|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:32,375 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=39082, Session(1746032612064|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:32,375 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=39082, Session(1746032612064|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:32,437 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.171, port=39098, Session(1746032612250|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:32,573 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5278) Exception on accepted connection SSLSocket[hostname=167.94.138.171, port=39098, Session(1746032612250|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:03:32,573 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5278) Close connection SSLSocket[hostname=167.94.138.171, port=39098, Session(1746032612250|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:03:39,000 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 13:03:39,002 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 13:03:41,151 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 13:03:41,152 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-04-30 13:03:41,152 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:03:41,174 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-04-30 13:03:41,174 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:03:41,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 13:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 13:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 13:04:09,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:04:09,799 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Patient[pk=10453, id=PatientID[pk=10453, id=343290, issuer=DCM4CHEE.46E4958D.0C26674E], name=MARCIA DOS SANTOS COXES]
2025-04-30 13:04:09,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Study[pk=11891, uid=343290, id=38432]
2025-04-30 13:04:09,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Series[pk=12551, uid=1.2.410.200001.101.11.601.1501430850.2.20250429162203726, no=1, mod=US]
2025-04-30 13:04:09,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Instance[pk=136650, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162204018, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:04:09,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Location[pk=136650, systemID=fs1, path=2025/04/30/59FBDF97/DE1FFCF2/ABCAB8AE, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-04-30 13:04:09,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Updated DB in 57 ms
2025-04-30 13:04:09,846 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) No duplicate record with equal Patient ID found Patient[pk=10453, id=PatientID[pk=10453, id=343290, issuer=DCM4CHEE.46E4958D.0C26674E], name=MARCIA DOS SANTOS COXES]
2025-04-30 13:04:09,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162204018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:04:10,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162309601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:04:11,851 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 13:04:11,852 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 13:04:26,516 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=35340, Session(1746032612438|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:29,870 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=35340, Session(1746032612438|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:29,870 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=35340, Session(1746032612438|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:29,933 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=35354, Session(1746032666517|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:31,534 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=35354, Session(1746032666517|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:31,535 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=35354, Session(1746032666517|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:31,597 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=35382, Session(1746032669933|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:31,833 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=35382, Session(1746032669933|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: no cipher suites in common
	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.ServerHello$T12ServerHelloProducer.chooseCipherSuite(ServerHello.java:471)
	at java.base/sun.security.ssl.ServerHello$T12ServerHelloProducer.produce(ServerHello.java:297)
	at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1109)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:842)
	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-04-30 13:04:31,834 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=35382, Session(1746032669933|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:32,318 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=35386, Session(1746032671597|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:33,169 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=35386, Session(1746032671597|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:33,169 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=35386, Session(1746032671597|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:33,232 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=35394, Session(1746032672318|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:33,586 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=35394, Session(1746032672318|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:33,586 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=35394, Session(1746032672318|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:33,650 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=35408, Session(1746032673232|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:33,915 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=35408, Session(1746032673232|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 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-04-30 13:04:33,915 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=35408, Session(1746032673232|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:34,358 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=35422, Session(1746032673650|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:35,951 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=35422, Session(1746032673650|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:35,951 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=35422, Session(1746032673650|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:36,014 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=38940, Session(1746032674358|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:38,014 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=38940, Session(1746032674358|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:38,015 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=38940, Session(1746032674358|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:38,077 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=38974, Session(1746032676014|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:39,003 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 13:04:39,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 13:04:39,322 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=38974, Session(1746032676014|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:39,323 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=38974, Session(1746032676014|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:39,386 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=167.94.138.55, port=38996, Session(1746032678077|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:40,948 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5283) Exception on accepted connection SSLSocket[hostname=167.94.138.55, port=38996, Session(1746032678077|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-04-30 13:04:40,948 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5283) Close connection SSLSocket[hostname=167.94.138.55, port=38996, Session(1746032678077|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 13:04:41,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 13:04:41,176 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 13:04:41,176 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 13:04:41,177 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-04-30 13:04:41,178 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:04:41,197 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-04-30 13:04:41,198 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:04:41,198 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 13:04:48,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:04:48,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Instance[pk=136651, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162309601, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:04:48,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Location[pk=136651, systemID=fs1, path=2025/04/30/59FBDF97/DE1FFCF2/AD81ED88, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-04-30 13:04:48,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Updated DB in 17 ms
2025-04-30 13:04:48,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162309601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:04:48,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162513825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 13:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 13:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5284) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5284) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 13:05:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 13:05:11,852 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 13:05:11,853 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 13:05:22,208 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:05:22,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Instance[pk=136652, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162513825, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:05:22,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Location[pk=136652, systemID=fs1, path=2025/04/30/59FBDF97/DE1FFCF2/B0F703D1, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 13:05:22,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Updated DB in 12 ms
2025-04-30 13:05:22,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162513825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:05:22,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162602658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:05:39,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 13:05:39,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 13:05:41,198 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 13:05:41,199 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 13:05:41,200 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-04-30 13:05:41,200 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:05:41,221 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-04-30 13:05:41,221 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:05:41,221 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 13:05:56,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:05:56,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Instance[pk=136653, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162602658, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:05:56,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Location[pk=136653, systemID=fs1, path=2025/04/30/59FBDF97/DE1FFCF2/B29D496E, tsuid=1.2.840.10008.1.2, size=3915784, status=OK, objectType=DICOM_FILE]
2025-04-30 13:05:56,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Updated DB in 16 ms
2025-04-30 13:05:56,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162602658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:05:56,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162646194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 13:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 13:06:11,853 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 13:06:11,854 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 13:06:25,907 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:06:25,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Instance[pk=136654, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162646194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 13:06:25,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Location[pk=136654, systemID=fs1, path=2025/04/30/59FBDF97/DE1FFCF2/B2D766A1, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-04-30 13:06:25,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Updated DB in 11 ms
2025-04-30 13:06:25,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162646194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:06:26,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162733327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:06:39,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 13:06:39,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 13:06:41,221 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 13:06:41,223 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-04-30 13:06:41,223 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:06:41,243 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-04-30 13:06:41,244 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:06:41,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 13:06:55,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:06:55,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Instance[pk=136655, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162733327, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 13:06:55,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Create Location[pk=136655, systemID=fs1, path=2025/04/30/59FBDF97/DE1FFCF2/B47CD14E, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-04-30 13:06:55,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408): Updated DB in 25 ms
2025-04-30 13:06:55,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162733327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:06:56,079 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408) >> A-RELEASE-RQ
2025-04-30 13:06:56,079 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(408) << A-RELEASE-RP
2025-04-30 13:06:56,130 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS60MT(408): close Socket[addr=187.91.28.24/187.91.28.24,port=49271,localport=11112]
2025-04-30 13:06:56,474 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49272,localport=11112]
2025-04-30 13:06:56,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409) >> A-ASSOCIATE-RQ
2025-04-30 13:06:56,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409) << A-ASSOCIATE-AC
2025-04-30 13:06:56,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162204018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:06:59,410 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113010947&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,475 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113033618&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,524 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113047594&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,591 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113150748&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,645 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113942113&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,693 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114234438&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,742 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205114254681&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,790 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113433403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,848 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113545436&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,904 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113706705&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:06:59,953 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113754422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,005 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113810050&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,049 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113825682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,093 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250205113010651&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250205113850780&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,135 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111552380&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111613844&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,219 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111724943&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,260 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111750977&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,302 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430111923996&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,304 WARN  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Response Not Acceptable caused by {"errorMessage":"Supported Media Types for UncompressedMultiFrameImage not acceptable"}
2025-04-30 13:07:00,314 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112134489&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,361 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112325476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,417 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112414877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,464 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112604539&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,512 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112717388&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,558 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112828384&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,606 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112845349&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,654 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112902734&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:00,701 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=340165&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250430111551893&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250430112928148&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 13:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 13:07:10,058 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:07:10,063 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:07:11,855 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 13:07:11,855 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 13:07:36,825 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:07:36,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Found previous received Instance[pk=136650, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162204018, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:07:36,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162204018] with equal digest
2025-04-30 13:07:36,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Updated DB in 8 ms
2025-04-30 13:07:36,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162204018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:07:37,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162309601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:07:37,714 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 13:07:37,719 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 1 Matches
2025-04-30 13:07:37,907 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series from null@187.91.28.24
2025-04-30 13:07:37,915 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudySeries: 2 Matches
2025-04-30 13:07:37,923 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 13:07:37,929 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 2 Matches
2025-04-30 13:07:38,328 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/metadata from null@187.91.28.24
2025-04-30 13:07:38,331 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/metadata from null@187.91.28.24
2025-04-30 13:07:38,333 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) retrieveSeriesMetadata: 14 Matches
2025-04-30 13:07:38,336 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveSeriesMetadata: 14 Matches
2025-04-30 13:07:38,582 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 13:07:38,586 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-64) SearchForStudies: 1 Matches
2025-04-30 13:07:38,751 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113754422/frames/1 from null@187.91.28.24
2025-04-30 13:07:38,752 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) retrieveFrame: 1 Matches
2025-04-30 13:07:38,755 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111923996/frames/58 from null@187.91.28.24
2025-04-30 13:07:38,756 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112414877/frames/1 from null@187.91.28.24
2025-04-30 13:07:38,758 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveFrame: 1 Matches
2025-04-30 13:07:38,758 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) retrieveFrame: 1 Matches
2025-04-30 13:07:38,788 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-70) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 13:07:38,795 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-70) SearchForStudies: 2 Matches
2025-04-30 13:07:39,010 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 13:07:39,012 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 13:07:40,551 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113010947/frames/1 from null@187.91.28.24
2025-04-30 13:07:40,553 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) retrieveFrame: 1 Matches
2025-04-30 13:07:41,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 13:07:41,245 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-04-30 13:07:41,245 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:07:41,265 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-04-30 13:07:41,266 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:07:41,266 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 13:07:42,836 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5218) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:07:42,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Instance[pk=136656, uid=1.2.392.200036.9125.9.0.254280103.422323390.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 13:07:42,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Create Location[pk=136656, systemID=fs1, path=2025/04/30/3C07CABB/B9DF86BD/59D2225B, tsuid=1.2.840.10008.1.2, size=14015760, status=OK, objectType=DICOM_FILE]
2025-04-30 13:07:42,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406): Updated DB in 44 ms
2025-04-30 13:07:42,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) << 823:C-STORE-RSP[pcid=19, 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.254280103.422323390.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:07:43,067 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) >> A-RELEASE-RQ
2025-04-30 13:07:43,067 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(406) << A-RELEASE-RP
2025-04-30 13:07:43,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-FCR-CSL1(406): close Socket[addr=187.91.28.24/187.91.28.24,port=50107,localport=11112]
2025-04-30 13:07:43,823 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113433403/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,823 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113150748/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,823 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113033618/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,823 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113047594/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,824 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113545436/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,826 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) retrieveFrame: 1 Matches
2025-04-30 13:07:43,826 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveFrame: 1 Matches
2025-04-30 13:07:43,826 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) retrieveFrame: 1 Matches
2025-04-30 13:07:43,826 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) retrieveFrame: 1 Matches
2025-04-30 13:07:43,831 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-71) retrieveFrame: 1 Matches
2025-04-30 13:07:43,840 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-72) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113706705/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,840 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113810050/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,840 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-74) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113825682/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,841 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-77) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113942113/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,841 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-75) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113850780/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,841 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-76) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205114234438/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,842 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205114254681/frames/1 from null@187.91.28.24
2025-04-30 13:07:43,843 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-72) retrieveFrame: 1 Matches
2025-04-30 13:07:43,843 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) retrieveFrame: 1 Matches
2025-04-30 13:07:43,844 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-75) retrieveFrame: 1 Matches
2025-04-30 13:07:43,844 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-77) retrieveFrame: 1 Matches
2025-04-30 13:07:43,848 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-74) retrieveFrame: 1 Matches
2025-04-30 13:07:43,848 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-76) retrieveFrame: 1 Matches
2025-04-30 13:07:43,851 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) retrieveFrame: 1 Matches
2025-04-30 13:07:45,656 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50194,localport=11112]
2025-04-30 13:07:45,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) >> A-ASSOCIATE-RQ
2025-04-30 13:07:45,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) << A-ASSOCIATE-AC
2025-04-30 13:07:45,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) >> 837: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.254280106.1596925118.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 13:08:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 13:08:08,059 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 13:08:08,062 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 13:08:11,856 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 13:08:11,857 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 13:08:14,322 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-78) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 13:08:14,326 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-78) SearchForStudies: 1 Matches
2025-04-30 13:08:14,519 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-78) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series from null@187.91.28.24
2025-04-30 13:08:14,525 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-73) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 13:08:14,527 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-78) SearchForStudySeries: 2 Matches
2025-04-30 13:08:14,531 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-73) SearchForStudies: 2 Matches
2025-04-30 13:08:14,928 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/metadata from null@187.91.28.24
2025-04-30 13:08:14,928 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/metadata from null@187.91.28.24
2025-04-30 13:08:14,934 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) retrieveSeriesMetadata: 14 Matches
2025-04-30 13:08:14,934 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) retrieveSeriesMetadata: 14 Matches
2025-04-30 13:08:15,179 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-73) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@187.91.28.24
2025-04-30 13:08:15,183 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-73) SearchForStudies: 1 Matches
2025-04-30 13:08:15,349 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112414877/frames/1 from null@187.91.28.24
2025-04-30 13:08:15,349 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111923996/frames/58 from null@187.91.28.24
2025-04-30 13:08:15,351 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113754422/frames/1 from null@187.91.28.24
2025-04-30 13:08:15,351 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) retrieveFrame: 1 Matches
2025-04-30 13:08:15,354 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) retrieveFrame: 1 Matches
2025-04-30 13:08:15,356 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) retrieveFrame: 1 Matches
2025-04-30 13:08:15,388 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-70) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@187.91.28.24
2025-04-30 13:08:15,394 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-70) SearchForStudies: 2 Matches
2025-04-30 13:08:17,553 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111552380/frames/1 from null@187.91.28.24
2025-04-30 13:08:17,557 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) retrieveFrame: 1 Matches
2025-04-30 13:08:17,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:08:17,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Found previous received Instance[pk=136651, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162309601, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:08:17,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162309601] with equal digest
2025-04-30 13:08:17,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Updated DB in 14 ms
2025-04-30 13:08:17,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162309601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:08:17,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162513825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:08:21,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-75) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112604539/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112134489/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112325476/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-72) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111750977/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-77) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112717388/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,356 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112902734/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,356 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-74) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112828384/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111613844/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,356 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112845349/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,357 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112928148/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,358 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111724943/frames/1 from null@187.91.28.24
2025-04-30 13:08:21,358 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) retrieveFrame: 1 Matches
2025-04-30 13:08:21,359 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-72) retrieveFrame: 1 Matches
2025-04-30 13:08:21,359 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) retrieveFrame: 1 Matches
2025-04-30 13:08:21,360 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-77) retrieveFrame: 1 Matches
2025-04-30 13:08:21,360 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-74) retrieveFrame: 1 Matches
2025-04-30 13:08:21,360 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) retrieveFrame: 1 Matches
2025-04-30 13:08:21,362 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) retrieveFrame: 1 Matches
2025-04-30 13:08:21,363 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-75) retrieveFrame: 1 Matches
2025-04-30 13:08:21,363 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) retrieveFrame: 1 Matches
2025-04-30 13:08:21,364 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-71) retrieveFrame: 1 Matches
2025-04-30 13:08:21,371 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveFrame: 1 Matches
2025-04-30 13:08:39,012 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 13:08:39,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 13:08:41,266 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 13:08:41,267 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,268 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,268 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,268 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,269 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,269 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,270 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,270 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,271 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-04-30 13:08:41,271 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:08:41,272 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,272 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,273 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,298 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-04-30 13:08:41,298 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:08:41,299 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,299 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,300 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,300 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 13:08:41,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 13:08:53,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:08:53,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Found previous received Instance[pk=136652, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162513825, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:08:53,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162513825] with equal digest
2025-04-30 13:08:53,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Updated DB in 4 ms
2025-04-30 13:08:53,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162513825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:08:53,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162602658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 13:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 13:09:11,857 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 13:09:11,858 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 13:09:18,902 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStgCmtScheduler.execute()
2025-04-30 13:09:18,904 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStgCmtScheduler.execute()
2025-04-30 13:09:28,342 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:09:28,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Found previous received Instance[pk=136653, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162602658, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:09:28,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162602658] with equal digest
2025-04-30 13:09:28,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Updated DB in 3 ms
2025-04-30 13:09:28,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162602658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:09:28,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162646194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:09:39,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 13:09:39,017 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 13:09:41,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 13:09:41,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,303 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,303 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,303 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,304 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,304 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,305 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,305 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,305 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,306 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,306 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,306 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,307 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,307 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,308 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,308 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,310 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,310 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,310 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,311 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,311 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,312 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,312 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,312 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,313 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,313 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,313 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,314 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,314 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,314 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,315 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,315 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,315 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,316 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,316 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,316 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,317 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,317 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,317 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,318 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,319 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-04-30 13:09:41,319 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:09:41,319 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,319 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,320 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,320 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,320 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,321 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,321 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,321 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,322 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,322 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,342 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-04-30 13:09:41,342 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:09:41,343 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,343 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,344 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,344 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,344 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,345 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,345 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,345 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,346 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,346 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,346 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,347 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,347 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,347 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 13:09:41,347 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 13:09:59,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:09:59,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Found previous received Instance[pk=136654, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162646194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 13:09:59,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162646194] with equal digest
2025-04-30 13:09:59,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Updated DB in 3 ms
2025-04-30 13:09:59,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162646194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:09:59,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162733327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 13:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 13:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5305) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5305) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 13:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 13:10:11,859 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 13:10:11,860 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 13:10:30,012 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:10:30,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Found previous received Instance[pk=136655, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162733327, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 13:10:30,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162733327] with equal digest
2025-04-30 13:10:30,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409): Updated DB in 3 ms
2025-04-30 13:10:30,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162733327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:10:30,221 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409) >> A-RELEASE-RQ
2025-04-30 13:10:30,221 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(409) << A-RELEASE-RP
2025-04-30 13:10:30,272 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS60MT(409): close Socket[addr=187.91.28.24/187.91.28.24,port=49272,localport=11112]
2025-04-30 13:10:30,644 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49273,localport=11112]
2025-04-30 13:10:30,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> A-ASSOCIATE-RQ
2025-04-30 13:10:30,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << A-ASSOCIATE-AC
2025-04-30 13:10:30,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094702508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:10:33,507 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278464.4163118270.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:33,690 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278465.1076176062.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:33,859 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278465.2351310014.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:34,076 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278465.3492226238.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:35,698 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278464.4163118270.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:35,898 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278465.1076176062.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:36,110 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278465.2351310014.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:36,257 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598051813.327685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598051814.327686&objectUID=1.2.392.200036.9125.9.0.254278465.3492226238.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:10:39,017 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 13:10:39,019 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 13:10:41,348 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 13:10:41,349 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-04-30 13:10:41,349 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:10:41,369 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-04-30 13:10:41,370 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:10:41,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 13:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 13:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 13:11:08,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:11:08,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136487, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094702508, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:11:08,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094702508] with equal digest
2025-04-30 13:11:08,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 8 ms
2025-04-30 13:11:08,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094702508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:11:08,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094710414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:11:11,860 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 13:11:11,861 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 13:11:27,482 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeTaskScheduler.execute()
2025-04-30 13:11:27,506 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeTaskScheduler.execute()
2025-04-30 13:11:39,020 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 13:11:39,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 13:11:41,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 13:11:41,371 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 13:11:41,372 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-04-30 13:11:41,372 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:11:41,394 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-04-30 13:11:41,394 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:11:41,394 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 13:11:46,998 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:11:47,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136488, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094710414, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:11:47,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094710414] with equal digest
2025-04-30 13:11:47,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 4 ms
2025-04-30 13:11:47,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094710414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:11:47,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094722161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 13:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 13:12:10,063 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:12:10,069 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:12:11,862 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 13:12:11,863 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 13:12:17,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:12:17,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136491, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094722161, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:12:17,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094722161] with equal digest
2025-04-30 13:12:17,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 16 ms
2025-04-30 13:12:17,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094722161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:12:17,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094728376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:12:18,840 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5218) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:12:18,856 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Patient[pk=10454, id=PatientID[pk=10454, id=343310, issuer=DCM4CHEE.59D2201C.0A712914], name=ZILVETE MERCADO DE OLIVEIRA]
2025-04-30 13:12:18,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Study[pk=11892, uid=1.2.392.200036.9125.2.3619053820161.6598471929.329678, id=*]
2025-04-30 13:12:18,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Series[pk=12552, uid=1.2.392.200036.9125.3.3619053820161.6598471929.329679, no=3001, mod=CR]
2025-04-30 13:12:18,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Instance[pk=136657, uid=1.2.392.200036.9125.9.0.254280106.1596925118.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 13:12:18,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Location[pk=136657, systemID=fs1, path=2025/04/30/30274269/ADFEFE6B/B24CCB3D, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 13:12:18,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Updated DB in 58 ms
2025-04-30 13:12:18,899 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) No duplicate record with equal Patient ID found Patient[pk=10454, id=PatientID[pk=10454, id=343310, issuer=DCM4CHEE.59D2201C.0A712914], name=ZILVETE MERCADO DE OLIVEIRA]
2025-04-30 13:12:18,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) << 837: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.254280106.1596925118.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:12:19,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) >> 849: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.254280106.2637178046.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:12:39,022 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 13:12:39,024 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 13:12:41,395 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 13:12:41,395 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,396 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,396 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,398 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-04-30 13:12:41,399 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:12:41,399 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,399 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,399 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,400 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,422 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-04-30 13:12:41,422 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:12:41,423 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:12:41,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 13:12:46,913 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:12:46,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136494, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094728376, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:12:46,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094728376] with equal digest
2025-04-30 13:12:46,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 10 ms
2025-04-30 13:12:46,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094728376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:12:47,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094754276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 13:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 13:13:08,062 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-04-30 13:13:08,133 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) Calculated size of 1 studies
2025-04-30 13:13:08,133 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-04-30 13:13:11,863 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 13:13:11,864 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 13:13:16,972 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:13:16,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136496, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094754276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 13:13:16,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094754276] with equal digest
2025-04-30 13:13:16,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 2 ms
2025-04-30 13:13:16,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094754276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:13:17,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094850439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:13:39,024 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 13:13:39,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 13:13:41,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 13:13:41,424 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 13:13:41,425 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-04-30 13:13:41,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:13:41,426 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 13:13:41,450 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-04-30 13:13:41,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:13:41,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 13:13:47,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:13:47,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136498, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094850439, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 13:13:47,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094850439] with equal digest
2025-04-30 13:13:47,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 2 ms
2025-04-30 13:13:47,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094850439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:13:47,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094857191 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 13:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 13:14:11,865 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 13:14:11,866 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 13:14:17,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:14:17,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136499, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094857191, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 13:14:17,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094857191] with equal digest
2025-04-30 13:14:17,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:14:17,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094857191 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:14:17,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094902523 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:14:39,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 13:14:39,029 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 13:14:41,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 13:14:41,451 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-04-30 13:14:41,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:14:41,452 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 13:14:41,488 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-04-30 13:14:41,488 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:14:41,488 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 13:14:47,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:14:47,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136500, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094902523, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 13:14:47,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094902523] with equal digest
2025-04-30 13:14:47,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:14:47,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094902523 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:14:47,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094906993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 13:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 13:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5326) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5326) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 13:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 13:15:11,866 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 13:15:11,867 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 13:15:17,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:15:17,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136501, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094906993, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 13:15:17,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094906993] with equal digest
2025-04-30 13:15:17,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:15:17,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094906993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:15:17,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094918262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:15:39,029 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 13:15:39,032 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 13:15:41,489 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 13:15:41,490 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-04-30 13:15:41,491 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:15:41,524 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-04-30 13:15:41,524 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:15:41,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 13:15:47,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:15:47,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136502, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094918262, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 13:15:47,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094918262] with equal digest
2025-04-30 13:15:47,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:15:47,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429094918262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:15:47,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429094948142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 13:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 13:16:11,868 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 13:16:11,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 13:16:13,065 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52153,localport=11112]
2025-04-30 13:16:13,065 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412) >> A-ASSOCIATE-RQ
2025-04-30 13:16:13,065 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412) << A-ASSOCIATE-AC
2025-04-30 13:16:13,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(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.301.1123109166.3.20250430123616780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:16:17,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:16:17,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136503, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094948142, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 13:16:17,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094948142] with equal digest
2025-04-30 13:16:17,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 10 ms
2025-04-30 13:16:17,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429094948142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:16:17,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429094954255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:16:23,478 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412): 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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:16:23,785 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412): 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.1123109166.3.20250430123616780 - ?
  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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.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-04-30 13:16:23,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412) << 1: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-04-30 13:16:23,786 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-04-30 13:16:23,786 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412): close Socket[addr=187.91.28.24/187.91.28.24,port=52153,localport=11112]
2025-04-30 13:16:23,786 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5332) DCM4CHEE<-HS30(412) << C_STORE_RSP failed: Broken pipe
2025-04-30 13:16:39,032 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 13:16:39,034 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 13:16:41,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 13:16:41,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-04-30 13:16:41,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:16:41,549 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-04-30 13:16:41,550 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:16:41,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 13:16:47,332 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:16:47,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136504, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094954255, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 13:16:47,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094954255] with equal digest
2025-04-30 13:16:47,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 9 ms
2025-04-30 13:16:47,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429094954255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:16:47,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095307514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:16:51,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5218) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:16:51,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Instance[pk=136658, uid=1.2.392.200036.9125.9.0.254280106.2637178046.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 13:16:51,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Location[pk=136658, systemID=fs1, path=2025/04/30/30274269/ADFEFE6B/768BFB32, tsuid=1.2.840.10008.1.2, size=14015768, status=OK, objectType=DICOM_FILE]
2025-04-30 13:16:51,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Updated DB in 18 ms
2025-04-30 13:16:51,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) << 849: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.254280106.2637178046.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:16:51,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) >> 859: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.254280106.3710985406.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 13:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 13:17:10,069 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:17:10,075 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:17:11,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 13:17:11,870 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 13:17:17,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:17:17,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136505, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095307514, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 13:17:17,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095307514] with equal digest
2025-04-30 13:17:17,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:17:17,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095307514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:17:17,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095339090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:17:39,034 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 13:17:39,036 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 13:17:41,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 13:17:41,551 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-04-30 13:17:41,551 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:17:41,573 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-04-30 13:17:41,573 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:17:41,574 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 13:17:41,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 13:17:47,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:17:47,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136506, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095339090, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 13:17:47,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095339090] with equal digest
2025-04-30 13:17:47,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:17:47,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095339090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:17:47,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095457135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 13:18:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 13:18:08,134 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 13:18:08,206 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) Calculated size of 1 studies
2025-04-30 13:18:08,206 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 13:18:11,870 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 13:18:11,871 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 13:18:17,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:18:17,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136511, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095457135, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 13:18:17,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095457135] with equal digest
2025-04-30 13:18:17,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:18:17,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095457135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:18:17,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095514262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:18:39,036 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 13:18:39,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 13:18:41,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 13:18:41,576 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-04-30 13:18:41,576 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:18:41,577 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 13:18:41,598 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-04-30 13:18:41,598 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:18:41,598 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 13:18:47,392 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:18:47,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136516, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095514262, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 13:18:47,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095514262] with equal digest
2025-04-30 13:18:47,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:18:47,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095514262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:18:47,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095620746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 13:19:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 13:19:11,872 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 13:19:11,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 13:19:17,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:19:17,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136519, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095620746, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 13:19:17,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095620746] with equal digest
2025-04-30 13:19:17,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:19:17,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095620746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:19:17,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095714545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:19:39,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 13:19:39,041 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 13:19:41,599 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 13:19:41,600 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:19:41,601 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-04-30 13:19:41,601 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:19:41,621 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-04-30 13:19:41,621 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:19:41,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 13:19:47,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:19:47,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136522, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095714545, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 13:19:47,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095714545] with equal digest
2025-04-30 13:19:47,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:19:47,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095714545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:19:47,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095734510 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 13:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 13:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5346) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5346) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 13:20:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 13:20:11,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 13:20:11,875 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 13:20:26,793 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:20:26,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136523, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095734510, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 13:20:26,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095734510] with equal digest
2025-04-30 13:20:26,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:20:26,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095734510 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:20:26,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095744825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:20:39,041 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 13:20:39,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 13:20:41,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 13:20:41,623 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-04-30 13:20:41,623 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:20:41,643 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-04-30 13:20:41,643 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:20:41,643 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 13:21:01,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:21:01,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136524, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095744825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 13:21:01,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095744825] with equal digest
2025-04-30 13:21:01,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 2 ms
2025-04-30 13:21:01,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095744825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:21:01,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095817784 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 13:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 13:21:11,875 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 13:21:11,876 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 13:21:24,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5218) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:21:24,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Instance[pk=136659, uid=1.2.392.200036.9125.9.0.254280106.3710985406.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 13:21:24,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Create Location[pk=136659, systemID=fs1, path=2025/04/30/30274269/ADFEFE6B/ECDB4493, tsuid=1.2.840.10008.1.2, size=14015770, status=OK, objectType=DICOM_FILE]
2025-04-30 13:21:24,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410): Updated DB in 15 ms
2025-04-30 13:21:24,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) << 859: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.254280106.3710985406.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:21:24,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5218) DCM4CHEE<-FCR-CSL1(410) >> 871: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.254280106.120464574.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:21:31,109 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:21:31,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Found previous received Instance[pk=136525, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095817784, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 13:21:31,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095817784] with equal digest
2025-04-30 13:21:31,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): Updated DB in 3 ms
2025-04-30 13:21:31,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 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.20250429095817784 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:21:31,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) >> 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.20250429095844643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:21:39,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 13:21:39,045 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 13:21:41,644 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 13:21:41,645 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-04-30 13:21:41,645 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 13:21:41,676 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 13:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 13:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 13:22:10,075 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:22:10,081 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:22:11,877 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 13:22:11,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 13:22:34,297 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49274,localport=11112]
2025-04-30 13:22:34,298 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413) >> A-ASSOCIATE-RQ
2025-04-30 13:22:34,298 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413) << A-ASSOCIATE-AC
2025-04-30 13:22:34,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162204018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:22:34,639 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50223,localport=11112]
2025-04-30 13:22:34,640 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) >> A-ASSOCIATE-RQ
2025-04-30 13:22:34,640 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) << A-ASSOCIATE-AC
2025-04-30 13:22:34,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) >> 877: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.254280106.1596925118.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:22:39,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 13:22:39,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 13:22:41,676 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 13:22:41,679 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-04-30 13:22:41,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:22:41,680 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 13:22:41,710 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-04-30 13:22:41,711 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:22:41,711 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 13:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 13:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 13:23:05,546 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:23:05,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Found previous received Instance[pk=136650, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162204018, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:23:05,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162204018] with equal digest
2025-04-30 13:23:05,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Updated DB in 3 ms
2025-04-30 13:23:05,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162204018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:23:05,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162309601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:23:08,206 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-04-30 13:23:08,208 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-04-30 13:23:11,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 13:23:11,879 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 13:23:37,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:23:37,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Found previous received Instance[pk=136651, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162309601, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:23:37,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162309601] with equal digest
2025-04-30 13:23:37,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Updated DB in 2 ms
2025-04-30 13:23:37,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162309601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:23:37,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162513825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:23:39,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 13:23:39,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 13:23:41,711 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 13:23:41,712 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-04-30 13:23:41,713 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:23:41,733 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-04-30 13:23:41,734 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:23:41,734 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 13:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 13:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 13:24:11,879 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 13:24:11,881 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 13:24:12,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:24:12,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Found previous received Instance[pk=136652, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162513825, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:24:12,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162513825] with equal digest
2025-04-30 13:24:12,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Updated DB in 3 ms
2025-04-30 13:24:12,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162513825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:24:12,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162602658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:24:39,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 13:24:39,052 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 13:24:41,734 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 13:24:41,735 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-04-30 13:24:41,735 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:24:41,756 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-04-30 13:24:41,756 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:24:41,756 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 13:24:46,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:24:46,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Found previous received Instance[pk=136653, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162602658, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:24:46,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162602658] with equal digest
2025-04-30 13:24:46,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Updated DB in 2 ms
2025-04-30 13:24:46,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162602658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:24:47,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162646194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 13:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 13:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5369) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5369) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 13:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 13:25:11,881 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 13:25:11,882 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 13:25:17,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:25:17,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Found previous received Instance[pk=136654, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162646194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 13:25:17,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162646194] with equal digest
2025-04-30 13:25:17,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Updated DB in 3 ms
2025-04-30 13:25:17,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162646194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:25:17,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162733327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:25:39,053 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 13:25:39,054 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 13:25:41,756 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 13:25:41,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 13:25:41,777 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-04-30 13:25:41,777 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:25:41,778 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 13:25:47,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:25:47,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Found previous received Instance[pk=136655, uid=1.2.410.200001.101.11.601.1501430850.3.20250429162733327, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 13:25:47,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Ignore received Instance[studyUID=343290,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429162203726,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429162733327] with equal digest
2025-04-30 13:25:47,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413): Updated DB in 2 ms
2025-04-30 13:25:47,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429162733327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:25:47,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413) >> A-RELEASE-RQ
2025-04-30 13:25:47,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(413) << A-RELEASE-RP
2025-04-30 13:25:47,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS60MT(413): close Socket[addr=187.91.28.24/187.91.28.24,port=49274,localport=11112]
2025-04-30 13:25:48,295 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49275,localport=11112]
2025-04-30 13:25:48,296 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415) >> A-ASSOCIATE-RQ
2025-04-30 13:25:48,296 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415) << A-ASSOCIATE-AC
2025-04-30 13:25:48,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164001887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 13:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 13:26:11,882 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 13:26:11,883 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 13:26:27,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:26:27,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Series[pk=12553, uid=1.2.410.200001.101.11.601.1501430850.2.20250429164001526, no=1, mod=US]
2025-04-30 13:26:27,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Instance[pk=136660, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164001887, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:26:27,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Location[pk=136660, systemID=fs1, path=2025/04/30/59FBDB82/4481D1F6/122C3FB5, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:26:27,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Updated DB in 33 ms
2025-04-30 13:26:27,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164001887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:26:27,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164030967 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:26:39,055 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 13:26:39,057 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 13:26:41,778 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 13:26:41,779 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-04-30 13:26:41,779 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:26:41,800 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-04-30 13:26:41,800 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:26:41,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 13:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 13:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 13:27:05,825 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:27:05,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Instance[pk=136661, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164030967, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:27:05,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Location[pk=136661, systemID=fs1, path=2025/04/30/59FBDB82/4481D1F6/1256155C, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:27:05,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Updated DB in 18 ms
2025-04-30 13:27:05,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164030967 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:27:06,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164052018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:27:07,615 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:27:07,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Found previous received Instance[pk=136657, uid=1.2.392.200036.9125.9.0.254280106.1596925118.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 13:27:07,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Ignore received Instance[studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678,seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679,objectUID=1.2.392.200036.9125.9.0.254280106.1596925118.86381729] with equal digest
2025-04-30 13:27:07,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Updated DB in 4 ms
2025-04-30 13:27:07,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) << 877: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.254280106.1596925118.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:27:07,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) >> 889: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.254280106.2637178046.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:27:10,081 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:27:10,087 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:27:11,883 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 13:27:11,885 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 13:27:39,057 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 13:27:39,059 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 13:27:41,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 13:27:41,802 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-04-30 13:27:41,802 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:27:41,824 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-04-30 13:27:41,824 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:27:41,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 13:27:47,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:27:47,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Instance[pk=136662, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164052018, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:27:47,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Location[pk=136662, systemID=fs1, path=2025/04/30/59FBDB82/4481D1F6/12730AB9, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:27:47,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Updated DB in 19 ms
2025-04-30 13:27:47,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164052018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:27:47,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164122977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 13:28:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 13:28:08,209 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-04-30 13:28:08,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-04-30 13:28:11,885 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 13:28:11,886 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 13:28:18,658 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:28:18,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Instance[pk=136663, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164122977, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:28:18,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Create Location[pk=136663, systemID=fs1, path=2025/04/30/59FBDB82/4481D1F6/13FDBF57, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:28:18,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415): Updated DB in 14 ms
2025-04-30 13:28:18,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164122977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:28:18,878 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415) >> A-RELEASE-RQ
2025-04-30 13:28:18,878 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(415) << A-RELEASE-RP
2025-04-30 13:28:18,929 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS60MT(415): close Socket[addr=187.91.28.24/187.91.28.24,port=49275,localport=11112]
2025-04-30 13:28:19,311 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49276,localport=11112]
2025-04-30 13:28:19,312 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> A-ASSOCIATE-RQ
2025-04-30 13:28:19,312 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << A-ASSOCIATE-AC
2025-04-30 13:28:19,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430103950558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:28:39,059 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 13:28:39,061 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 13:28:41,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 13:28:41,826 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-04-30 13:28:41,826 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:28:41,847 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-04-30 13:28:41,847 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:28:41,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 13:28:58,140 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:28:58,144 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Patient[pk=10455, id=PatientID[pk=10455, id=343125, issuer=DCM4CHEE.128432D7.0BA72309], name=ROSIMEIRE SASSA REGO]
2025-04-30 13:28:58,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Study[pk=11893, uid=343125, id=38571]
2025-04-30 13:28:58,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Series[pk=12554, uid=1.2.410.200001.101.11.601.1501430850.2.20250430103950356, no=1, mod=US]
2025-04-30 13:28:58,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136664, uid=1.2.410.200001.101.11.601.1501430850.3.20250430103950558, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:28:58,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136664, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/7BF04302, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:28:58,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 20 ms
2025-04-30 13:28:58,161 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) No duplicate record with equal Patient ID found Patient[pk=10455, id=PatientID[pk=10455, id=343125, issuer=DCM4CHEE.128432D7.0BA72309], name=ROSIMEIRE SASSA REGO]
2025-04-30 13:28:58,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430103950558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:28:58,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104001671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 13:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 13:29:11,886 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 13:29:11,887 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 13:29:28,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:29:28,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136665, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104001671, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:29:28,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136665, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A134E37E, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:29:28,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 19 ms
2025-04-30 13:29:28,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104001671 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:29:28,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104015345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:29:39,062 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 13:29:39,063 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 13:29:41,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 13:29:41,848 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 13:29:41,849 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-04-30 13:29:41,850 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:29:41,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 13:29:41,870 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 13:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 13:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 13:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5390) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5390) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:30:01,435 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:30:01,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136666, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104015345, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:30:01,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136666, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A144C0DF, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:30:01,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 25 ms
2025-04-30 13:30:01,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104015345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:30:01,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104025941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 13:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 13:30:11,887 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 13:30:11,888 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 13:30:31,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:30:32,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136667, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104025941, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:30:32,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136667, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A152EEE2, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:30:32,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 21 ms
2025-04-30 13:30:32,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104025941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:30:32,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104059811 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:30:39,063 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 13:30:39,066 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 13:30:41,870 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 13:30:41,871 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 13:30:41,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 13:30:41,894 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-04-30 13:30:41,894 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:30:41,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 13:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 13:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 13:31:06,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:31:06,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136668, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104059811, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 13:31:06,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136668, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A17F02C3, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 13:31:06,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 19 ms
2025-04-30 13:31:06,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104059811 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:31:07,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104119887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:31:11,889 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 13:31:11,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 13:31:37,370 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:31:37,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136669, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104119887, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 13:31:37,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136669, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A2FB7E3D, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:31:37,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 12 ms
2025-04-30 13:31:37,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104119887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:31:37,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104147753 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:31:39,066 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 13:31:39,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 13:31:39,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:31:39,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Found previous received Instance[pk=136658, uid=1.2.392.200036.9125.9.0.254280106.2637178046.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 13:31:39,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Ignore received Instance[studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678,seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679,objectUID=1.2.392.200036.9125.9.0.254280106.2637178046.86381729] with equal digest
2025-04-30 13:31:39,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Updated DB in 3 ms
2025-04-30 13:31:39,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) << 889: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.254280106.2637178046.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:31:40,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) >> 901: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.254280106.3710985406.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:31:41,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 13:31:41,895 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-04-30 13:31:41,896 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:31:41,917 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-04-30 13:31:41,917 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:31:41,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 13:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 13:32:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 13:32:08,118 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:32:08,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136670, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104147753, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 13:32:08,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136670, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A324D7E0, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:32:08,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 10 ms
2025-04-30 13:32:08,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104147753 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:32:08,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430104153384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:32:10,087 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:32:10,093 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:32:11,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 13:32:11,891 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 13:32:38,515 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:32:38,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136671, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104153384, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 13:32:38,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136671, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A3310F3F, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:32:38,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 12 ms
2025-04-30 13:32:38,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104153384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:32:38,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430104216174 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:32:39,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 13:32:39,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 13:32:41,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 13:32:41,919 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-04-30 13:32:41,919 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:32:41,941 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-04-30 13:32:41,941 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:32:41,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 13:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 13:33:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 13:33:08,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-04-30 13:33:08,276 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) Calculated size of 1 studies
2025-04-30 13:33:08,276 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-04-30 13:33:09,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:33:09,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136672, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104216174, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 13:33:09,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136672, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A4AEDF56, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:33:09,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 9 ms
2025-04-30 13:33:09,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104216174 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:33:09,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430104241658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:33:11,891 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 13:33:11,892 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 13:33:39,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 13:33:39,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 13:33:39,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:33:39,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136673, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104241658, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 13:33:39,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136673, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/A4D6F289, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:33:39,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 13 ms
2025-04-30 13:33:39,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104241658 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:33:39,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430104621359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:33:41,942 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 13:33:41,943 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-04-30 13:33:41,943 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:33:41,964 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-04-30 13:33:41,964 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:33:41,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 13:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 13:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 13:34:10,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:34:10,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136674, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104621359, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 13:34:10,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136674, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/AB8E1AC1, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:34:10,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 27 ms
2025-04-30 13:34:10,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104621359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:34:10,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430104658565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:34:11,893 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 13:34:11,894 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 13:34:39,073 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 13:34:39,074 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 13:34:40,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:34:40,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136675, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104658565, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 13:34:40,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136675, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/ABBB977A, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:34:40,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 13 ms
2025-04-30 13:34:40,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104658565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:34:40,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430104745618 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:34:41,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 13:34:41,965 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 13:34:41,967 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-04-30 13:34:41,967 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:34:41,992 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-04-30 13:34:41,992 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:34:41,992 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 13:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 13:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 13:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5411) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5411) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 13:35:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 13:35:11,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:35:11,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136676, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104745618, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 13:35:11,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136676, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/AD60FEA4, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:35:11,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 10 ms
2025-04-30 13:35:11,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104745618 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:35:11,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430104818837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:35:11,894 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 13:35:11,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 13:35:39,075 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 13:35:39,076 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 13:35:41,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:35:41,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136677, uid=1.2.410.200001.101.11.601.1501430850.3.20250430104818837, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 13:35:41,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136677, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/AEECF59C, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:35:41,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 16 ms
2025-04-30 13:35:41,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430104818837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:35:41,993 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 13:35:41,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-04-30 13:35:41,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:35:42,014 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-04-30 13:35:42,014 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:35:42,014 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 13:35:42,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105035756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 13:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 13:36:11,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 13:36:11,896 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 13:36:12,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:36:12,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Found previous received Instance[pk=136659, uid=1.2.392.200036.9125.9.0.254280106.3710985406.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 13:36:12,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Ignore received Instance[studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678,seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679,objectUID=1.2.392.200036.9125.9.0.254280106.3710985406.86381729] with equal digest
2025-04-30 13:36:12,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Updated DB in 2 ms
2025-04-30 13:36:12,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) << 901: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.254280106.3710985406.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:36:12,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) >> 913: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.254280106.120464574.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:36:16,872 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:36:16,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136678, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105035756, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 13:36:16,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136678, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/D6473A46, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 13:36:16,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 13 ms
2025-04-30 13:36:16,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105035756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:36:17,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105046535 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:36:39,077 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 13:36:39,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 13:36:42,014 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 13:36:42,015 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-04-30 13:36:42,015 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:36:42,036 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-04-30 13:36:42,036 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:36:42,036 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 13:36:47,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:36:47,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136679, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105046535, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 13:36:47,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136679, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/D655BE65, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:36:47,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 11 ms
2025-04-30 13:36:47,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105046535 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:36:47,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105053971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 13:37:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 13:37:10,093 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:37:10,098 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:37:11,897 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 13:37:11,898 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 13:37:17,977 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:37:17,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136680, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105053971, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 13:37:17,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136680, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/D6628845, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:37:17,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 20 ms
2025-04-30 13:37:17,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105053971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:37:18,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105125445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:37:39,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 13:37:39,080 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 13:37:42,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 13:37:42,038 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-04-30 13:37:42,038 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:37:42,058 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-04-30 13:37:42,058 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:37:42,058 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 13:37:48,346 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:37:48,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136681, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105125445, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 13:37:48,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136681, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/D7EDF001, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:37:48,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 12 ms
2025-04-30 13:37:48,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105125445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:37:48,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105159097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 13:38:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 13:38:08,276 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 13:38:08,346 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) Calculated size of 1 studies
2025-04-30 13:38:08,346 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 13:38:11,898 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 13:38:11,899 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 13:38:20,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:38:21,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136682, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105159097, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 13:38:21,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136682, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/D819F999, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:38:21,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 15 ms
2025-04-30 13:38:21,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105159097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:38:21,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105242436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:38:39,081 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 13:38:39,082 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 13:38:42,059 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 13:38:42,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 13:38:42,080 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-04-30 13:38:42,080 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:38:42,080 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 13:38:55,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:38:55,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136683, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105242436, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 13:38:55,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136683, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/D9BD9A67, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-04-30 13:38:56,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 13 ms
2025-04-30 13:38:56,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105242436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:38:56,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105304270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 13:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 13:39:11,900 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 13:39:11,901 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 13:39:31,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:39:31,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136684, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105304270, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 13:39:31,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136684, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/DB3AF6B4, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:39:31,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 19 ms
2025-04-30 13:39:31,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105304270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:39:31,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105403909 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:39:39,082 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 13:39:39,084 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 13:39:42,080 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 13:39:42,082 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-04-30 13:39:42,082 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:39:42,083 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 13:39:42,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-04-30 13:39:42,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:39:42,103 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 13:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 13:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 13:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5432) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5432) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:40:01,587 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:40:01,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136685, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105403909, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 13:40:01,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136685, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/DCEF746B, tsuid=1.2.840.10008.1.2, size=3416776, status=OK, objectType=DICOM_FILE]
2025-04-30 13:40:01,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 14 ms
2025-04-30 13:40:01,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105403909 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:40:01,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105412503 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 13:40:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 13:40:11,901 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 13:40:11,903 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 13:40:32,143 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:40:32,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136686, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105412503, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 13:40:32,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136686, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/DCFD0883, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:40:32,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 15 ms
2025-04-30 13:40:32,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105412503 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:40:32,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> 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.20250430105441549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:40:39,085 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 13:40:39,086 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 13:40:42,103 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 13:40:42,104 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-04-30 13:40:42,104 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:40:42,124 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-04-30 13:40:42,124 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:40:42,124 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 13:40:44,399 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:40:44,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Create Instance[pk=136687, uid=1.2.392.200036.9125.9.0.254280106.120464574.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 13:40:44,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Create Location[pk=136687, systemID=fs1, path=2025/04/30/30274269/ADFEFE6B/0423F91D, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 13:40:44,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414): Updated DB in 16 ms
2025-04-30 13:40:44,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) << 913: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.254280106.120464574.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:40:44,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) >> A-RELEASE-RQ
2025-04-30 13:40:44,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(414) << A-RELEASE-RP
2025-04-30 13:40:44,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-FCR-CSL1(414): close Socket[addr=187.91.28.24/187.91.28.24,port=50223,localport=11112]
2025-04-30 13:40:47,102 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=50250,localport=11112]
2025-04-30 13:40:47,102 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) >> A-ASSOCIATE-RQ
2025-04-30 13:40:47,102 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) << A-ASSOCIATE-AC
2025-04-30 13:40:47,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) >> 925:C-STORE-RQ[pcid=155, 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.254280109.2251498686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:41:02,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:41:02,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Instance[pk=136688, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105441549, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 13:41:02,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Create Location[pk=136688, systemID=fs1, path=2025/04/30/59FBDB02/AE45D9BD/DD26DB29, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-04-30 13:41:02,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416): Updated DB in 4 ms
2025-04-30 13:41:02,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << 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.20250430105441549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:41:02,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) >> A-RELEASE-RQ
2025-04-30 13:41:02,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(416) << A-RELEASE-RP
2025-04-30 13:41:02,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS60MT(416): close Socket[addr=187.91.28.24/187.91.28.24,port=49276,localport=11112]
2025-04-30 13:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 13:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 13:41:03,314 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49277,localport=11112]
2025-04-30 13:41:03,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418) >> A-ASSOCIATE-RQ
2025-04-30 13:41:03,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418) << A-ASSOCIATE-AC
2025-04-30 13:41:03,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164001887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:41:11,903 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 13:41:11,904 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 13:41:39,087 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 13:41:39,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 13:41:40,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:41:40,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Found previous received Instance[pk=136660, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164001887, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:41:40,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Ignore received Instance[studyUID=343169,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429164001526,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429164001887] with equal digest
2025-04-30 13:41:40,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Updated DB in 8 ms
2025-04-30 13:41:40,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164001887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:41:40,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164030967 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:41:42,125 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 13:41:42,126 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-04-30 13:41:42,126 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:41:42,146 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-04-30 13:41:42,146 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:41:42,146 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 13:41:45,014 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSDeleteScheduler.execute()
2025-04-30 13:41:45,017 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSDeleteScheduler.execute()
2025-04-30 13:41:51,114 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110305792&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:41:51,176 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110401406&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:41:51,230 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110505367&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:41:51,288 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110518586&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:41:51,343 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110244072&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:41:51,394 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110425799&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:41:51,447 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110442913&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:41:51,499 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343075&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250423110243816&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250423110556906&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 13:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 13:42:10,099 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:42:10,105 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:42:11,904 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 13:42:11,905 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 13:42:21,415 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:42:21,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Found previous received Instance[pk=136661, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164030967, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:42:21,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Ignore received Instance[studyUID=343169,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429164001526,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429164030967] with equal digest
2025-04-30 13:42:21,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Updated DB in 3 ms
2025-04-30 13:42:21,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164030967 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:42:21,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164052018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:42:39,089 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 13:42:39,091 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 13:42:42,147 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 13:42:42,148 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 13:42:42,149 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-04-30 13:42:42,149 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:42:42,150 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 13:42:42,176 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-04-30 13:42:42,176 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:42:42,176 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 13:42:52,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:42:52,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Found previous received Instance[pk=136662, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164052018, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:42:52,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Ignore received Instance[studyUID=343169,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429164001526,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429164052018] with equal digest
2025-04-30 13:42:52,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Updated DB in 3 ms
2025-04-30 13:42:52,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164052018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:42:53,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164122977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 13:43:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 13:43:08,346 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 13:43:08,349 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 13:43:11,906 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 13:43:11,907 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 13:43:24,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:43:24,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Found previous received Instance[pk=136663, uid=1.2.410.200001.101.11.601.1501430850.3.20250429164122977, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:43:24,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Ignore received Instance[studyUID=343169,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429164001526,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429164122977] with equal digest
2025-04-30 13:43:24,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418): Updated DB in 3 ms
2025-04-30 13:43:24,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429164122977 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:43:24,731 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418) >> A-RELEASE-RQ
2025-04-30 13:43:24,731 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(418) << A-RELEASE-RP
2025-04-30 13:43:24,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS60MT(418): close Socket[addr=187.91.28.24/187.91.28.24,port=49277,localport=11112]
2025-04-30 13:43:25,134 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49278,localport=11112]
2025-04-30 13:43:25,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419) >> A-ASSOCIATE-RQ
2025-04-30 13:43:25,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419) << A-ASSOCIATE-AC
2025-04-30 13:43:25,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074259238 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:43:39,091 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 13:43:39,092 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 13:43:42,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 13:43:42,178 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 13:43:42,179 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-04-30 13:43:42,179 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:43:42,199 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-04-30 13:43:42,199 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:43:42,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 13:43:56,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:43:56,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Found previous received Instance[pk=136041, uid=1.2.410.200001.101.11.601.1501430850.3.20250429074259238, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:43:56,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Ignore received Instance[studyUID=343257,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429074257663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429074259238] with equal digest
2025-04-30 13:43:56,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Updated DB in 3 ms
2025-04-30 13:43:56,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074259238 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:43:56,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074412637 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 13:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 13:44:11,907 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 13:44:11,908 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 13:44:34,961 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:44:34,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Found previous received Instance[pk=136042, uid=1.2.410.200001.101.11.601.1501430850.3.20250429074412637, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:44:34,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Ignore received Instance[studyUID=343257,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429074257663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429074412637] with equal digest
2025-04-30 13:44:34,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Updated DB in 3 ms
2025-04-30 13:44:34,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074412637 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:44:35,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074420695 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:44:39,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 13:44:39,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 13:44:42,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 13:44:42,201 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-04-30 13:44:42,201 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:44:42,221 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-04-30 13:44:42,221 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:44:42,221 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 13:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 13:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 13:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5453) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5453) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 13:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 13:45:04,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:45:04,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Found previous received Instance[pk=136043, uid=1.2.410.200001.101.11.601.1501430850.3.20250429074420695, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:45:04,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Ignore received Instance[studyUID=343257,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429074257663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429074420695] with equal digest
2025-04-30 13:45:04,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Updated DB in 3 ms
2025-04-30 13:45:04,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074420695 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:45:05,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074455427 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:45:11,909 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 13:45:11,910 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 13:45:19,676 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:45:19,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Study[pk=11894, uid=1.2.392.200036.9125.2.3619053820161.6598472764.329685, id=*]
2025-04-30 13:45:19,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Series[pk=12555, uid=1.2.392.200036.9125.3.3619053820161.6598472764.329686, no=3001, mod=CR]
2025-04-30 13:45:19,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Instance[pk=136689, uid=1.2.392.200036.9125.9.0.254280109.2251498686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-04-30 13:45:19,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Location[pk=136689, systemID=fs1, path=2025/04/30/2624EEB1/A3FCAAB3/35025940, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 13:45:19,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Updated DB in 21 ms
2025-04-30 13:45:19,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) << 925:C-STORE-RSP[pcid=155, 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.254280109.2251498686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:45:19,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) >> 937:C-STORE-RQ[pcid=155, 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.254280109.3325306046.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:45:39,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 13:45:39,097 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 13:45:39,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:45:39,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Found previous received Instance[pk=136044, uid=1.2.410.200001.101.11.601.1501430850.3.20250429074455427, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:45:39,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Ignore received Instance[studyUID=343257,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429074257663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429074455427] with equal digest
2025-04-30 13:45:39,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Updated DB in 3 ms
2025-04-30 13:45:39,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074455427 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:45:40,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074501142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:45:42,221 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 13:45:42,223 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-04-30 13:45:42,223 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:45:42,244 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-04-30 13:45:42,244 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:45:42,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 13:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 13:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 13:46:09,966 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:46:09,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Found previous received Instance[pk=136045, uid=1.2.410.200001.101.11.601.1501430850.3.20250429074501142, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 13:46:09,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Ignore received Instance[studyUID=343257,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429074257663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429074501142] with equal digest
2025-04-30 13:46:09,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Updated DB in 3 ms
2025-04-30 13:46:09,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074501142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:46:10,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074507209 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:46:11,910 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 13:46:11,911 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 13:46:39,097 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 13:46:39,099 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 13:46:40,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:46:40,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Found previous received Instance[pk=136046, uid=1.2.410.200001.101.11.601.1501430850.3.20250429074507209, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 13:46:40,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Ignore received Instance[studyUID=343257,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429074257663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429074507209] with equal digest
2025-04-30 13:46:40,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419): Updated DB in 3 ms
2025-04-30 13:46:40,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429074507209 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:46:40,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419) >> A-RELEASE-RQ
2025-04-30 13:46:40,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(419) << A-RELEASE-RP
2025-04-30 13:46:40,707 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS60MT(419): close Socket[addr=187.91.28.24/187.91.28.24,port=49278,localport=11112]
2025-04-30 13:46:41,084 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49279,localport=11112]
2025-04-30 13:46:41,084 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> A-ASSOCIATE-RQ
2025-04-30 13:46:41,084 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << A-ASSOCIATE-AC
2025-04-30 13:46:41,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085128157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:46:42,244 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 13:46:42,245 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-04-30 13:46:42,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 13:46:42,267 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-04-30 13:46:42,267 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:46:42,267 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 13:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 13:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 13:47:10,105 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:47:10,111 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:47:11,911 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 13:47:11,912 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 13:47:27,162 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:47:27,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135487, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085128157, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 13:47:27,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085128157] with equal digest
2025-04-30 13:47:27,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 4 ms
2025-04-30 13:47:27,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085128157 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:47:27,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085215824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:47:39,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 13:47:39,101 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 13:47:42,267 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 13:47:42,269 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-04-30 13:47:42,269 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:47:42,290 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-04-30 13:47:42,290 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:47:42,290 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 13:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 13:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 13:48:08,349 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-04-30 13:48:08,351 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-04-30 13:48:11,912 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 13:48:11,913 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 13:48:12,892 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:48:12,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135488, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085215824, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 13:48:12,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085215824] with equal digest
2025-04-30 13:48:12,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:48:12,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085215824 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:48:13,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085500032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:48:39,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 13:48:39,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 13:48:42,291 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 13:48:42,292 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-04-30 13:48:42,292 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 13:48:42,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 13:48:47,618 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:48:47,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135497, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085500032, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 13:48:47,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085500032] with equal digest
2025-04-30 13:48:47,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:48:47,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085500032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:48:47,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085617033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 13:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 13:49:11,914 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 13:49:11,915 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 13:49:22,345 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:49:22,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135501, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085617033, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 13:49:22,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085617033] with equal digest
2025-04-30 13:49:22,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:49:22,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085617033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:49:22,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085813837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:49:39,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 13:49:39,105 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 13:49:42,313 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 13:49:42,314 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-04-30 13:49:42,314 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:49:42,339 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-04-30 13:49:42,340 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:49:42,340 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 13:49:51,932 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:49:51,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Instance[pk=136690, uid=1.2.392.200036.9125.9.0.254280109.3325306046.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-04-30 13:49:51,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Location[pk=136690, systemID=fs1, path=2025/04/30/2624EEB1/A3FCAAB3/B21E4181, tsuid=1.2.840.10008.1.2, size=14015766, status=OK, objectType=DICOM_FILE]
2025-04-30 13:49:51,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Updated DB in 11 ms
2025-04-30 13:49:51,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) << 937:C-STORE-RSP[pcid=155, 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.254280109.3325306046.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:49:52,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) >> 949:C-STORE-RQ[pcid=155, 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.254280110.87368894.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:49:56,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:49:56,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135503, uid=1.2.410.200001.101.11.601.1501430850.3.20250426085813837, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 13:49:56,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426085813837] with equal digest
2025-04-30 13:49:56,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 2 ms
2025-04-30 13:49:56,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250426085813837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:49:57,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426090323087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 13:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 13:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5474) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5474) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 13:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 13:50:11,915 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 13:50:11,916 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 13:50:27,201 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:50:27,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135504, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090323087, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 13:50:27,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090323087] with equal digest
2025-04-30 13:50:27,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 2 ms
2025-04-30 13:50:27,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426090323087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:50:27,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426090443051 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:50:39,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 13:50:39,107 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 13:50:42,340 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 13:50:42,341 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-04-30 13:50:42,341 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:50:42,362 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-04-30 13:50:42,362 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:50:42,362 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 13:50:57,324 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:50:57,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135505, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090443051, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 13:50:57,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090443051] with equal digest
2025-04-30 13:50:57,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:50:57,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426090443051 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:50:57,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250426090459352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 13:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 13:51:11,917 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 13:51:11,918 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 13:51:27,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:51:27,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135506, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090459352, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 13:51:27,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090459352] with equal digest
2025-04-30 13:51:27,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:51:27,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426090459352 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:51:27,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426090657444 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:51:39,108 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 13:51:39,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 13:51:42,362 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 13:51:42,363 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 13:51:42,364 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-04-30 13:51:42,364 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:51:42,384 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-04-30 13:51:42,384 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:51:42,384 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 13:52:02,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:52:02,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135507, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090657444, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 13:52:02,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090657444] with equal digest
2025-04-30 13:52:02,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:52:02,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426090657444 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:52:02,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426090748030 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 13:52:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 13:52:10,111 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:52:10,116 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:52:11,918 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 13:52:11,919 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 13:52:36,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:52:36,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135508, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090748030, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 13:52:36,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090748030] with equal digest
2025-04-30 13:52:36,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:52:36,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426090748030 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:52:36,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426090950816 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:52:39,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 13:52:39,111 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 13:52:42,385 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 13:52:42,386 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-04-30 13:52:42,386 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:52:42,406 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-04-30 13:52:42,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:52:42,407 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 13:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 13:53:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 13:53:06,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:53:06,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135510, uid=1.2.410.200001.101.11.601.1501430850.3.20250426090950816, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 13:53:06,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426090950816] with equal digest
2025-04-30 13:53:06,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:53:06,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426090950816 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:53:06,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091005437 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:53:08,352 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 13:53:08,419 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) Calculated size of 1 studies
2025-04-30 13:53:08,419 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 13:53:11,920 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 13:53:11,921 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 13:53:37,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:53:37,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135511, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091005437, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 13:53:37,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091005437] with equal digest
2025-04-30 13:53:37,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:53:37,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091005437 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:53:37,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091123610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:53:39,112 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 13:53:39,113 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 13:53:42,407 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 13:53:42,408 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-04-30 13:53:42,408 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:53:42,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 13:53:42,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 13:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 13:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 13:54:07,023 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:54:07,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135512, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091123610, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 13:54:07,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091123610] with equal digest
2025-04-30 13:54:07,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:54:07,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091123610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:54:07,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091130171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:54:11,921 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 13:54:11,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 13:54:24,164 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:54:24,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Instance[pk=136691, uid=1.2.392.200036.9125.9.0.254280110.87368894.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-04-30 13:54:24,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Location[pk=136691, systemID=fs1, path=2025/04/30/2624EEB1/A3FCAAB3/41DAF336, tsuid=1.2.840.10008.1.2, size=14015764, status=OK, objectType=DICOM_FILE]
2025-04-30 13:54:24,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Updated DB in 10 ms
2025-04-30 13:54:24,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) << 949:C-STORE-RSP[pcid=155, 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.254280110.87368894.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:54:24,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) >> 961:C-STORE-RQ[pcid=155, 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.254280109.1211245758.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:54:37,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:54:37,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135513, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091130171, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 13:54:37,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091130171] with equal digest
2025-04-30 13:54:37,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:54:37,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091130171 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:54:37,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091148570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:54:39,113 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 13:54:39,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 13:54:42,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 13:54:42,430 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 13:54:42,431 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-04-30 13:54:42,432 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:54:42,451 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-04-30 13:54:42,451 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:54:42,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 13:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 13:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 13:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5495) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5495) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 13:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 13:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 13:55:07,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:55:07,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135514, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091148570, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 13:55:07,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091148570] with equal digest
2025-04-30 13:55:07,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:55:07,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091148570 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:55:07,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091158706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:55:11,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 13:55:11,923 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 13:55:37,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:55:37,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135515, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091158706, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 13:55:37,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091158706] with equal digest
2025-04-30 13:55:37,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 2 ms
2025-04-30 13:55:37,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091158706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:55:37,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091212584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:55:39,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 13:55:39,117 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 13:55:42,452 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 13:55:42,453 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 13:55:42,454 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-04-30 13:55:42,454 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:55:42,474 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-04-30 13:55:42,474 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:55:42,474 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 13:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 13:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 13:56:07,940 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:56:07,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135520, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091212584, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 13:56:07,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091212584] with equal digest
2025-04-30 13:56:07,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 2 ms
2025-04-30 13:56:07,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091212584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:56:08,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091300458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:56:11,923 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 13:56:11,924 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 13:56:38,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:56:38,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135523, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091300458, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 13:56:38,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091300458] with equal digest
2025-04-30 13:56:38,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:56:38,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091300458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:56:38,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091527417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:56:39,117 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 13:56:39,119 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 13:56:42,474 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 13:56:42,475 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-04-30 13:56:42,475 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:56:42,495 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-04-30 13:56:42,495 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:56:42,495 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 13:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 13:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 13:57:08,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:57:08,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135524, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091527417, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 13:57:08,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091527417] with equal digest
2025-04-30 13:57:08,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:57:08,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091527417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:57:08,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091653371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:57:10,117 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:57:10,122 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 13:57:11,925 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 13:57:11,926 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 13:57:39,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 13:57:39,121 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 13:57:42,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 13:57:42,497 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-04-30 13:57:42,497 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:57:42,516 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-04-30 13:57:42,517 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:57:42,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 13:57:43,162 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:57:43,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135525, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091653371, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 13:57:43,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091653371] with equal digest
2025-04-30 13:57:43,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 2 ms
2025-04-30 13:57:43,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091653371 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:57:43,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091733485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 13:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 13:58:08,419 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 13:58:08,422 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 13:58:11,926 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 13:58:11,927 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 13:58:13,485 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:58:13,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135526, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091733485, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 13:58:13,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091733485] with equal digest
2025-04-30 13:58:13,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:58:13,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091733485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:58:13,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091740621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:58:39,121 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 13:58:39,123 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 13:58:42,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 13:58:42,518 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-04-30 13:58:42,518 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:58:42,539 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-04-30 13:58:42,539 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:58:42,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 13:58:43,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:58:43,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135527, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091740621, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 13:58:43,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091740621] with equal digest
2025-04-30 13:58:43,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 3 ms
2025-04-30 13:58:43,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091740621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:58:44,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091751024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:58:55,704 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341968&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250319150750897&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250319150751120&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:58:55,781 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341968&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250319150750897&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250319150820403&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:58:55,841 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341968&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250319150750897&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250319150900815&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:58:55,928 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341968&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250319150750897&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250319150910672&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:58:55,984 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341968&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250319150750897&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250319150920320&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:58:56,042 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341968&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250319150750897&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250319150930777&contentType=image/jpeg from null@162.240.235.97
2025-04-30 13:58:56,383 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5360) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:58:56,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Instance[pk=136692, uid=1.2.392.200036.9125.9.0.254280109.1211245758.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-04-30 13:58:56,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Create Location[pk=136692, systemID=fs1, path=2025/04/30/2624EEB1/A3FCAAB3/6DB216B5, tsuid=1.2.840.10008.1.2, size=14015768, status=OK, objectType=DICOM_FILE]
2025-04-30 13:58:56,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417): Updated DB in 14 ms
2025-04-30 13:58:56,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) << 961:C-STORE-RSP[pcid=155, 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.254280109.1211245758.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:58:56,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) >> A-RELEASE-RQ
2025-04-30 13:58:56,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5360) DCM4CHEE<-FCR-CSL1(417) << A-RELEASE-RP
2025-04-30 13:58:56,639 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-FCR-CSL1(417): close Socket[addr=187.91.28.24/187.91.28.24,port=50250,localport=11112]
2025-04-30 13:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 13:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 13:59:11,928 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 13:59:11,929 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 13:59:14,316 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:59:14,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135528, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091751024, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 13:59:14,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091751024] with equal digest
2025-04-30 13:59:14,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 2 ms
2025-04-30 13:59:14,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091751024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:59:14,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091756993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:59:39,123 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 13:59:39,125 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 13:59:42,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 13:59:42,541 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-04-30 13:59:42,541 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:59:42,566 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-04-30 13:59:42,566 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 13:59:42,566 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 13:59:44,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 13:59:44,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135529, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091756993, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-04-30 13:59:44,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091756993] with equal digest
2025-04-30 13:59:44,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 2 ms
2025-04-30 13:59:44,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091756993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 13:59:44,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 25: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.20250426091804840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 14:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 14:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5516) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:00:00,947 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5516) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 14:00:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 14:00:11,929 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 14:00:11,930 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 14:00:39,125 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 14:00:39,127 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 14:00:42,566 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 14:00:42,567 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 14:00:42,569 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-04-30 14:00:42,569 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:00:42,569 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-04-30 14:00:42,590 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-04-30 14:00:42,590 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:00:42,590 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 14:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 14:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 14:01:11,930 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 14:01:11,931 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 14:01:39,127 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 14:01:39,129 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 14:01:42,590 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 14:01:42,592 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-04-30 14:01:42,592 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:01:42,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-04-30 14:01:42,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:01:42,617 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 14:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 14:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 14:02:10,123 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:02:10,128 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:02:11,932 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 14:02:11,933 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 14:02:39,130 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 14:02:39,131 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 14:02:42,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 14:02:42,619 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-04-30 14:02:42,619 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:02:42,639 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-04-30 14:02:42,639 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:02:42,639 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 14:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 14:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 14:03:08,422 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 14:03:08,424 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 14:03:11,933 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 14:03:11,934 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 14:03:39,132 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 14:03:39,133 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 14:03:42,639 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 14:03:42,641 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-04-30 14:03:42,641 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:03:42,663 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-04-30 14:03:42,663 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:03:42,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 14:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 14:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 14:04:11,935 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 14:04:11,936 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 14:04:39,133 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 14:04:39,135 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 14:04:42,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 14:04:42,665 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-04-30 14:04:42,665 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:04:42,686 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-04-30 14:04:42,686 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:04:42,686 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 14:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 14:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 14:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5537) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:05:00,945 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5537) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 14:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 14:05:11,936 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 14:05:11,937 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 14:05:39,135 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 14:05:39,137 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 14:05:42,686 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 14:05:42,687 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-04-30 14:05:42,688 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:05:42,714 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-04-30 14:05:42,714 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:05:42,715 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 14:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 14:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 14:06:11,937 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 14:06:11,938 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 14:06:39,137 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 14:06:39,139 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 14:06:42,715 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 14:06:42,716 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-04-30 14:06:42,716 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:06:42,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:06:42,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 14:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 14:07:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 14:07:10,128 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:07:10,134 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:07:11,939 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 14:07:11,940 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 14:07:39,139 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 14:07:39,141 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 14:07:42,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 14:07:42,737 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-04-30 14:07:42,737 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:07:42,757 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-04-30 14:07:42,757 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:07:42,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 14:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 14:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 14:08:08,424 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 14:08:08,427 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 14:08:11,940 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 14:08:11,941 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 14:08:39,141 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 14:08:39,143 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 14:08:42,758 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 14:08:42,759 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-04-30 14:08:42,759 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:08:42,780 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-04-30 14:08:42,780 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:08:42,780 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 14:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 14:09:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 14:09:11,941 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 14:09:11,943 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 14:09:18,905 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStgCmtScheduler.execute()
2025-04-30 14:09:18,906 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStgCmtScheduler.execute()
2025-04-30 14:09:39,143 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 14:09:39,145 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 14:09:42,780 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 14:09:42,782 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-04-30 14:09:42,782 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:09:42,803 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-04-30 14:09:42,803 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:09:42,803 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 14:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 14:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 14:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5558) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5558) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 14:10:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 14:10:11,943 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 14:10:11,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 14:10:39,145 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 14:10:39,147 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 14:10:42,804 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 14:10:42,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:10:42,826 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-04-30 14:10:42,826 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:10:42,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 14:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 14:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 14:11:11,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 14:11:11,945 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 14:11:27,507 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeTaskScheduler.execute()
2025-04-30 14:11:27,531 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeTaskScheduler.execute()
2025-04-30 14:11:39,147 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 14:11:39,149 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 14:11:42,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 14:11:42,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-04-30 14:11:42,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:11:42,847 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-04-30 14:11:42,847 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:11:42,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 14:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 14:12:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 14:12:10,135 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:12:10,140 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:12:11,945 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 14:12:11,946 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 14:12:39,149 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 14:12:39,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 14:12:42,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 14:12:42,849 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,849 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,849 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,851 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-04-30 14:12:42,851 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:12:42,852 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,852 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,872 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-04-30 14:12:42,872 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:12:42,872 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,873 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-04-30 14:12:42,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 14:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 14:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 14:13:08,427 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 14:13:08,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 14:13:11,947 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 14:13:11,948 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 14:13:39,152 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 14:13:39,154 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 14:13:42,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 14:13:42,875 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-04-30 14:13:42,875 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:13:42,900 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-04-30 14:13:42,900 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:13:42,900 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 14:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 14:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 14:14:11,948 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 14:14:11,949 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 14:14:39,154 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 14:14:39,156 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 14:14:42,900 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 14:14:42,902 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-04-30 14:14:42,902 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:14:42,923 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-04-30 14:14:42,924 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:14:42,924 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 14:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 14:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 14:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5579) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5579) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 14:15:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 14:15:11,949 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 14:15:11,951 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 14:15:39,156 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 14:15:39,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 14:15:42,924 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 14:15:42,925 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-04-30 14:15:42,925 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:15:42,945 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-04-30 14:15:42,945 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:15:42,945 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 14:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 14:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 14:16:11,951 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 14:16:11,952 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 14:16:39,158 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 14:16:39,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 14:16:42,946 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 14:16:42,947 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-04-30 14:16:42,947 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:16:42,967 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-04-30 14:16:42,967 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:16:42,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 14:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 14:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 14:17:10,141 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:17:10,146 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:17:11,952 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 14:17:11,953 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 14:17:39,160 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 14:17:39,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 14:17:42,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 14:17:42,969 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-04-30 14:17:42,969 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 14:17:42,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 14:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 14:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 14:18:08,429 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 14:18:08,432 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 14:18:11,954 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 14:18:11,956 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 14:18:39,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 14:18:39,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 14:18:42,990 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 14:18:42,991 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-04-30 14:18:42,991 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:18:43,013 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-04-30 14:18:43,013 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:18:43,013 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 14:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 14:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 14:19:11,956 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 14:19:11,957 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 14:19:39,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 14:19:39,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 14:19:43,013 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 14:19:43,015 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-04-30 14:19:43,015 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:19:43,035 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-04-30 14:19:43,035 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:19:43,035 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 14:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-04-30 14:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-04-30 14:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5600) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5600) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 14:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 14:20:11,957 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 14:20:11,959 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 14:20:39,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 14:20:39,167 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 14:20:43,036 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 14:20:43,037 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-04-30 14:20:43,037 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:20:43,057 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-04-30 14:20:43,058 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:20:43,058 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 14:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 14:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 14:21:11,959 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 14:21:11,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 14:21:39,167 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 14:21:39,169 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 14:21:43,058 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 14:21:43,059 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-04-30 14:21:43,059 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:21:43,079 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-04-30 14:21:43,079 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:21:43,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 14:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 14:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 14:22:10,146 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:22:10,153 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:22:11,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 14:22:11,961 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 14:22:39,169 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 14:22:39,171 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 14:22:43,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 14:22:43,081 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-04-30 14:22:43,081 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:22:43,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:22:43,104 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 14:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 14:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 14:23:08,432 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 14:23:08,434 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 14:23:11,962 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 14:23:11,963 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 14:23:35,516 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090342029&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:35,591 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091502119&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:35,653 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091611337&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:35,722 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091845982&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:35,794 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422092046902&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:35,858 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422092128121&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:35,919 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422092153476&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:35,981 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422092654817&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,033 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422092921266&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,094 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093024862&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,167 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093104324&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,218 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093232281&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,270 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093255463&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,321 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093442335&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,373 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093457155&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,427 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093547842&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,480 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093630235&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,528 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422095652511&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,579 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422095752864&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,638 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090652731&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,692 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091959832&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,743 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422093346210&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,795 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422095535270&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,847 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090354507&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,898 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090511269&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:36,950 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090531008&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,002 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090605754&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,054 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090647214&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,111 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422090805771&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,168 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091001704&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,228 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091014342&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,285 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091151241&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,346 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422091351073&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,399 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422095620004&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,451 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422095946140&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:37,500 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.501.1791052210.1.20250422090307600&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250422090341555&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250422095951649&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:23:39,171 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 14:23:39,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 14:23:43,104 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 14:23:43,105 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-04-30 14:23:43,105 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:23:43,126 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-04-30 14:23:43,126 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:23:43,126 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 14:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 14:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 14:24:11,963 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 14:24:11,964 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 14:24:39,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 14:24:39,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 14:24:43,127 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 14:24:43,128 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 14:24:43,129 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-04-30 14:24:43,129 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:24:43,156 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-04-30 14:24:43,156 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:24:43,157 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 14:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-04-30 14:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-04-30 14:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5621) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5621) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 14:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 14:25:11,964 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 14:25:11,965 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 14:25:39,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 14:25:39,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 14:25:43,157 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 14:25:43,158 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-04-30 14:25:43,158 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:25:43,178 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-04-30 14:25:43,178 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:25:43,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 14:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 14:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 14:26:11,965 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 14:26:11,967 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 14:26:39,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 14:26:39,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 14:26:43,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 14:26: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-04-30 14:26: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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:26:43,201 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-04-30 14:26:43,201 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:26:43,201 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 14:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 14:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 14:27:10,153 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:27:10,158 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:27:11,967 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 14:27:11,968 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 14:27:39,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 14:27:39,181 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 14:27:43,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 14:27:43,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:27:43,224 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-04-30 14:27:43,224 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:27:43,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 14:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 14:28:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 14:28:08,435 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 14:28:08,437 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 14:28:11,969 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 14:28:11,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 14:28:39,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 14:28:39,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 14:28:43,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 14:28:43,227 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-04-30 14:28:43,227 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:28:43,261 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-04-30 14:28:43,261 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:28:43,261 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 14:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 14:29:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 14:29:11,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 14:29:11,971 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 14:29:39,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 14:29:39,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 14:29:43,261 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 14:29:43,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:29:43,286 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-04-30 14:29:43,286 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:29:43,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 14:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-04-30 14:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-04-30 14:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5642) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5642) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 14:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 14:30:11,972 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 14:30:11,973 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 14:30:39,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 14:30:39,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 14:30:43,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 14:30:43,288 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-04-30 14:30:43,288 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:30:43,317 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-04-30 14:30:43,317 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:30:43,317 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 14:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 14:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 14:31:11,973 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 14:31:11,974 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 14:31:39,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 14:31:39,190 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 14:31:43,318 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 14:31:43,319 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-04-30 14:31:43,320 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:31:43,342 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-04-30 14:31:43,342 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:31:43,343 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 14:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 14:32:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 14:32:10,159 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:32:10,164 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:32:11,975 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 14:32:11,976 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 14:32:39,190 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 14:32:39,192 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 14:32:43,343 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 14:32:43,344 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-04-30 14:32:43,344 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:32:43,365 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-04-30 14:32:43,365 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:32:43,365 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 14:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 14:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 14:33:08,438 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 14:33:08,440 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 14:33:11,976 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 14:33:11,977 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 14:33:39,192 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 14:33:39,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 14:33:43,365 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 14:33:43,366 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-04-30 14:33:43,366 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:33:43,387 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-04-30 14:33:43,388 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:33:43,388 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 14:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 14:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 14:34:11,977 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 14:34:11,978 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 14:34:39,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 14:34:39,195 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 14:34:43,388 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 14:34:43,389 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-04-30 14:34:43,389 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:34:43,409 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-04-30 14:34:43,409 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:34:43,410 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 14:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 14:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 14:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5663) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5663) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:35:01,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120212548&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:35:01,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-79) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120541172&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:35:01,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120259396&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:35:01,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120151899&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:35:01,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120436970&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 14:35:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 14:35:11,979 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 14:35:11,980 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 14:35:39,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 14:35:39,199 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 14:35:43,410 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 14:35:43,411 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-04-30 14:35:43,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:35:43,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-04-30 14:35:43,432 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:35:43,432 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 14:36:01,715 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343129&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250425075038700&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250425075040065&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:36:01,787 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343129&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250425075038700&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250425075120525&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:36:01,848 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343129&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250425075038700&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250425075447448&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:36:01,909 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343129&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250425075038700&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250425075601877&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:36:01,969 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343129&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250425075038700&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250425075653817&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:36:02,030 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343129&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250425085732399&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250425085732878&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 14:36:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 14:36:11,980 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 14:36:11,981 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 14:36:39,199 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 14:36:39,201 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 14:36:43,432 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 14:36:43,433 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-04-30 14:36:43,433 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:36:43,434 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 14:36:43,454 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-04-30 14:36:43,454 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:36:43,454 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 14:36:47,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120541172&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:36:47,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-82) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120259396&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:36:47,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120151899&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:36:47,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-84) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120436970&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:36:47,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-85) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343235&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250428120151771&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250428120212548&contentType=image/jpeg from null@170.150.243.37
2025-04-30 14:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 14:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 14:37:10,165 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:37:10,170 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:37:11,981 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 14:37:11,983 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 14:37:39,202 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 14:37:39,204 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 14:37:43,455 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 14:37:43,456 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-04-30 14:37:43,456 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:37:43,457 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 14:37:43,477 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-04-30 14:37:43,477 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:37:43,478 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 14:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 14:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 14:38:08,440 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 14:38:08,443 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 14:38:11,983 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 14:38:11,984 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 14:38:19,028 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@186.219.221.112
2025-04-30 14:38:19,045 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-83) SearchForStudies: 1 Matches
2025-04-30 14:38:19,232 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series from null@186.219.221.112
2025-04-30 14:38:19,241 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-83) SearchForStudySeries: 2 Matches
2025-04-30 14:38:19,258 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@186.219.221.112
2025-04-30 14:38:19,264 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-83) SearchForStudies: 2 Matches
2025-04-30 14:38:19,678 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/metadata from null@186.219.221.112
2025-04-30 14:38:19,680 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/metadata from null@186.219.221.112
2025-04-30 14:38:19,685 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) retrieveSeriesMetadata: 14 Matches
2025-04-30 14:38:19,689 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) retrieveSeriesMetadata: 14 Matches
2025-04-30 14:38:20,023 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-82) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=340165 from null@186.219.221.112
2025-04-30 14:38:20,027 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-82) SearchForStudies: 1 Matches
2025-04-30 14:38:20,170 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112414877/frames/1 from null@186.219.221.112
2025-04-30 14:38:20,170 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111923996/frames/58 from null@186.219.221.112
2025-04-30 14:38:20,172 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) retrieveFrame: 1 Matches
2025-04-30 14:38:20,175 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) retrieveFrame: 1 Matches
2025-04-30 14:38:20,185 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-86) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.301.1144174170.2.20250205113010651/instances/1.2.410.200001.101.11.301.1144174170.3.20250205113754422/frames/1 from null@186.219.221.112
2025-04-30 14:38:20,190 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-86) retrieveFrame: 1 Matches
2025-04-30 14:38:20,275 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*340165*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@186.219.221.112
2025-04-30 14:38:20,282 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-87) SearchForStudies: 2 Matches
2025-04-30 14:38:21,200 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111552380/frames/1 from null@186.219.221.112
2025-04-30 14:38:21,204 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-87) retrieveFrame: 1 Matches
2025-04-30 14:38:37,248 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111724943/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,248 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-89) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112604539/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,248 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112134489/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,248 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111613844/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,248 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112325476/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,248 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-86) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430111750977/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,249 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-90) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112717388/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,249 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112828384/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,250 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112928148/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,250 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-92) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112845349/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,250 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-93) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/340165/series/1.2.410.200001.101.11.501.1791052210.2.20250430111551893/instances/1.2.410.200001.101.11.501.1791052210.3.20250430112902734/frames/1 from null@186.219.221.112
2025-04-30 14:38:37,251 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) retrieveFrame: 1 Matches
2025-04-30 14:38:37,252 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) retrieveFrame: 1 Matches
2025-04-30 14:38:37,253 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-93) retrieveFrame: 1 Matches
2025-04-30 14:38:37,254 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-86) retrieveFrame: 1 Matches
2025-04-30 14:38:37,254 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) retrieveFrame: 1 Matches
2025-04-30 14:38:37,254 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-92) retrieveFrame: 1 Matches
2025-04-30 14:38:37,277 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-89) retrieveFrame: 1 Matches
2025-04-30 14:38:37,279 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-90) retrieveFrame: 1 Matches
2025-04-30 14:38:37,280 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-87) retrieveFrame: 1 Matches
2025-04-30 14:38:37,288 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) retrieveFrame: 1 Matches
2025-04-30 14:38:37,288 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-94) retrieveFrame: 1 Matches
2025-04-30 14:38:39,204 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 14:38:39,207 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 14:38:43,478 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 14:38:43,479 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-04-30 14:38:43,479 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:38:43,480 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 14:38:43,502 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-04-30 14:38:43,502 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:38:43,502 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 14:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 14:39:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 14:39:11,984 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 14:39:11,985 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 14:39:16,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:39:16,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135582, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091804840, class=1.2.840.10008.5.1.4.1.1.3.1, no=26]
2025-04-30 14:39:16,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091804840] with equal digest
2025-04-30 14:39:16,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 14 ms
2025-04-30 14:39:17,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 25: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.20250426091804840 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:39:17,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091837432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:39:39,207 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 14:39:39,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 14:39:43,502 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 14:39:43,503 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,504 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,504 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,504 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,505 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,505 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,506 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,506 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,506 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,507 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,507 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,508 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-04-30 14:39:43,508 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:39:43,509 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,510 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,510 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,510 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,511 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,511 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,512 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,512 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:39:43,532 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,533 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,533 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,533 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,534 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,534 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,534 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,535 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,535 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 14:39:43,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 14:39:54,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:39:54,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135583, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091837432, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-04-30 14:39:54,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091837432] with equal digest
2025-04-30 14:39:54,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 12 ms
2025-04-30 14:39:54,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091837432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:39:54,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426091927613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 14:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 14:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5684) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5684) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 14:40:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 14:40:06,644 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110148422&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:06,711 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110238266&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:06,782 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110341471&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:06,847 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110422778&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:06,904 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110456675&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:06,957 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110546805&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:07,011 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110608736&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:07,064 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110632714&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:07,119 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110317962&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:07,199 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=208745&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250416110148053&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250416110650768&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:40:11,986 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 14:40:11,987 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 14:40:29,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:40:29,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135584, uid=1.2.410.200001.101.11.601.1501430850.3.20250426091927613, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-04-30 14:40:29,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426091927613] with equal digest
2025-04-30 14:40:29,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 15 ms
2025-04-30 14:40:29,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426091927613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:40:29,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426092008400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:40:39,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 14:40:39,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 14:40:43,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 14:40:43,536 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,537 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,537 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,538 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,538 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,538 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,539 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,539 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,539 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,540 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,541 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-04-30 14:40:43,541 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:40:43,542 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 14:40:43,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 14:40:43,564 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:40:43,564 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 14:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 14:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 14:41:04,165 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:41:04,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135585, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092008400, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-04-30 14:41:04,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092008400] with equal digest
2025-04-30 14:41:04,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 10 ms
2025-04-30 14:41:04,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426092008400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:41:04,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426092044089 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:41:11,987 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 14:41:11,988 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 14:41:38,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:41:38,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135586, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092044089, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-04-30 14:41:38,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092044089] with equal digest
2025-04-30 14:41:38,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 15 ms
2025-04-30 14:41:38,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426092044089 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:41:39,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426092116136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:41:39,213 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 14:41:39,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 14:41:43,564 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 14:41:43,565 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 14:41:43,567 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-04-30 14:41:43,567 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:41:43,588 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-04-30 14:41:43,588 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:41:43,588 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 14:41:45,017 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSDeleteScheduler.execute()
2025-04-30 14:41:45,019 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSDeleteScheduler.execute()
2025-04-30 14:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 14:42:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 14:42:09,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:42:09,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135587, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092116136, class=1.2.840.10008.5.1.4.1.1.6.1, no=31]
2025-04-30 14:42:09,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092116136] with equal digest
2025-04-30 14:42:09,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 12 ms
2025-04-30 14:42:09,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426092116136 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:42:09,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426092256027 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:42:10,171 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:42:10,177 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:42:11,988 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 14:42:11,989 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 14:42:39,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 14:42:39,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 14:42:43,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:42:43,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135588, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092256027, class=1.2.840.10008.5.1.4.1.1.6.1, no=32]
2025-04-30 14:42:43,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092256027] with equal digest
2025-04-30 14:42:43,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 17 ms
2025-04-30 14:42:43,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426092256027 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:42:43,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> 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.20250426092345666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:42:43,588 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 14:42:43,589 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-04-30 14:42:43,590 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:42:43,610 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-04-30 14:42:43,610 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:42:43,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 14:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 14:43:03,028 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 14:43:08,443 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-04-30 14:43:08,446 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-04-30 14:43:11,990 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 14:43:11,991 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 14:43:13,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:43:13,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Found previous received Instance[pk=135589, uid=1.2.410.200001.101.11.601.1501430850.3.20250426092345666, class=1.2.840.10008.5.1.4.1.1.6.1, no=33]
2025-04-30 14:43:13,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Ignore received Instance[studyUID=217439,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250426085127758,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250426092345666] with equal digest
2025-04-30 14:43:13,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420): Updated DB in 11 ms
2025-04-30 14:43:13,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << 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.20250426092345666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:43:13,815 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) >> A-RELEASE-RQ
2025-04-30 14:43:13,815 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(420) << A-RELEASE-RP
2025-04-30 14:43:13,866 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS60MT(420): close Socket[addr=187.91.28.24/187.91.28.24,port=49279,localport=11112]
2025-04-30 14:43:14,261 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49280,localport=11112]
2025-04-30 14:43:14,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) >> A-ASSOCIATE-RQ
2025-04-30 14:43:14,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) << A-ASSOCIATE-AC
2025-04-30 14:43:14,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430105946673 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:43:39,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 14:43:39,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 14:43:43,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 14:43:43,612 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-04-30 14:43:43,612 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:43:43,633 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-04-30 14:43:43,633 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:43:43,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 14:43:48,388 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:43:48,407 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Patient[pk=10456, id=PatientID[pk=10456, id=236654, issuer=DCM4CHEE.21922AD6.0DA2E1E9], name=FERNANDA MOREIRA DA SILVA]
2025-04-30 14:43:48,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Study[pk=11895, uid=236654, id=38579]
2025-04-30 14:43:48,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Series[pk=12556, uid=1.2.410.200001.101.11.601.1501430850.2.20250430105946302, no=1, mod=US]
2025-04-30 14:43:48,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136693, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105946673, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 14:43:48,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136693, systemID=fs1, path=2025/04/30/583A5B20/1806F259/E5B16037, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:43:48,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 56 ms
2025-04-30 14:43:48,447 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) No duplicate record with equal Patient ID found Patient[pk=10456, id=PatientID[pk=10456, id=236654, issuer=DCM4CHEE.21922AD6.0DA2E1E9], name=FERNANDA MOREIRA DA SILVA]
2025-04-30 14:43:48,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430105946673 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:43:48,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110005248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 14:44:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 14:44:11,991 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 14:44:11,992 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 14:44:21,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:44:21,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136694, uid=1.2.410.200001.101.11.601.1501430850.3.20250430110005248, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 14:44:21,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136694, systemID=fs1, path=2025/04/30/583A5B20/1806F259/357EE57B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:44:21,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 38 ms
2025-04-30 14:44:21,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110005248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:44:22,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110015887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:44:39,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 14:44:39,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 14:44:43,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 14:44:43,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-04-30 14:44:43,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:44:43,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-04-30 14:44:43,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:44:43,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 14:44:52,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:44:52,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136695, uid=1.2.410.200001.101.11.601.1501430850.3.20250430110015887, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 14:44:52,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136695, systemID=fs1, path=2025/04/30/583A5B20/1806F259/358D13FD, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:44:52,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 39 ms
2025-04-30 14:44:52,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110015887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:44:52,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110022400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-04-30 14:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-04-30 14:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5705) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5705) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 14:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 14:45:11,992 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 14:45:11,993 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 14:45:23,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:45:23,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136696, uid=1.2.410.200001.101.11.601.1501430850.3.20250430110022400, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 14:45:23,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136696, systemID=fs1, path=2025/04/30/583A5B20/1806F259/3599BE5E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:45:23,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 36 ms
2025-04-30 14:45:23,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110022400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:45:23,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110111144 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:45:39,225 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 14:45:39,227 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 14:45:43,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 14:45:43,657 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 14:45:43,659 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-04-30 14:45:43,659 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:45:43,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 14:45:43,682 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:45:43,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 14:45:53,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:45:53,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136697, uid=1.2.410.200001.101.11.601.1501430850.3.20250430110111144, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 14:45:53,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136697, systemID=fs1, path=2025/04/30/583A5B20/1806F259/3740005A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:45:53,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 28 ms
2025-04-30 14:45:53,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110111144 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:45:53,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430110148353 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 14:46:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 14:46:11,994 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 14:46:11,995 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 14:46:23,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:46:23,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136698, uid=1.2.410.200001.101.11.601.1501430850.3.20250430110148353, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 14:46:23,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136698, systemID=fs1, path=2025/04/30/583A5B20/1806F259/376D7D16, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:46:23,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 23 ms
2025-04-30 14:46:23,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430110148353 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:46:24,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430110207680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:46:39,227 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 14:46:39,229 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 14:46:43,683 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 14:46:43,684 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-04-30 14:46:43,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:46:43,704 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-04-30 14:46:43,704 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:46:43,704 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 14:46:53,959 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:46:53,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136699, uid=1.2.410.200001.101.11.601.1501430850.3.20250430110207680, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 14:46:53,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136699, systemID=fs1, path=2025/04/30/583A5B20/1806F259/38E98EEF, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:46:53,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 20 ms
2025-04-30 14:46:53,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) << 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.20250430110207680 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:46:54,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430110215970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 14:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 14:47:10,177 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:47:10,183 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:47:11,995 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 14:47:11,996 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 14:47:25,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:47:25,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Instance[pk=136700, uid=1.2.410.200001.101.11.601.1501430850.3.20250430110215970, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 14:47:25,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Create Location[pk=136700, systemID=fs1, path=2025/04/30/583A5B20/1806F259/38F6C8D6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-04-30 14:47:25,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421): Updated DB in 28 ms
2025-04-30 14:47:25,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) << 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.20250430110215970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:47:25,749 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) >> A-RELEASE-RQ
2025-04-30 14:47:25,749 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(421) << A-RELEASE-RP
2025-04-30 14:47:25,799 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS60MT(421): close Socket[addr=187.91.28.24/187.91.28.24,port=49280,localport=11112]
2025-04-30 14:47:26,148 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49281,localport=11112]
2025-04-30 14:47:26,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422) >> A-ASSOCIATE-RQ
2025-04-30 14:47:26,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422) << A-ASSOCIATE-AC
2025-04-30 14:47:26,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430105946673 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:47:39,229 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 14:47:39,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 14:47:43,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 14:47:43,706 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-04-30 14:47:43,706 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:47:43,728 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-04-30 14:47:43,728 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:47:43,728 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 14:47:56,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 14:47:56,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422): Found previous received Instance[pk=136693, uid=1.2.410.200001.101.11.601.1501430850.3.20250430105946673, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 14:47:56,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422): Ignore received Instance[studyUID=236654,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430105946302,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430105946673] with equal digest
2025-04-30 14:47:56,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422): Updated DB in 14 ms
2025-04-30 14:47:56,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430105946673 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:47:56,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430110005248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 14:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 14:48:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 14:48:04,575 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422): 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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:48:04,576 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422): 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.20250430110005248 - ?
  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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.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-04-30 14:48:04,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422) << 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-04-30 14:48:04,577 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-04-30 14:48:04,577 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422): close Socket[addr=187.91.28.24/187.91.28.24,port=49281,localport=11112]
2025-04-30 14:48:04,577 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5359) DCM4CHEE<-HS60MT(422) << C_STORE_RSP failed: Broken pipe
2025-04-30 14:48:08,447 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 14:48:08,449 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 14:48:11,996 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 14:48:11,998 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 14:48:39,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 14:48:39,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 14:48:43,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 14:48:43,730 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-04-30 14:48:43,731 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-04-30 14:48:43,731 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:48:43,751 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-04-30 14:48:43,751 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:48:43,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 14:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 14:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 14:49:11,998 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 14:49:11,999 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 14:49:39,235 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 14:49:39,237 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 14:49:43,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 14:49:43,755 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-04-30 14:49:43,755 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:49:43,797 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-04-30 14:49:43,797 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:49:43,798 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 14:49:43,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 14:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 14:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 14:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5726) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:50:00,945 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5726) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 14:50:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 14:50:04,671 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111854151&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:04,774 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111906202&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:04,859 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111909856&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:04,913 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111940385&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:04,976 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111945192&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,032 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112447243&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,085 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112507868&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,149 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417111925851&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,205 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112605232&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,259 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112627259&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,313 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112511153&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,367 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112528868&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,431 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112642663&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,487 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112712692&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,537 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112717936&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,586 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112817735&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,650 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112822819&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,705 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112841857&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,769 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112847916&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:05,822 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=237530&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250417111853767&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250417112919020&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:50:12,000 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 14:50:12,001 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 14:50:39,237 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 14:50:39,240 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 14:50:43,799 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 14:50:43,800 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-04-30 14:50:43,800 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:50:43,820 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-04-30 14:50:43,820 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:50:43,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 14:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 14:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 14:51:12,001 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 14:51:12,002 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 14:51:39,240 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 14:51:39,242 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 14:51:43,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 14:51:43,821 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 14:51:43,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:51:43,843 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-04-30 14:51:43,843 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:51:43,843 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 14:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 14:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 14:52:10,183 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:52:10,190 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:52:12,003 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 14:52:12,004 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 14:52:39,242 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 14:52:39,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 14:52:43,843 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 14:52:43,845 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-04-30 14:52:43,845 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:52:43,864 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-04-30 14:52:43,865 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:52:43,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 14:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 14:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 14:53:08,449 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 14:53:08,522 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) Calculated size of 1 studies
2025-04-30 14:53:08,522 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 14:53:12,004 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 14:53:12,005 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 14:53:39,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 14:53:39,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 14:53:43,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 14:53:43,866 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-04-30 14:53:43,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:53:43,889 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-04-30 14:53:43,889 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:53:43,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 14:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 14:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 14:54:12,005 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 14:54:12,007 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 14:54:39,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 14:54:39,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 14:54:43,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 14:54:43,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:54:43,892 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 14:54:43,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-04-30 14:54:43,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:54:43,919 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 14:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 14:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 14:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5747) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5747) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 14:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 14:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 14:55:12,007 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 14:55:12,008 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 14:55:39,250 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 14:55:39,252 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 14:55:43,919 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 14:55:43,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-04-30 14:55:43,921 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:55:43,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-04-30 14:55:43,941 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:55:43,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 14:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 14:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 14:56:12,008 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 14:56:12,009 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 14:56:33,925 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401092730103&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:33,999 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401092802326&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,052 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401092913237&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,113 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093006695&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,177 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093130958&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,244 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093156726&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,311 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093334639&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,368 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093422923&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,420 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093438142&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,472 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093559692&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,524 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093700973&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:34,575 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=238859&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250401092729949&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250401093726526&contentType=image/jpeg from null@162.240.235.97
2025-04-30 14:56:39,252 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 14:56:39,254 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 14:56:43,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 14:56:43,942 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-04-30 14:56:43,942 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:56:43,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 14:56:43,962 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 14:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 14:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 14:57:10,190 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:57:10,196 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 14:57:12,009 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 14:57:12,011 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 14:57:39,255 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 14:57:39,257 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 14:57:43,963 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 14:57:43,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 14:57:43,965 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-04-30 14:57:43,965 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:57:43,989 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-04-30 14:57:43,989 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:57:43,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 14:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 14:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 14:58:08,522 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 14:58:08,525 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 14:58:12,011 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 14:58:12,012 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 14:58:39,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 14:58:39,259 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 14:58:43,990 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 14:58:43,991 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-04-30 14:58:43,991 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:58:44,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-04-30 14:58:44,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:58:44,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 14:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 14:59:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 14:59:12,012 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 14:59:12,014 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 14:59:39,260 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 14:59:39,262 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 14:59:44,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 14:59:44,012 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-04-30 14:59:44,012 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:59:44,034 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-04-30 14:59:44,034 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 14:59:44,034 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 15:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 15:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 15:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5768) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5768) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 15:00:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 15:00:12,014 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 15:00:12,015 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 15:00:39,262 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 15:00:39,264 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 15:00:44,034 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 15:00:44,036 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-04-30 15:00:44,036 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:00:44,063 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-04-30 15:00:44,063 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:00:44,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 15:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 15:01:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 15:01:12,015 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 15:01:12,016 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 15:01:39,264 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 15:01:39,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 15:01:44,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 15:01:44,065 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-04-30 15:01:44,065 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:01:44,091 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-04-30 15:01:44,091 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:01:44,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 15:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 15:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 15:02:10,196 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:02:10,202 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:02:12,017 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 15:02:12,018 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 15:02:39,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 15:02:39,269 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 15:02:44,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 15:02:44,093 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-04-30 15:02:44,093 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:02:44,114 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-04-30 15:02:44,114 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:02:44,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 15:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 15:03:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 15:03:08,525 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 15:03:08,528 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 15:03:12,018 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 15:03:12,019 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 15:03:39,270 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 15:03:39,272 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 15:03:44,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 15:03:44,116 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-04-30 15:03:44,116 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:03:44,139 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-04-30 15:03:44,139 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:03:44,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 15:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 15:04:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 15:04:12,019 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 15:04:12,021 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 15:04:39,272 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 15:04:39,274 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 15:04:44,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 15:04:44,141 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-04-30 15:04:44,141 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:04:44,161 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-04-30 15:04:44,162 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:04:44,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 15:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 15:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 15:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5789) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5789) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 15:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 15:05:12,021 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 15:05:12,022 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 15:05:39,274 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 15:05:39,276 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 15:05:44,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 15:05:44,163 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-04-30 15:05:44,163 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:05:44,183 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-04-30 15:05:44,183 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:05:44,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 15:05:46,249 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093805766&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,322 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093847937&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,408 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092559328&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,469 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092604001&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,527 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092626770&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,580 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092638096&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,638 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092747008&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,691 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092926307&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,745 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092957470&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,798 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093531410&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,851 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093627187&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,908 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093641467&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:46,963 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093706942&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,014 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093732421&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,068 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093742267&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,120 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092802257&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,169 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092832837&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,219 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422092916035&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,269 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422093001386&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,318 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094208777&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,382 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094413670&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,445 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094448980&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,497 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094712214&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,558 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094752786&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,607 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094109976&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,660 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094227727&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,713 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094310149&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:05:47,766 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=236436&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250422092558971&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250422094642263&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 15:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 15:06:12,022 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 15:06:12,023 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 15:06:39,277 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 15:06:39,279 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 15:06:44,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 15:06:44,185 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-04-30 15:06:44,185 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:06:44,205 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-04-30 15:06:44,205 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:06:44,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 15:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 15:07:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 15:07:10,203 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:07:10,209 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:07:12,024 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 15:07:12,025 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 15:07:39,279 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 15:07:39,281 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 15:07:44,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 15:07:44,207 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 15:07:44,208 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-04-30 15:07:44,208 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:07:44,228 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-04-30 15:07:44,228 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:07:44,228 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 15:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 15:08:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 15:08:08,528 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 15:08:08,531 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 15:08:12,025 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 15:08:12,026 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 15:08:39,281 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 15:08:39,284 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 15:08:44,228 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 15:08:44,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-04-30 15:08:44,230 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:08:44,251 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-04-30 15:08:44,252 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:08:44,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 15:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 15:09:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 15:09:12,027 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 15:09:12,028 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 15:09:18,907 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStgCmtScheduler.execute()
2025-04-30 15:09:18,910 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStgCmtScheduler.execute()
2025-04-30 15:09:39,284 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 15:09:39,286 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 15:09:44,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 15:09:44,253 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-04-30 15:09:44,254 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:09:44,278 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-04-30 15:09:44,278 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:09:44,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 15:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 15:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 15:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5810) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5810) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 15:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 15:10:12,028 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 15:10:12,029 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 15:10:39,286 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 15:10:39,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 15:10:44,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 15:10:44,280 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-04-30 15:10:44,280 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:10:44,301 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-04-30 15:10:44,301 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:10:44,301 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 15:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 15:11:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 15:11:12,029 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 15:11:12,030 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 15:11:27,531 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeTaskScheduler.execute()
2025-04-30 15:11:27,556 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeTaskScheduler.execute()
2025-04-30 15:11:39,289 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 15:11:39,290 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 15:11:44,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 15:11:44,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 15:11:44,323 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-04-30 15:11:44,323 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:11:44,323 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 15:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 15:12:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 15:12:08,035 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280031.3892454590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:12:08,247 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280032.839066814.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:12:08,435 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280033.1157899454.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:12:08,612 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280031.2617320638.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:12:10,209 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:12:10,214 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:12:12,030 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 15:12:12,031 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 15:12:39,291 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 15:12:39,293 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 15:12:44,323 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 15:12:44,324 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,325 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,325 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,325 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,325 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,326 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 15:12:44,327 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,327 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,349 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-04-30 15:12:44,349 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:12:44,349 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,350 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,350 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:12:44,350 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 15:12:48,117 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280031.2617320638.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:12:48,280 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280031.3892454590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:12:48,546 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280032.839066814.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:12:48,718 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280033.1157899454.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 15:13:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 15:13:08,531 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 15:13:08,533 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 15:13:09,846 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280031.2617320638.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:10,001 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280031.3892454590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:10,154 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280032.839066814.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:10,321 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598452787.32962&seriesUID=1.2.392.200036.9125.3.3619053820161.6598452787.32963&objectUID=1.2.392.200036.9125.9.0.254280033.1157899454.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:12,032 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 15:13:12,033 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 15:13:39,293 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 15:13:39,295 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 15:13:43,874 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280037.906372286.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:44,036 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280037.3221759166.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:44,230 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280037.2080842942.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:13:44,350 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 15:13:44,352 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-04-30 15:13:44,352 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:13:44,385 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-04-30 15:13:44,385 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:13:44,386 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 15:13:44,469 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280036.4060423358.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 15:14:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 15:14:12,033 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 15:14:12,034 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 15:14:25,700 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280037.906372286.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:14:25,876 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280037.2080842942.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:14:26,030 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280037.3221759166.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:14:26,200 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598454241.329610&seriesUID=1.2.392.200036.9125.3.3619053820161.6598454241.329611&objectUID=1.2.392.200036.9125.9.0.254280036.4060423358.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:14:39,295 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 15:14:39,297 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 15:14:44,386 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 15:14:44,387 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 15:14:44,388 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-04-30 15:14:44,388 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:14:44,408 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-04-30 15:14:44,408 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:14:44,408 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 15:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 15:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 15:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5831) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5831) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 15:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 15:15:12,035 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 15:15:12,036 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 15:15:39,297 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 15:15:39,299 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 15:15:44,409 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 15:15:44,410 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 15:15:44,411 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-04-30 15:15:44,411 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:15:44,435 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-04-30 15:15:44,435 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:15:44,435 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 15:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 15:16:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 15:16:12,036 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 15:16:12,037 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 15:16:16,688 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280057.2265719998.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:16:16,835 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280056.4211745982.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:16:16,974 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280057.957031614.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:16:17,116 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280056.3137938622.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:16:39,300 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 15:16:39,301 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 15:16:44,436 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 15:16:44,437 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-04-30 15:16:44,437 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:16:44,460 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-04-30 15:16:44,460 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:16:44,460 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 15:16:54,608 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280056.4211745982.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:16:54,744 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280057.957031614.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:16:54,883 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280057.2265719998.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:16:55,027 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280056.3137938622.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 15:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 15:17:10,215 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:17:10,220 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:17:12,037 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 15:17:12,038 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 15:17:14,460 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280056.4211745982.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:14,609 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280057.957031614.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:14,790 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280057.2265719998.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:14,972 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598459307.329617&seriesUID=1.2.392.200036.9125.3.3619053820161.6598459307.329618&objectUID=1.2.392.200036.9125.9.0.254280056.3137938622.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:39,302 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 15:17:39,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 15:17:41,519 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.1846486206.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:41,737 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.453911742.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:41,888 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.2920293566.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:42,041 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280061.3574408382.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:44,460 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 15:17:44,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 15:17:44,461 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:17:44,481 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-04-30 15:17:44,481 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:17:44,482 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 15:17:57,960 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.453911742.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:58,107 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.1846486206.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:58,257 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.2920293566.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:17:58,404 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280061.3574408382.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 15:18:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 15:18:08,534 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-04-30 15:18:08,536 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-04-30 15:18:12,039 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 15:18:12,040 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 15:18:39,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 15:18:39,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 15:18:44,482 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 15:18:44,483 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-04-30 15:18:44,484 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-04-30 15:18:44,484 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:18:44,507 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-04-30 15:18:44,507 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:18:44,507 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 15:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 15:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 15:19:12,040 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 15:19:12,041 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 15:19:39,307 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 15:19:39,309 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 15:19:44,507 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 15:19:44,509 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-04-30 15:19:44,510 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-04-30 15:19:44,510 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:19:44,530 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-04-30 15:19:44,530 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:19:44,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 15:19:55,227 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.453911742.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:19:55,372 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.1846486206.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:19:55,524 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.2920293566.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:19:55,676 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280061.3574408382.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-04-30 15:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-04-30 15:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5852) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5852) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 15:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 15:20:12,041 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 15:20:12,042 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 15:20:13,456 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.453911742.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:20:13,611 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.1846486206.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:20:13,764 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280062.2920293566.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:20:13,916 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598460614.329624&seriesUID=1.2.392.200036.9125.3.3619053820161.6598460614.329625&objectUID=1.2.392.200036.9125.9.0.254280061.3574408382.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:20:39,309 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 15:20:39,311 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 15:20:44,531 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 15:20:44,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 15:20:44,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-04-30 15:20:44,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:20:44,558 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 15:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 15:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 15:21:12,043 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 15:21:12,044 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 15:21:39,312 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 15:21:39,313 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 15:21:44,558 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 15:21:44,559 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 15:21:44,560 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-04-30 15:21:44,560 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:21:44,582 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-04-30 15:21:44,582 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:21:44,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 15:21:49,037 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280072.286467262.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:21:49,181 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280071.3423741118.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:21:49,327 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280071.2383488190.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:21:49,513 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280072.1360274622.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 15:22:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 15:22:10,220 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:22:10,226 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:22:12,044 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 15:22:12,045 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 15:22:22,895 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280071.3423741118.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:22:23,059 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280072.286467262.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:22:23,220 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280072.1360274622.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:22:23,406 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461021.329631&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461021.329632&objectUID=1.2.392.200036.9125.9.0.254280071.2383488190.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:22:39,314 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 15:22:39,315 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 15:22:44,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 15:22:44,584 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-04-30 15:22:44,584 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:22:44,608 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-04-30 15:22:44,608 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:22:44,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 15:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 15:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 15:23:08,536 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 15:23:08,538 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 15:23:12,045 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 15:23:12,046 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 15:23:39,316 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 15:23:39,317 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 15:23:44,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 15:23:44,610 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-04-30 15:23:44,610 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:23:44,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-04-30 15:23:44,633 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-04-30 15:23:44,633 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:23:44,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 15:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 15:24:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 15:24:12,047 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 15:24:12,047 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 15:24:39,318 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 15:24:39,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 15:24:44,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 15:24:44,636 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-04-30 15:24:44,636 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:24:44,676 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-04-30 15:24:44,676 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:24:44,677 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 15:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 15:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 15:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5873) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5873) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 15:25:03,026 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 15:25:12,048 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 15:25:12,049 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 15:25:39,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 15:25:39,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 15:25:44,677 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 15:25:44,679 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-04-30 15:25:44,679 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:25:44,707 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-04-30 15:25:44,707 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:25:44,707 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 15:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 15:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 15:26:12,049 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 15:26:12,050 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 15:26:39,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 15:26:39,325 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 15:26:44,707 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 15:26:44,709 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-04-30 15:26:44,709 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:26:44,740 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-04-30 15:26:44,741 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:26:44,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 15:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 15:27:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 15:27:10,226 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:27:10,233 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:27:12,050 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 15:27:12,051 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 15:27:39,325 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 15:27:39,327 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 15:27:44,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 15:27:44,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-04-30 15:27:44,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:27:44,768 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-04-30 15:27:44,769 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:27:44,769 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 15:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 15:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 15:28:08,538 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 15:28:08,541 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 15:28:12,052 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 15:28:12,053 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 15:28:39,327 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 15:28:39,329 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 15:28:40,212 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.3325306046.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:28:40,435 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.2251498686.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:28:40,620 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280110.87368894.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:28:40,806 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.1211245758.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:28:44,769 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 15:28:44,770 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-04-30 15:28:44,770 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:28:44,791 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-04-30 15:28:44,791 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:28:44,791 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 15:29:01,369 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.2251498686.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:29:01,552 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.3325306046.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:29:01,736 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280110.87368894.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:29:01,925 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.1211245758.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 15:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 15:29:12,053 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 15:29:12,054 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 15:29:39,330 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 15:29:39,331 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 15:29:44,792 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 15:29:44,793 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-04-30 15:29:44,793 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:29:44,816 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-04-30 15:29:44,816 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:29:44,816 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 15:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 15:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 15:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5894) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5894) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:30:01,381 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.2251498686.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:30:01,520 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.3325306046.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:30:01,662 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280110.87368894.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:30:01,804 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598472764.329685&seriesUID=1.2.392.200036.9125.3.3619053820161.6598472764.329686&objectUID=1.2.392.200036.9125.9.0.254280109.1211245758.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 15:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 15:30:12,054 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 15:30:12,055 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 15:30:39,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 15:30:39,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 15:30:44,816 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 15:30:44,818 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-04-30 15:30:44,818 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:30:44,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-04-30 15:30:44,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:30:44,838 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 15:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 15:31:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 15:31:12,055 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 15:31:12,057 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 15:31:31,239 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.1596925118.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:31:31,405 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.2637178046.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:31:31,567 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.3710985406.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:31:31,728 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.120464574.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:31:39,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 15:31:39,336 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 15:31:44,838 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 15:31:44,839 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-04-30 15:31:44,839 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:31:44,864 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-04-30 15:31:44,864 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:31:44,865 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-04-30 15:31:44,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 15:32:02,884 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.1596925118.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 15:32:03,021 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.2637178046.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:32:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 15:32:03,159 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.3710985406.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:32:03,301 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598471929.329678&seriesUID=1.2.392.200036.9125.3.3619053820161.6598471929.329679&objectUID=1.2.392.200036.9125.9.0.254280106.120464574.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:32:10,233 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:32:10,238 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:32:12,057 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 15:32:12,058 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 15:32:39,336 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 15:32:39,338 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 15:32:44,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 15:32:44,866 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-04-30 15:32:44,866 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:32:44,888 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-04-30 15:32:44,888 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:32:44,889 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 15:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 15:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 15:33:07,728 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49231,localport=11112]
2025-04-30 15:33:07,738 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> A-ASSOCIATE-RQ
2025-04-30 15:33:07,738 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << A-ASSOCIATE-AC
2025-04-30 15:33:07,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074419666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:08,541 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-04-30 15:33:08,544 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-04-30 15:33:12,058 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 15:33:12,059 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 15:33:30,143 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=52054,localport=11112]
2025-04-30 15:33:30,144 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> A-ASSOCIATE-RQ
2025-04-30 15:33:30,144 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << A-ASSOCIATE-AC
2025-04-30 15:33:30,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123616780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:39,338 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 15:33:39,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 15:33:44,889 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 15:33:44,890 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-04-30 15:33:44,890 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:33:44,911 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-04-30 15:33:44,911 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:33:44,912 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-04-30 15:33:44,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 15:33:47,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:33:47,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136631, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123616780, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 15:33:47,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123616780] with equal digest
2025-04-30 15:33:47,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 16 ms
2025-04-30 15:33:47,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123616780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:48,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123637584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:51,241 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:33:51,258 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Patient[pk=10457, id=PatientID[pk=10457, id=237422, issuer=DCM4CHEE.5BE9B55C.08AE31AA], name=MARLI DE SOUZA BATISTA FERNANDES]
2025-04-30 15:33:51,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Study[pk=11896, uid=237422, id=38463]
2025-04-30 15:33:51,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Series[pk=12557, uid=1.2.410.200001.101.11.601.1501430850.2.20250430074417992, no=1, mod=US]
2025-04-30 15:33:51,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136701, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074419666, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 15:33:51,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136701, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/EAFDCB71, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:33:51,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 46 ms
2025-04-30 15:33:51,288 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) No duplicate record with equal Patient ID found Patient[pk=10457, id=PatientID[pk=10457, id=237422, issuer=DCM4CHEE.5BE9B55C.08AE31AA], name=MARLI DE SOUZA BATISTA FERNANDES]
2025-04-30 15:33:51,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074419666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:51,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074429391 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:52,753 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:33:52,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136632, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123637584, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 15:33:52,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123637584] with equal digest
2025-04-30 15:33:52,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 10 ms
2025-04-30 15:33:52,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123637584 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:52,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123706047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:58,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:33:58,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136633, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123706047, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 15:33:58,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123706047] with equal digest
2025-04-30 15:33:58,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 9 ms
2025-04-30 15:33:58,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123706047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:33:58,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123742808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 15:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 15:34:04,384 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:04,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136634, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123742808, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 15:34:04,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123742808] with equal digest
2025-04-30 15:34:04,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 9 ms
2025-04-30 15:34:04,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123742808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:04,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123828140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:10,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:10,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136639, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123828140, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 15:34:10,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123828140] with equal digest
2025-04-30 15:34:10,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 9 ms
2025-04-30 15:34:10,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123828140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:10,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123837378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:12,059 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 15:34:12,061 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 15:34:17,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:17,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136635, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123837378, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 15:34:17,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123837378] with equal digest
2025-04-30 15:34:17,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 13 ms
2025-04-30 15:34:17,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123837378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:17,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123933327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:24,373 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:24,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136636, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123933327, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 15:34:24,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123933327] with equal digest
2025-04-30 15:34:24,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 9 ms
2025-04-30 15:34:24,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) 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.1123109166.3.20250430123933327 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:24,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20250430123954792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:28,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:28,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136637, uid=1.2.410.200001.101.11.301.1123109166.3.20250430123954792, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 15:34:28,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430123616644,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430123954792] with equal digest
2025-04-30 15:34:28,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 10 ms
2025-04-30 15:34:28,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << 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.20250430123954792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:28,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> 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.20250430124148745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:32,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:32,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136640, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124148745, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 15:34:32,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430124148386,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430124148745] with equal digest
2025-04-30 15:34:32,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 21 ms
2025-04-30 15:34:32,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << 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.20250430124148745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:33,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> 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.20250430124238620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:34,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:34,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136702, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074429391, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 15:34:34,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136702, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/EB0BD807, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:34:34,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 26 ms
2025-04-30 15:34:34,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074429391 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:35,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074447659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:39,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 15:34:39,341 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 15:34:39,929 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:39,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136641, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124238620, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 15:34:39,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430124148386,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430124238620] with equal digest
2025-04-30 15:34:39,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 9 ms
2025-04-30 15:34:39,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << 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.20250430124238620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:40,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> 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.20250430124250901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:44,913 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 15:34:44,914 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-04-30 15:34:44,914 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:34:44,934 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-04-30 15:34:44,934 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:34:44,934 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 15:34:45,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:45,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136642, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124250901, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 15:34:45,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430124148386,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430124250901] with equal digest
2025-04-30 15:34:45,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 3 ms
2025-04-30 15:34:45,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << 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.20250430124250901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:45,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> 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.20250430124333593 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:51,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:51,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136643, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124333593, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 15:34:51,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430124148386,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430124333593] with equal digest
2025-04-30 15:34:51,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 3 ms
2025-04-30 15:34:51,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << 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.20250430124333593 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:51,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> 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.20250430124429101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:57,162 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:34:57,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136644, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124429101, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 15:34:57,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430124148386,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430124429101] with equal digest
2025-04-30 15:34:57,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 3 ms
2025-04-30 15:34:57,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << 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.20250430124429101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:34:57,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> 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.20250430124441782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-04-30 15:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-04-30 15:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5917) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5917) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:35:02,979 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:35:02,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Found previous received Instance[pk=136645, uid=1.2.410.200001.101.11.301.1123109166.3.20250430124441782, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 15:35:02,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Ignore received Instance[studyUID=5251,seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250430124148386,objectUID=1.2.410.200001.101.11.301.1123109166.3.20250430124441782] with equal digest
2025-04-30 15:35:02,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424): Updated DB in 3 ms
2025-04-30 15:35:02,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << 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.20250430124441782 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 15:35:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 15:35:03,180 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) >> A-RELEASE-RQ
2025-04-30 15:35:03,180 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5912) DCM4CHEE<-HS30(424) << A-RELEASE-RP
2025-04-30 15:35:03,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(424): close Socket[addr=187.91.28.24/187.91.28.24,port=52054,localport=11112]
2025-04-30 15:35:12,061 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 15:35:12,062 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 15:35:17,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:35:17,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136703, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074447659, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 15:35:17,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136703, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/EB27291A, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:35:17,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 23 ms
2025-04-30 15:35:17,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074447659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:35:17,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074513321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:35:39,342 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 15:35:39,344 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 15:35:44,934 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 15:35:44,937 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-04-30 15:35:44,937 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:35:44,938 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-04-30 15:35:44,981 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-04-30 15:35:44,981 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:35:44,981 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 15:35:59,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:35:59,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136704, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074513321, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 15:35:59,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136704, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/ECAFDE12, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:35:59,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 32 ms
2025-04-30 15:35:59,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074513321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:35:59,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074552289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 15:36:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 15:36:12,062 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 15:36:12,063 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 15:36:39,344 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 15:36:39,346 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 15:36:44,982 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 15:36:44,985 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-04-30 15:36:44,985 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:36:45,028 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-04-30 15:36:45,029 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:36:45,029 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 15:36:48,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:36:48,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136705, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074552289, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 15:36:48,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136705, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/ECE7C4B8, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 15:36:49,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 8 ms
2025-04-30 15:36:49,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074552289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:36:49,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074604265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 15:37:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 15:37:10,239 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:37:10,245 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:37:12,064 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 15:37:12,065 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 15:37:30,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:37:30,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136706, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074604265, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 15:37:30,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136706, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/EE57104E, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:37:30,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 16 ms
2025-04-30 15:37:30,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074604265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:37:30,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074630128 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:37:39,347 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 15:37:39,349 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 15:37:45,029 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 15:37:45,032 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-04-30 15:37:45,033 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:37:45,074 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-04-30 15:37:45,074 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:37:45,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 15:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 15:38:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 15:38:08,544 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 15:38:08,547 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 15:38:10,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:38:10,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136707, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074630128, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 15:38:10,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136707, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/EE7F811B, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:38:10,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 12 ms
2025-04-30 15:38:10,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430074630128 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:38:11,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074700947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:38:12,065 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 15:38:12,066 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 15:38:39,349 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 15:38:39,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 15:38:45,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 15:38:45,079 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-04-30 15:38:45,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:38:45,131 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-04-30 15:38:45,131 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:38:45,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 15:38:52,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:38:52,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136708, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074700947, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 15:38:52,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136708, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/F00A317C, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:38:52,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 10 ms
2025-04-30 15:38:52,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430074700947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:38:52,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075123744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 15:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 15:39:12,066 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 15:39:12,068 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 15:39:33,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:39:33,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136709, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075123744, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 15:39:33,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136709, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/1AD0DD9D, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:39:33,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 11 ms
2025-04-30 15:39:33,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075123744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:39:33,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075151563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:39:39,351 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 15:39:39,352 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 15:39:45,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 15:39:45,134 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-04-30 15:39:45,135 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:39:45,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-04-30 15:39:45,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:39:45,179 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 15:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 15:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 15:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5938) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5938) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 15:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 15:40:04,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:40:04,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136710, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075151563, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 15:40:04,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136710, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/1AFA341D, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:40:04,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 15 ms
2025-04-30 15:40:04,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075151563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:40:04,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075233285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:40:12,068 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 15:40:12,069 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 15:40:26,794 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=148.113.206.49, port=60806, Session(1746032679387|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 15:40:39,353 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 15:40:39,354 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 15:40:41,796 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5943) Exception on accepted connection SSLSocket[hostname=148.113.206.49, port=60806, Session(1746032679387|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-04-30 15:40:41,796 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5943) Close connection SSLSocket[hostname=148.113.206.49, port=60806, Session(1746032679387|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 15:40:43,913 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:40:43,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136711, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075233285, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 15:40:43,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136711, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/1C93BB75, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:40:43,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 6 ms
2025-04-30 15:40:43,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075233285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:40:44,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075324354 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:40:45,179 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 15:40:45,183 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-04-30 15:40:45,183 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:40:45,232 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-04-30 15:40:45,233 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:40:45,233 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 15:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 15:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 15:41:12,070 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 15:41:12,071 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 15:41:14,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:41:14,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136712, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075324354, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 15:41:14,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136712, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/1E3AF455, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:41:14,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 23 ms
2025-04-30 15:41:14,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075324354 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:41:15,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075347726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:41:39,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 15:41:39,356 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 15:41:45,020 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSDeleteScheduler.execute()
2025-04-30 15:41:45,022 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSDeleteScheduler.execute()
2025-04-30 15:41:45,233 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 15:41:45,236 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-04-30 15:41:45,236 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:41:45,261 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-04-30 15:41:45,261 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:41:45,262 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 15:41:45,973 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:41:45,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136713, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075347726, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 15:41:45,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136713, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/1E588F1D, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:41:45,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 26 ms
2025-04-30 15:41:46,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075347726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:41:46,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075550105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 15:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 15:42:10,245 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:42:10,252 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:42:12,071 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 15:42:12,072 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 15:42:17,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:42:17,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136714, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075550105, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 15:42:17,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136714, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/21CD127E, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:42:17,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 21 ms
2025-04-30 15:42:17,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075550105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:42:17,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075757522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:42:39,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 15:42:39,359 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 15:42:45,262 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 15:42:45,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-04-30 15:42:45,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:42:45,283 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-04-30 15:42:45,283 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:42:45,283 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 15:42:48,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:42:48,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136715, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075757522, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 15:42:48,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136715, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/253A0194, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:42:48,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 5 ms
2025-04-30 15:42:48,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075757522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:42:48,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075810384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 15:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 15:43:08,547 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 15:43:08,611 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) Calculated size of 1 studies
2025-04-30 15:43:08,611 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 15:43:12,072 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 15:43:12,074 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 15:43:24,029 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:43:24,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136716, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075810384, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 15:43:24,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136716, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/26B346D0, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 15:43:24,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 25 ms
2025-04-30 15:43:24,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075810384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:43:24,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075840798 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:43:39,359 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 15:43:39,360 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 15:43:45,283 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 15:43:45,285 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-04-30 15:43:45,285 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:43:45,307 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-04-30 15:43:45,307 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:43:45,307 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 15:43:55,345 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:43:55,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136717, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075840798, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 15:43:55,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136717, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/26DD9C7A, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:43:55,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 20 ms
2025-04-30 15:43:55,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075840798 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:43:55,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075912666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 15:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 15:44:12,074 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 15:44:12,075 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 15:44:26,299 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:44:26,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136718, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075912666, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 15:44:26,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136718, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/28691334, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:44:26,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 19 ms
2025-04-30 15:44:26,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075912666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:44:26,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430075952966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:44:39,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 15:44:39,362 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 15:44:45,307 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 15:44:45,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-04-30 15:44:45,310 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-04-30 15:44:45,310 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:44:45,330 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-04-30 15:44:45,330 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:44:45,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 15:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-04-30 15:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-04-30 15:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5958) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5958) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:45:02,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:45:02,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136719, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075952966, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 15:45:02,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136719, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/28A17C7B, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-04-30 15:45:02,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 25 ms
2025-04-30 15:45:02,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430075952966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:45:02,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430080032971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 15:45:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 15:45:12,076 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 15:45:12,077 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 15:45:33,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:45:33,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136720, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080032971, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 15:45:33,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136720, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/788BB496, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:45:33,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 23 ms
2025-04-30 15:45:33,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430080032971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:45:33,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430080040569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:45:39,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 15:45:39,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 15:45:45,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 15:45:45,332 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-04-30 15:45:45,332 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:45:45,353 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-04-30 15:45:45,353 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:45:45,353 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 15:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 15:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 15:46:04,565 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:46:04,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136721, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080040569, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 15:46:04,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136721, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/7898D43E, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:46:04,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 20 ms
2025-04-30 15:46:04,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430080040569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:46:04,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430080123097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:46:12,077 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 15:46:12,078 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 15:46:35,676 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:46:35,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136722, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080123097, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 15:46:35,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136722, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/7A32C88E, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:46:35,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 10 ms
2025-04-30 15:46:35,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430080123097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:46:35,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430080205968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:46:39,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 15:46:39,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 15:46:45,353 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 15:46:45,354 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-04-30 15:46:45,355 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:46:45,377 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-04-30 15:46:45,377 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:46:45,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 15:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 15:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 15:47:06,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:47:06,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136723, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080205968, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 15:47:06,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136723, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/7BCC7C56, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-04-30 15:47:06,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 5 ms
2025-04-30 15:47:06,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430080205968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:47:06,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> 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.20250430080225716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:47:10,252 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:47:10,257 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:47:12,078 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 15:47:12,079 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 15:47:37,719 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:47:37,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Instance[pk=136724, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080225716, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 15:47:37,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Create Location[pk=136724, systemID=fs1, path=2025/04/30/583AC79E/1D528C8E/7BE8A339, tsuid=1.2.840.10008.1.2, size=3416788, status=OK, objectType=DICOM_FILE]
2025-04-30 15:47:37,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423): Updated DB in 10 ms
2025-04-30 15:47:37,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << 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.20250430080225716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:47:37,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) >> A-RELEASE-RQ
2025-04-30 15:47:37,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(423) << A-RELEASE-RP
2025-04-30 15:47:37,989 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS60MT(423): close Socket[addr=187.91.28.24/187.91.28.24,port=49231,localport=11112]
2025-04-30 15:47:38,387 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49272,localport=11112]
2025-04-30 15:47:38,388 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> A-ASSOCIATE-RQ
2025-04-30 15:47:38,388 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << A-ASSOCIATE-AC
2025-04-30 15:47:38,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105536647 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:47:39,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 15:47:39,369 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 15:47:45,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 15:47:45,378 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-04-30 15:47:45,378 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:47:45,403 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-04-30 15:47:45,403 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:47:45,403 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 15:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 15:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 15:48:08,611 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 15:48:08,614 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 15:48:12,079 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 15:48:12,080 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 15:48:18,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:48:18,996 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Patient[pk=10458, id=PatientID[pk=10458, id=343081, issuer=DCM4CHEE.85059027.0D9477B4], name=LAIS ARCE SOARES]
2025-04-30 15:48:18,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Study[pk=11897, uid=343081, id=38377]
2025-04-30 15:48:18,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Series[pk=12558, uid=1.2.410.200001.101.11.601.1501430850.2.20250429105536305, no=1, mod=US]
2025-04-30 15:48:18,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136725, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105536647, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 15:48:18,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136725, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E0802D37, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:48:19,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 27 ms
2025-04-30 15:48:19,014 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) No duplicate record with equal Patient ID found Patient[pk=10458, id=PatientID[pk=10458, id=343081, issuer=DCM4CHEE.85059027.0D9477B4], name=LAIS ARCE SOARES]
2025-04-30 15:48:19,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105536647 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:48:19,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105542345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:48:39,369 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 15:48:39,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 15:48:45,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 15:48:45,405 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 15:48:45,406 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-04-30 15:48:45,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:48:45,430 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-04-30 15:48:45,430 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:48:45,430 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 15:48:57,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:48:57,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136726, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105542345, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 15:48:57,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136726, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E08C67F7, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:48:57,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 5 ms
2025-04-30 15:48:57,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105542345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:48:57,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105551459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 15:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 15:49:12,081 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 15:49:12,082 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 15:49:27,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:49:27,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136727, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105551459, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 15:49:27,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136727, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E09A0EFD, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:49:27,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 6 ms
2025-04-30 15:49:27,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105551459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:49:28,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105613888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:49:39,371 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 15:49:39,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 15:49:45,430 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 15:49:45,431 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 15:49:45,433 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-04-30 15:49:45,433 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:49:45,454 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-04-30 15:49:45,454 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:49:45,454 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 15:49:58,385 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:49:58,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136728, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105613888, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 15:49:58,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136728, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E21781B6, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:49:58,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 16 ms
2025-04-30 15:49:58,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250429105613888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:49:58,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105622541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 15:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 15:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5979) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5979) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 15:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 15:50:12,082 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 15:50:12,083 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 15:50:28,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:50:28,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136729, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105622541, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 15:50:28,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136729, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E2251912, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:50:29,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 14 ms
2025-04-30 15:50:29,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105622541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:50:29,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105708007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:50:39,373 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 15:50:39,375 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 15:50:45,454 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 15:50:45,455 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-04-30 15:50:45,455 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:50:45,476 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-04-30 15:50:45,477 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:50:45,477 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 15:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 15:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 15:51:04,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:51:04,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136730, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105708007, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 15:51:04,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136730, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E3C069AE, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-04-30 15:51:04,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 20 ms
2025-04-30 15:51:04,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105708007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:51:04,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105715188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:51:12,083 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 15:51:12,084 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 15:51:34,678 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:51:34,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136731, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105715188, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 15:51:34,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136731, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E3CD28CC, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:51:34,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 22 ms
2025-04-30 15:51:34,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429105715188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:51:34,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105725607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:51:39,375 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 15:51:39,377 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 15:51:45,477 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 15:51:45,478 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-04-30 15:51:45,478 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:51:45,500 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-04-30 15:51:45,500 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:51:45,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 15:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 15:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 15:52:05,291 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:52:05,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136732, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105725607, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 15:52:05,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136732, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E3DB5219, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:52:05,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 11 ms
2025-04-30 15:52:05,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429105725607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:52:05,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429105740769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:52:10,258 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:52:10,264 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:52:12,084 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 15:52:12,086 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 15:52:35,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:52:35,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136733, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105740769, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 15:52:35,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136733, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E3F53FBD, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:52:35,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 22 ms
2025-04-30 15:52:35,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429105740769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:52:36,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429105749607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:52:39,377 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 15:52:39,379 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 15:52:45,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 15:52:45,502 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-04-30 15:52:45,502 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:52:45,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-04-30 15:52:45,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:52:45,528 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 15:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 15:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 15:53:06,492 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:53:06,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136734, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105749607, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 15:53:06,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136734, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E3F95297, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:53:06,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 29 ms
2025-04-30 15:53:06,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429105749607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:53:06,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429105815898 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:53:08,614 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 15:53:08,617 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 15:53:12,086 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 15:53:12,087 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 15:53:36,760 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:53:36,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136735, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105815898, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 15:53:36,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136735, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/E5821BD1, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:53:36,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 26 ms
2025-04-30 15:53:36,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429105815898 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:53:36,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429110339141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:53:39,379 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 15:53:39,381 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 15:53:45,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 15:53:45,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 15:53:45,530 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:53:45,549 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-04-30 15:53:45,550 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:53:45,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 15:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 15:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 15:54:07,213 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:54:07,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136736, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110339141, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 15:54:07,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136736, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/3C79CAE5, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:54:07,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 23 ms
2025-04-30 15:54:07,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429110339141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:54:07,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429110423751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:54:12,087 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 15:54:12,088 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 15:54:38,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:54:38,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136737, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110423751, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 15:54:38,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136737, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/3E1DE86E, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:54:38,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 22 ms
2025-04-30 15:54:38,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429110423751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:54:38,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429110454115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:54:39,381 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 15:54:39,382 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 15:54:45,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 15:54:45,551 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-04-30 15:54:45,551 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:54:45,571 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-04-30 15:54:45,571 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:54:45,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 15:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-04-30 15:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-04-30 15:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6000) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6000) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 15:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 15:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 15:55:08,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:55:08,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136738, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110454115, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 15:55:08,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136738, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/3E488C52, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:55:08,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 11 ms
2025-04-30 15:55:08,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429110454115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:55:08,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429110518675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:55:12,089 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 15:55:12,089 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 15:55:38,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:55:38,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136739, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110518675, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 15:55:38,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136739, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/3FC6EBE8, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:55:38,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 14 ms
2025-04-30 15:55:38,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429110518675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:55:39,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429110734610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:55:39,383 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 15:55:39,384 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 15:55:45,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 15:55:45,573 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-04-30 15:55:45,573 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:55:45,593 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-04-30 15:55:45,593 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:55:45,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 15:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 15:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 15:56:12,090 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 15:56:12,091 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 15:56:13,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:56:13,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136740, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110734610, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 15:56:13,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136740, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/434AF9ED, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-04-30 15:56:13,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 5 ms
2025-04-30 15:56:13,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429110734610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:56:13,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429110748902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:56:39,385 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 15:56:39,386 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 15:56:44,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:56:44,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136741, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110748902, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 15:56:44,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136741, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/435AEE10, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:56:44,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 13 ms
2025-04-30 15:56:44,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429110748902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:56:44,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429110900073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:56:45,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 15:56:45,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 15:56:45,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:56:45,616 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-04-30 15:56:45,616 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:56:45,616 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 15:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 15:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 15:57:10,264 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:57:10,269 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 15:57:12,091 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 15:57:12,092 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 15:57:14,814 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:57:14,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136742, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110900073, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 15:57:14,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136742, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/46887D63, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:57:14,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 20 ms
2025-04-30 15:57:14,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429110900073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:57:15,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429111000454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:57:39,386 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 15:57:39,388 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 15:57:45,616 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 15:57:45,617 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-04-30 15:57:45,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:57:45,637 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-04-30 15:57:45,638 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:57:45,638 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 15:57:49,870 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:57:49,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136743, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111000454, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 15:57:49,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136743, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/6C1329D4, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-04-30 15:57:49,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 16 ms
2025-04-30 15:57:49,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429111000454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:57:50,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429111028000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 15:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 15:58:08,617 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-04-30 15:58:08,682 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) Calculated size of 1 studies
2025-04-30 15:58:08,682 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-04-30 15:58:12,093 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 15:58:12,094 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 15:58:20,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:58:20,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136744, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111028000, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 15:58:20,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136744, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/6C32EC2B, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:58:20,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 19 ms
2025-04-30 15:58:20,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429111028000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:58:20,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429111039650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:58:39,389 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 15:58:39,390 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 15:58:45,638 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 15:58:45,639 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-04-30 15:58:45,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:58:45,660 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-04-30 15:58:45,660 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:58:45,660 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 15:58:51,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:58:51,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136745, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111039650, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 15:58:51,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136745, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/6C418F2C, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:58:51,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 12 ms
2025-04-30 15:58:51,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429111039650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:58:51,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429111105555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 15:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 15:59:12,094 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 15:59:12,095 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 15:59:21,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:59:21,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136746, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111105555, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 15:59:21,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136746, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/6DCA4C10, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:59:21,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 17 ms
2025-04-30 15:59:21,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429111105555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:59:21,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429111113382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:59:25,667 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280102.2519344318.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:25,851 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280102.3609928894.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:26,021 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280103.3123520702.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:26,186 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280103.422323390.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:39,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 15:59:39,392 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 15:59:45,660 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 15:59:45,661 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 15:59:45,662 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-04-30 15:59:45,662 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:59:45,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 15:59:45,682 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 15:59:45,683 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 15:59:45,841 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280102.2519344318.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:45,992 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280102.3609928894.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:46,141 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280103.422323390.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:46,290 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598461060.329640&seriesUID=1.2.392.200036.9125.3.3619053820161.6598461060.329641&objectUID=1.2.392.200036.9125.9.0.254280103.3123520702.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 15:59:52,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 15:59:52,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136747, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111113382, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 15:59:52,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136747, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/6DD773AB, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 15:59:52,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 26 ms
2025-04-30 15:59:52,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429111113382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 15:59:52,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> 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.20250429111135158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-04-30 16:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-04-30 16:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6021) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6021) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 16:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 16:00:12,095 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 16:00:12,096 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 16:00:14,921 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598470072.329666&seriesUID=1.2.392.200036.9125.3.3619053820161.6598470072.329667&objectUID=1.2.392.200036.9125.9.0.254280099.455484606.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:00:15,125 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598470072.329666&seriesUID=1.2.392.200036.9125.3.3619053820161.6598470072.329667&objectUID=1.2.392.200036.9125.9.0.254280099.1562846398.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:00:15,327 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598470072.329666&seriesUID=1.2.392.200036.9125.3.3619053820161.6598470072.329667&objectUID=1.2.392.200036.9125.9.0.254280099.2603099326.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:00:15,543 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598470072.329666&seriesUID=1.2.392.200036.9125.3.3619053820161.6598470072.329667&objectUID=1.2.392.200036.9125.9.0.254280098.3307545790.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:00:22,719 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5907) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:00:22,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Instance[pk=136748, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111135158, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 16:00:22,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Create Location[pk=136748, systemID=fs1, path=2025/04/30/59FBD7F7/12D5BFB5/6DF48392, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-04-30 16:00:22,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425): Updated DB in 8 ms
2025-04-30 16:00:22,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << 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.20250429111135158 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:00:22,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) >> A-RELEASE-RQ
2025-04-30 16:00:22,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5907) DCM4CHEE<-HS60MT(425) << A-RELEASE-RP
2025-04-30 16:00:22,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS60MT(425): close Socket[addr=187.91.28.24/187.91.28.24,port=49272,localport=11112]
2025-04-30 16:00:23,399 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): 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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:00:23,400 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): 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.20250429095844643 - ?
  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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.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-04-30 16:00:23,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << 22: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-04-30 16:00:23,400 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-04-30 16:00:23,400 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411): close Socket[addr=187.91.28.24/187.91.28.24,port=49273,localport=11112]
2025-04-30 16:00:23,400 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(411) << C_STORE_RSP failed: Broken pipe
2025-04-30 16:00:26,391 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49273,localport=11112]
2025-04-30 16:00:26,391 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> A-ASSOCIATE-RQ
2025-04-30 16:00:26,391 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << A-ASSOCIATE-AC
2025-04-30 16:00:26,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094702508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:00:39,392 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 16:00:39,394 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 16:00:45,683 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 16:00:45,684 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-04-30 16:00:45,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:00:45,704 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-04-30 16:00:45,704 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:00:45,704 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 16:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 16:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 16:01:05,921 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:01:05,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136487, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094702508, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 16:01:05,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094702508] with equal digest
2025-04-30 16:01:05,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 8 ms
2025-04-30 16:01:05,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094702508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:01:06,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094710414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:01:12,096 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 16:01:12,097 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 16:01:39,394 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 16:01:39,396 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 16:01:44,580 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:01:44,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136488, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094710414, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 16:01:44,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094710414] with equal digest
2025-04-30 16:01:44,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:01:44,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094710414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:01:44,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094722161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:01:45,704 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 16:01:45,706 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 16:01:45,707 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-04-30 16:01:45,707 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:01:45,707 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 16:01:45,708 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 16:01:45,728 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-04-30 16:01:45,728 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:01:45,728 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-04-30 16:01:45,728 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 16:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 16:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 16:02:10,270 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:02:10,276 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:02:12,098 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 16:02:12,099 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 16:02:14,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:02:14,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136491, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094722161, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 16:02:14,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094722161] with equal digest
2025-04-30 16:02:14,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:02:14,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094722161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:02:14,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094728376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:02:39,397 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 16:02:39,398 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 16:02:44,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:02:44,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136494, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094728376, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 16:02:44,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094728376] with equal digest
2025-04-30 16:02:44,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:02:44,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094728376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:02:44,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094754276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:02:45,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 16:02:45,730 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-04-30 16:02:45,730 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:02:45,759 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-04-30 16:02:45,759 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:02:45,759 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 16:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 16:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 16:03:08,683 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 16:03:08,685 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 16:03:12,099 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 16:03:12,100 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 16:03:14,085 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:03:14,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136496, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094754276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 16:03:14,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094754276] with equal digest
2025-04-30 16:03:14,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:03:14,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094754276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:03:14,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094850439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:03:39,398 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 16:03:39,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 16:03:41,776 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.757081278.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:03:41,959 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280091.2401510590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:03:42,110 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280091.1378034878.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:03:42,282 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.1814111422.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:03:42,435 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.2904695998.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:03:42,616 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280089.3978241214.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:03:43,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:03:43,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136498, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094850439, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 16:03:43,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094850439] with equal digest
2025-04-30 16:03:43,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:03:43,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094850439 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:03:44,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094857191 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:03:45,759 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 16:03:45,760 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-04-30 16:03:45,761 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:03:45,780 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-04-30 16:03:45,780 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:03:45,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 16:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 16:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 16:04:12,100 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 16:04:12,101 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 16:04:13,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:04:13,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136499, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094857191, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 16:04:13,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094857191] with equal digest
2025-04-30 16:04:13,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 4 ms
2025-04-30 16:04:13,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429094857191 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:04:13,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429094902523 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:04:39,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 16:04:39,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 16:04:41,549 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.757081278.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:41,716 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.1814111422.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:41,884 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280091.2401510590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:42,030 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280091.1378034878.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:42,174 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.2904695998.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:42,309 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280089.3978241214.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:43,360 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:04:43,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136500, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094902523, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 16:04:43,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094902523] with equal digest
2025-04-30 16:04:43,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:04:43,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429094902523 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:04:43,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429094906993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:04:45,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 16:04:45,782 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-04-30 16:04:45,782 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:04:45,803 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-04-30 16:04:45,803 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:04:45,803 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 16:04:48,385 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163817555&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,452 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163912744&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,506 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425164300015&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,562 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163645183&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,618 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163700182&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,672 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163426277&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,734 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163621937&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,795 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163729552&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,858 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425163813920&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,922 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425164053197&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:04:48,983 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343165&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250425163426062&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250425164124903&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-04-30 16:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-04-30 16:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6042) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6042) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:05:02,150 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.757081278.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:05:02,280 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.1814111422.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:05:02,424 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280091.2401510590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:05:02,555 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280091.1378034878.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:05:02,695 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280090.2904695998.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:05:02,858 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.6598467807.329657&seriesUID=1.2.392.200036.9125.3.3619053820161.6598467807.329658&objectUID=1.2.392.200036.9125.9.0.254280089.3978241214.86381729&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 16:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 16:05:12,101 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 16:05:12,103 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 16:05:13,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:05:13,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136501, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094906993, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 16:05:13,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094906993] with equal digest
2025-04-30 16:05:13,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 12 ms
2025-04-30 16:05:13,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429094906993 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:05:13,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429094918262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:05:39,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 16:05:39,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 16:05:43,328 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:05:43,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136502, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094918262, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 16:05:43,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094918262] with equal digest
2025-04-30 16:05:43,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 13 ms
2025-04-30 16:05:43,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429094918262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:05:43,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429094948142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:05:45,803 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 16:05:45,805 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-04-30 16:05:45,805 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:05:45,826 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-04-30 16:05:45,826 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:05:45,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 16:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 16:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 16:06:12,103 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 16:06:12,104 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 16:06:13,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:06:13,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136503, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094948142, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 16:06:13,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094948142] with equal digest
2025-04-30 16:06:13,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:06:13,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429094948142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:06:13,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429094954255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:06:39,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 16:06:39,406 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 16:06:43,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:06:43,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136504, uid=1.2.410.200001.101.11.601.1501430850.3.20250429094954255, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 16:06:43,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429094954255] with equal digest
2025-04-30 16:06:43,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 2 ms
2025-04-30 16:06:43,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429094954255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:06:43,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095307514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:06:45,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 16:06:45,827 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 16:06:45,828 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-04-30 16:06:45,829 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:06:45,829 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 16:06:45,851 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-04-30 16:06:45,851 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:06:45,851 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 16:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 16:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 16:07:10,276 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:07:10,282 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:07:12,104 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 16:07:12,105 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 16:07:13,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:07:13,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136505, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095307514, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 16:07:13,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095307514] with equal digest
2025-04-30 16:07:13,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 10 ms
2025-04-30 16:07:13,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095307514 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:07:13,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095339090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:07:39,406 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 16:07:39,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 16:07:42,939 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:07:42,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136506, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095339090, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 16:07:42,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095339090] with equal digest
2025-04-30 16:07:42,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 9 ms
2025-04-30 16:07:42,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095339090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:07:43,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095457135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:07:45,851 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 16:07:45,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 16:07:45,875 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-04-30 16:07:45,875 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:07:45,875 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 16:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 16:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 16:08:08,685 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 16:08:08,687 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 16:08:12,106 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 16:08:12,107 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 16:08:13,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:08:13,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136511, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095457135, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 16:08:13,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095457135] with equal digest
2025-04-30 16:08:13,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:08:13,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095457135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:08:13,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095514262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:08:39,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 16:08:39,410 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 16:08:42,905 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:08:42,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136516, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095514262, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 16:08:42,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095514262] with equal digest
2025-04-30 16:08:42,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:08:42,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095514262 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:08:43,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095620746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:08:45,875 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 16:08:45,877 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-04-30 16:08:45,877 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:08:45,906 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-04-30 16:08:45,906 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:08:45,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 16:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 16:09:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 16:09:12,107 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 16:09:12,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 16:09:12,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:09:12,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136519, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095620746, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 16:09:12,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095620746] with equal digest
2025-04-30 16:09:12,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 10 ms
2025-04-30 16:09:12,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095620746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:09:13,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095714545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:09:18,910 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStgCmtScheduler.execute()
2025-04-30 16:09:18,912 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStgCmtScheduler.execute()
2025-04-30 16:09:39,410 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 16:09:39,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 16:09:42,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:09:42,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136522, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095714545, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 16:09:42,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095714545] with equal digest
2025-04-30 16:09:42,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 4 ms
2025-04-30 16:09:42,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095714545 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:09:42,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095734510 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:09:45,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 16:09:45,909 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-04-30 16:09:45,909 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:09:45,943 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-04-30 16:09:45,943 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:09:45,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 16:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 16:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 16:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6063) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6063) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 16:10:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 16:10:12,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 16:10:12,110 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 16:10:12,572 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:10:12,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136523, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095734510, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 16:10:12,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095734510] with equal digest
2025-04-30 16:10:12,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:10:12,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095734510 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:10:12,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095744825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:10:39,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 16:10:39,414 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 16:10:45,944 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 16:10:45,947 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-04-30 16:10:45,947 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:10:45,992 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-04-30 16:10:45,992 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:10:45,992 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 16:10:46,807 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:10:46,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136524, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095744825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 16:10:46,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095744825] with equal digest
2025-04-30 16:10:46,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:10:46,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095744825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:10:47,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095817784 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 16:11:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 16:11:12,110 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 16:11:12,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 16:11:16,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:11:16,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136525, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095817784, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 16:11:16,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095817784] with equal digest
2025-04-30 16:11:16,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:11:16,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095817784 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:11:16,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429095844643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:11:27,556 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeTaskScheduler.execute()
2025-04-30 16:11:27,583 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeTaskScheduler.execute()
2025-04-30 16:11:39,414 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 16:11:39,416 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 16:11:45,992 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 16:11:45,996 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-04-30 16:11:45,996 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:11:46,040 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-04-30 16:11:46,040 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:11:46,040 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 16:11:46,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:11:46,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136526, uid=1.2.410.200001.101.11.601.1501430850.3.20250429095844643, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 16:11:46,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429095844643] with equal digest
2025-04-30 16:11:46,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:11:46,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429095844643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:11:46,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429100027677 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 16:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 16:12:10,282 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:12:10,288 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:12:12,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 16:12:12,112 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 16:12:16,463 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:12:16,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136527, uid=1.2.410.200001.101.11.601.1501430850.3.20250429100027677, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 16:12:16,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429100027677] with equal digest
2025-04-30 16:12:16,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 4 ms
2025-04-30 16:12:16,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429100027677 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:12:16,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> 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.20250429100056781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:12:39,417 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 16:12:39,418 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 16:12:46,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 16:12:46,041 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,042 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,042 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,042 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,043 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,044 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-04-30 16:12:46,044 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:12:46,045 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,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-04-30 16:12:46,066 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:12:46,067 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,067 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,068 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,068 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,068 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 16:12:46,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 16:12:46,161 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:12:46,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Found previous received Instance[pk=136528, uid=1.2.410.200001.101.11.601.1501430850.3.20250429100056781, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 16:12:46,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Ignore received Instance[studyUID=4803,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429094702177,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429100056781] with equal digest
2025-04-30 16:12:46,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426): Updated DB in 3 ms
2025-04-30 16:12:46,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << 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.20250429100056781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:12:46,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) >> A-RELEASE-RQ
2025-04-30 16:12:46,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(426) << A-RELEASE-RP
2025-04-30 16:12:46,414 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS60MT(426): close Socket[addr=187.91.28.24/187.91.28.24,port=49273,localport=11112]
2025-04-30 16:12:46,821 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49274,localport=11112]
2025-04-30 16:12:46,822 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> A-ASSOCIATE-RQ
2025-04-30 16:12:46,822 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << A-ASSOCIATE-AC
2025-04-30 16:12:47,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074419666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 16:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 16:13:08,688 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 16:13:08,690 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 16:13:12,112 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 16:13:12,113 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 16:13:25,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:13:25,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136701, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074419666, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 16:13:25,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074419666] with equal digest
2025-04-30 16:13:25,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 9 ms
2025-04-30 16:13:25,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074419666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:13:25,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074429391 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:13:39,419 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 16:13:39,420 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 16:13:46,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 16:13:46,070 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-04-30 16:13:46,070 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:13:46,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 16:13:46,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 16:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 16:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 16:14:03,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:14:03,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136702, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074429391, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 16:14:03,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074429391] with equal digest
2025-04-30 16:14:03,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:14:03,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074429391 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:14:03,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074447659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:14:12,114 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 16:14:12,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 16:14:33,810 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:14:33,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136703, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074447659, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 16:14:33,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074447659] with equal digest
2025-04-30 16:14:33,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:14:33,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074447659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:14:34,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074513321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:14:39,420 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 16:14:39,422 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 16:14:46,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 16:14:46,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-04-30 16:14:46,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:14:46,115 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-04-30 16:14:46,115 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:14:46,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 16:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-04-30 16:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-04-30 16:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6084) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6084) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 16:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 16:15:03,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:15:03,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136704, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074513321, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 16:15:03,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074513321] with equal digest
2025-04-30 16:15:03,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 2 ms
2025-04-30 16:15:03,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074513321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:15:03,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074552289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:15:12,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 16:15:12,116 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 16:15:38,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:15:38,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136705, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074552289, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 16:15:38,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074552289] with equal digest
2025-04-30 16:15:38,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:15:38,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074552289 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:15:38,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074604265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:15:39,422 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 16:15:39,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 16:15:46,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 16:15:46,116 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-04-30 16:15:46,117 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:15: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-04-30 16:15: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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:15:46,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 16:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 16:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 16:16:08,085 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:16:08,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136706, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074604265, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 16:16:08,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074604265] with equal digest
2025-04-30 16:16:08,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 2 ms
2025-04-30 16:16:08,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074604265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:16:08,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074630128 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:16:12,116 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 16:16:12,117 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 16:16:38,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:16:38,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136707, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074630128, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 16:16:38,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074630128] with equal digest
2025-04-30 16:16:38,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:16:38,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430074630128 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:16:38,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250430074700947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:16:39,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 16:16:39,426 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 16:16:46,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 16:16:46,139 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-04-30 16:16:46,139 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:16:46,166 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-04-30 16:16:46,166 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:16:46,167 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 16:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 16:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 16:17:07,718 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:17:07,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136708, uid=1.2.410.200001.101.11.601.1501430850.3.20250430074700947, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 16:17:07,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430074700947] with equal digest
2025-04-30 16:17:07,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:17:07,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430074700947 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:17:07,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075123744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:17:10,288 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:17:10,294 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:17:12,118 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 16:17:12,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 16:17:37,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:17:37,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136709, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075123744, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 16:17:37,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075123744] with equal digest
2025-04-30 16:17:37,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:17:37,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075123744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:17:37,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075151563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:17:39,426 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 16:17:39,428 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 16:17:46,167 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 16:17:46,168 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-04-30 16:17:46,168 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:17:46,191 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-04-30 16:17:46,191 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:17:46,191 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 16:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 16:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 16:18:07,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:18:07,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136710, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075151563, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 16:18:07,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075151563] with equal digest
2025-04-30 16:18:07,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:18:07,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075151563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:18:07,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075233285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:18:08,690 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 16:18:08,693 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 16:18:10,217 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409142952634&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,294 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409143237367&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,362 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409143316819&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,432 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409143422987&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,494 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409143614271&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,558 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409143922125&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,617 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144012414&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,679 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144055165&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,744 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144138147&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,812 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144229919&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,880 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144249754&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:10,937 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144519832&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:11,004 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144621984&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:11,071 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144724165&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:11,137 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409142951770&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409144824212&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:11,196 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409153920340&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409153920682&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:11,254 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409153920340&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409154010367&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:11,324 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409153920340&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409154053187&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:11,392 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=233808&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250409153920340&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250409154226213&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:18:12,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 16:18:12,120 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 16:18:37,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:18:37,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136711, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075233285, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 16:18:37,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075233285] with equal digest
2025-04-30 16:18:37,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:18:37,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075233285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:18:37,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075324354 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:18:39,428 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 16:18:39,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 16:18:46,192 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 16:18:46,193 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-04-30 16:18:46,193 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:18:46,213 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-04-30 16:18:46,213 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:18:46,214 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 16:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 16:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 16:19:07,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:19:07,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136712, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075324354, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 16:19:07,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075324354] with equal digest
2025-04-30 16:19:07,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 2 ms
2025-04-30 16:19:07,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075324354 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:19:07,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075347726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:19:12,120 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 16:19:12,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 16:19:37,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:19:37,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136713, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075347726, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 16:19:37,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075347726] with equal digest
2025-04-30 16:19:37,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:19:37,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075347726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:19:37,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075550105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:19:39,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 16:19:39,432 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 16:19:46,214 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 16:19:46,215 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-04-30 16:19:46,216 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-04-30 16:19:46,216 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:19:46,241 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-04-30 16:19:46,241 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:19:46,242 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 16:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-04-30 16:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-04-30 16:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6105) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6105) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 16:20:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 16:20:07,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:20:07,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136714, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075550105, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 16:20:07,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075550105] with equal digest
2025-04-30 16:20:07,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:20:07,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075550105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:20:07,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075757522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:20:12,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 16:20:12,122 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 16:20:37,628 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:20:37,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136715, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075757522, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 16:20:37,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075757522] with equal digest
2025-04-30 16:20:37,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 4 ms
2025-04-30 16:20:37,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075757522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:20:37,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075810384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:20:39,432 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 16:20:39,434 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 16:20:46,242 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 16:20:46,244 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-04-30 16:20:46,244 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:20:46,278 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-04-30 16:20:46,279 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:20:46,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 16:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 16:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 16:21:12,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:21:12,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136716, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075810384, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 16:21:12,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075810384] with equal digest
2025-04-30 16:21:12,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:21:12,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075810384 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:21:12,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 16:21:12,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 16:21:12,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075840798 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:21:39,434 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 16:21:39,435 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 16:21:42,168 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:21:42,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136717, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075840798, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 16:21:42,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075840798] with equal digest
2025-04-30 16:21:42,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 2 ms
2025-04-30 16:21:42,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075840798 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:21:42,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075912666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:21:46,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 16:21:46,281 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-04-30 16:21:46,281 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:21:46,315 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-04-30 16:21:46,315 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:21:46,316 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 16:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 16:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 16:22:10,294 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:22:10,300 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:22:12,129 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 16:22:12,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 16:22:12,250 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:22:12,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136718, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075912666, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 16:22:12,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075912666] with equal digest
2025-04-30 16:22:12,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:22:12,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075912666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:22:12,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430075952966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:22:14,460 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343153&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425151045278&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425151045452&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:22:14,545 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343153&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425151045278&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425151204142&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:22:14,629 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343153&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425151045278&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425151232893&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:22:14,688 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343153&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425151045278&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425151304807&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:22:14,759 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343153&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425151045278&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425151522805&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:22:14,811 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343153&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425151045278&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425151612206&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:22:39,436 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 16:22:39,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 16:22:46,316 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 16:22:46,317 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-04-30 16:22:46,317 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:22:46,337 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-04-30 16:22:46,337 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:22:46,338 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 16:22:46,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:22:46,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136719, uid=1.2.410.200001.101.11.601.1501430850.3.20250430075952966, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 16:22:46,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430075952966] with equal digest
2025-04-30 16:22:46,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:22:46,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430075952966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:22:46,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430080032971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 16:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 16:23:08,693 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-04-30 16:23:08,696 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-04-30 16:23:12,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 16:23:12,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 16:23:16,361 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:23:16,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136720, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080032971, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 16:23:16,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430080032971] with equal digest
2025-04-30 16:23:16,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 2 ms
2025-04-30 16:23:16,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430080032971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:23:16,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430080040569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:23:39,438 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 16:23:39,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 16:23:46,338 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 16:23:46,339 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-04-30 16:23:46,339 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 16:23:46,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 16:23:46,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:23:46,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136721, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080040569, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 16:23:46,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430080040569] with equal digest
2025-04-30 16:23:46,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:23:46,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430080040569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:23:46,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430080123097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 16:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 16:24:12,132 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 16:24:12,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 16:24:16,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:24:16,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136722, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080123097, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 16:24:16,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430080123097] with equal digest
2025-04-30 16:24:16,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:24:16,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430080123097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:24:16,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430080205968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:24:39,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 16:24:39,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 16:24:46,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 16:24:46,362 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-04-30 16:24:46,363 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:24:46,382 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-04-30 16:24:46,383 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:24:46,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 16:24:50,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:24:50,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136723, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080205968, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-04-30 16:24:50,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430080205968] with equal digest
2025-04-30 16:24:50,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 2 ms
2025-04-30 16:24:50,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430080205968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:24:50,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> 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.20250430080225716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-04-30 16:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-04-30 16:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6126) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6126) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 16:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 16:25:12,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 16:25:12,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 16:25:20,366 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:25:20,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Found previous received Instance[pk=136724, uid=1.2.410.200001.101.11.601.1501430850.3.20250430080225716, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-04-30 16:25:20,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Ignore received Instance[studyUID=237422,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430074417992,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430080225716] with equal digest
2025-04-30 16:25:20,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427): Updated DB in 3 ms
2025-04-30 16:25:20,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << 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.20250430080225716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:25:20,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) >> A-RELEASE-RQ
2025-04-30 16:25:20,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(427) << A-RELEASE-RP
2025-04-30 16:25:20,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS60MT(427): close Socket[addr=187.91.28.24/187.91.28.24,port=49274,localport=11112]
2025-04-30 16:25:20,975 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49275,localport=11112]
2025-04-30 16:25:20,976 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428) >> A-ASSOCIATE-RQ
2025-04-30 16:25:20,976 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428) << A-ASSOCIATE-AC
2025-04-30 16:25:21,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092751877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:25:39,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 16:25:39,443 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 16:25:46,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 16:25:46,384 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-04-30 16:25:46,384 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:25:46,404 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-04-30 16:25:46,405 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:25:46,405 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 16:25:53,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:25:53,445 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Patient[pk=10459, id=PatientID[pk=10459, id=343302, issuer=DCM4CHEE.D8BE54CA.0D782AC4], name=JAQUELINE GOMES ALVES]
2025-04-30 16:25:53,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Study[pk=11898, uid=343302, id=38511]
2025-04-30 16:25:53,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Series[pk=12559, uid=1.2.410.200001.101.11.601.1501430850.2.20250430092751663, no=1, mod=US]
2025-04-30 16:25:53,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Instance[pk=136749, uid=1.2.410.200001.101.11.601.1501430850.3.20250430092751877, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 16:25:53,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Location[pk=136749, systemID=fs1, path=2025/04/30/59FBE243/889C91D2/5646FB38, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 16:25:53,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Updated DB in 41 ms
2025-04-30 16:25:53,477 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) No duplicate record with equal Patient ID found Patient[pk=10459, id=PatientID[pk=10459, id=343302, issuer=DCM4CHEE.D8BE54CA.0D782AC4], name=JAQUELINE GOMES ALVES]
2025-04-30 16:25:53,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092751877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:25:53,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092820601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 16:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 16:26:12,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 16:26:12,136 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 16:26:24,627 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:26:24,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Instance[pk=136750, uid=1.2.410.200001.101.11.601.1501430850.3.20250430092820601, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 16:26:24,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Location[pk=136750, systemID=fs1, path=2025/04/30/59FBE243/889C91D2/57D11094, tsuid=1.2.840.10008.1.2, size=3416778, status=OK, objectType=DICOM_FILE]
2025-04-30 16:26:24,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Updated DB in 11 ms
2025-04-30 16:26:24,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092820601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:26:24,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093001091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:26:39,443 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 16:26:39,445 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 16:26:46,405 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 16:26:46,406 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-04-30 16:26:46,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:26:46,426 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-04-30 16:26:46,426 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:26:46,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 16:26:55,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:26:55,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Instance[pk=136751, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093001091, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 16:26:55,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Location[pk=136751, systemID=fs1, path=2025/04/30/59FBE243/889C91D2/7EF4B6CB, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 16:26:55,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Updated DB in 5 ms
2025-04-30 16:26:55,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093001091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:26:55,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093011616 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 16:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 16:27:10,300 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:27:10,306 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:27:12,136 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 16:27:12,137 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 16:27:26,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:27:26,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Instance[pk=136752, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093011616, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 16:27:26,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Location[pk=136752, systemID=fs1, path=2025/04/30/59FBE243/889C91D2/7F02E3DF, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 16:27:26,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Updated DB in 20 ms
2025-04-30 16:27:26,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093011616 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:27:26,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093104597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:27:39,445 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 16:27:39,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 16:27:46,427 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 16:27:46,428 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-04-30 16:27:46,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 16:27:46,450 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-04-30 16:27:46,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:27:46,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 16:27:57,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:27:57,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Instance[pk=136753, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093104597, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 16:27:57,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Location[pk=136753, systemID=fs1, path=2025/04/30/59FBE243/889C91D2/80AAFF52, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 16:27:57,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Updated DB in 10 ms
2025-04-30 16:27:57,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093104597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:27:57,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093108797 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 16:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 16:28:08,696 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 16:28:08,698 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 16:28:12,137 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 16:28:12,139 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 16:28:27,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:28:27,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Instance[pk=136754, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093108797, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 16:28:27,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Create Location[pk=136754, systemID=fs1, path=2025/04/30/59FBE243/889C91D2/80ACD850, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-04-30 16:28:27,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428): Updated DB in 11 ms
2025-04-30 16:28:27,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093108797 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:28:28,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428) >> A-RELEASE-RQ
2025-04-30 16:28:28,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(428) << A-RELEASE-RP
2025-04-30 16:28:28,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS60MT(428): close Socket[addr=187.91.28.24/187.91.28.24,port=49275,localport=11112]
2025-04-30 16:28:28,574 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49276,localport=11112]
2025-04-30 16:28:28,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429) >> A-ASSOCIATE-RQ
2025-04-30 16:28:28,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429) << A-ASSOCIATE-AC
2025-04-30 16:28:28,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428162817429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:28:39,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 16:28:39,449 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 16:28:46,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 16:28:46,452 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-04-30 16:28:46,452 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:28:46,473 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-04-30 16:28:46,473 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:28:46,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 16:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 16:29:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 16:29:08,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:29:08,138 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Patient[pk=10460, id=PatientID[pk=10460, id=4428, issuer=DCM4CHEE.DFF390DF.0D946C8F], name=BRUNA PASSOS RAMOS]
2025-04-30 16:29:08,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Study[pk=11899, uid=4428, id=38259]
2025-04-30 16:29:08,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Series[pk=12560, uid=1.2.410.200001.101.11.601.1501430850.2.20250428162816965, no=3, mod=US]
2025-04-30 16:29:08,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Instance[pk=136755, uid=1.2.410.200001.101.11.601.1501430850.3.20250428162817429, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 16:29:08,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Location[pk=136755, systemID=fs1, path=2025/04/30/00186CC6/F4231C28/C1CDDF0B, tsuid=1.2.840.10008.1.2, size=3416606, status=OK, objectType=DICOM_FILE]
2025-04-30 16:29:08,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Updated DB in 26 ms
2025-04-30 16:29:08,154 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) No duplicate record with equal Patient ID found Patient[pk=10460, id=PatientID[pk=10460, id=4428, issuer=DCM4CHEE.DFF390DF.0D946C8F], name=BRUNA PASSOS RAMOS]
2025-04-30 16:29:08,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428162817429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:29:08,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428162902844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:29:12,139 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 16:29:12,140 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 16:29:39,449 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 16:29:39,451 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 16:29:46,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 16:29:46,474 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-04-30 16:29:46,475 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-04-30 16:29:46,475 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:29:46,495 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-04-30 16:29:46,495 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:29:46,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 16:29:46,875 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:29:46,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Instance[pk=136756, uid=1.2.410.200001.101.11.601.1501430850.3.20250428162902844, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 16:29:46,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Location[pk=136756, systemID=fs1, path=2025/04/30/00186CC6/F4231C28/C372698B, tsuid=1.2.840.10008.1.2, size=3416606, status=OK, objectType=DICOM_FILE]
2025-04-30 16:29:46,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Updated DB in 19 ms
2025-04-30 16:29:46,895 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428162902844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:29:47,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428162918802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 16:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 16:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6147) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6147) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 16:30:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 16:30:12,140 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 16:30:12,141 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 16:30:16,943 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:30:16,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Instance[pk=136757, uid=1.2.410.200001.101.11.601.1501430850.3.20250428162918802, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 16:30:16,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Location[pk=136757, systemID=fs1, path=2025/04/30/00186CC6/F4231C28/C3833AC8, tsuid=1.2.840.10008.1.2, size=3416606, status=OK, objectType=DICOM_FILE]
2025-04-30 16:30:16,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Updated DB in 11 ms
2025-04-30 16:30:16,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428162918802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:30:17,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428163036858 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:30:39,451 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 16:30:39,453 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 16:30:46,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 16:30:46,497 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 16:30:46,498 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-04-30 16:30:46,498 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:30:46,518 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-04-30 16:30:46,518 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:30:46,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 16:30:46,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:30:46,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Instance[pk=136758, uid=1.2.410.200001.101.11.601.1501430850.3.20250428163036858, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 16:30:46,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Location[pk=136758, systemID=fs1, path=2025/04/30/00186CC6/F4231C28/E9291F57, tsuid=1.2.840.10008.1.2, size=3416606, status=OK, objectType=DICOM_FILE]
2025-04-30 16:30:46,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Updated DB in 6 ms
2025-04-30 16:30:46,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428163036858 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:30:47,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428163114265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 16:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 16:31:12,142 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 16:31:12,143 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 16:31:17,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:31:17,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Instance[pk=136759, uid=1.2.410.200001.101.11.601.1501430850.3.20250428163114265, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 16:31:17,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Location[pk=136759, systemID=fs1, path=2025/04/30/00186CC6/F4231C28/EAC0C9CC, tsuid=1.2.840.10008.1.2, size=3416606, status=OK, objectType=DICOM_FILE]
2025-04-30 16:31:17,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Updated DB in 14 ms
2025-04-30 16:31:17,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428163114265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:31:17,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428163129848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:31:39,454 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 16:31:39,455 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 16:31:46,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 16:31:46,520 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-04-30 16:31:46,520 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:31:46,544 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-04-30 16:31:46,544 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:31:46,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 16:31:47,416 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:31:47,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Instance[pk=136760, uid=1.2.410.200001.101.11.601.1501430850.3.20250428163129848, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 16:31:47,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Create Location[pk=136760, systemID=fs1, path=2025/04/30/00186CC6/F4231C28/EAD13D73, tsuid=1.2.840.10008.1.2, size=3416606, status=OK, objectType=DICOM_FILE]
2025-04-30 16:31:47,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429): Updated DB in 10 ms
2025-04-30 16:31:47,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) 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.20250428163129848 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:31:47,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429) >> A-RELEASE-RQ
2025-04-30 16:31:47,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(429) << A-RELEASE-RP
2025-04-30 16:31:47,675 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS60MT(429): close Socket[addr=187.91.28.24/187.91.28.24,port=49276,localport=11112]
2025-04-30 16:31:48,024 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49277,localport=11112]
2025-04-30 16:31:48,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430) >> A-ASSOCIATE-RQ
2025-04-30 16:31:48,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430) << A-ASSOCIATE-AC
2025-04-30 16:31:48,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092751877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 16:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 16:32:10,306 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:32:10,312 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:32:12,143 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 16:32:12,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 16:32:19,281 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:32:19,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Found previous received Instance[pk=136749, uid=1.2.410.200001.101.11.601.1501430850.3.20250430092751877, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 16:32:19,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Ignore received Instance[studyUID=343302,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430092751663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430092751877] with equal digest
2025-04-30 16:32:19,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Updated DB in 14 ms
2025-04-30 16:32:19,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092751877 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:32:19,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092820601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:32:39,456 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 16:32:39,457 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 16:32:46,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 16:32:46,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 16:32:46,546 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:32:46,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 16:32:46,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 16:32:59,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:32:59,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Found previous received Instance[pk=136750, uid=1.2.410.200001.101.11.601.1501430850.3.20250430092820601, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 16:32:59,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Ignore received Instance[studyUID=343302,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430092751663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430092820601] with equal digest
2025-04-30 16:32:59,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Updated DB in 4 ms
2025-04-30 16:32:59,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430092820601 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:32:59,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093001091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 16:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 16:33:08,698 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 16:33:08,775 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 1 studies
2025-04-30 16:33:08,775 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 16:33:12,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 16:33:12,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 16:33:30,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:33:30,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Found previous received Instance[pk=136751, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093001091, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 16:33:30,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Ignore received Instance[studyUID=343302,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430092751663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430093001091] with equal digest
2025-04-30 16:33:30,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Updated DB in 3 ms
2025-04-30 16:33:30,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093001091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:33:30,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093011616 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:33:39,458 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 16:33:39,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 16:33:46,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 16:33:46,575 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 16:33:46,576 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-04-30 16:33:46,576 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:33:46,596 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-04-30 16:33:46,596 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:33:46,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 16:34:01,391 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:34:01,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Found previous received Instance[pk=136752, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093011616, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 16:34:01,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Ignore received Instance[studyUID=343302,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430092751663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430093011616] with equal digest
2025-04-30 16:34:01,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Updated DB in 3 ms
2025-04-30 16:34:01,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093011616 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:34:01,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093104597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 16:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 16:34:12,146 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 16:34:12,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 16:34:32,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:34:32,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Found previous received Instance[pk=136753, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093104597, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 16:34:32,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Ignore received Instance[studyUID=343302,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430092751663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430093104597] with equal digest
2025-04-30 16:34:32,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Updated DB in 3 ms
2025-04-30 16:34:32,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093104597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:34:32,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093108797 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:34:39,460 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 16:34:39,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 16:34:46,597 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 16:34:46,598 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-04-30 16:34:46,598 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:34:46,599 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 16:34:46,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-04-30 16:34:46,621 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:34:46,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 16:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-04-30 16:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-04-30 16:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6168) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:35:00,945 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6168) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 16:35:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 16:35:03,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:35:03,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Found previous received Instance[pk=136754, uid=1.2.410.200001.101.11.601.1501430850.3.20250430093108797, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 16:35:03,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Ignore received Instance[studyUID=343302,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250430092751663,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250430093108797] with equal digest
2025-04-30 16:35:03,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430): Updated DB in 3 ms
2025-04-30 16:35:03,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(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.601.1501430850.3.20250430093108797 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:35:03,288 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430) >> A-RELEASE-RQ
2025-04-30 16:35:03,288 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(430) << A-RELEASE-RP
2025-04-30 16:35:03,338 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS60MT(430): close Socket[addr=187.91.28.24/187.91.28.24,port=49277,localport=11112]
2025-04-30 16:35:03,707 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.28.24,port=49278,localport=11112]
2025-04-30 16:35:03,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> A-ASSOCIATE-RQ
2025-04-30 16:35:03,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << A-ASSOCIATE-AC
2025-04-30 16:35:03,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105536647 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:35:12,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 16:35:12,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 16:35:39,462 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 16:35:39,464 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 16:35:42,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:35:42,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136725, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105536647, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-04-30 16:35:42,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105536647] with equal digest
2025-04-30 16:35:42,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 9 ms
2025-04-30 16:35:42,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105536647 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:35:42,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105542345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:35:46,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 16:35:46,624 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-04-30 16:35:46,624 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:35:46,658 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-04-30 16:35:46,658 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:35:46,658 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 16:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 16:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 16:36:08,712 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=36146, Session(1746028899237|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:09,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6173) /172.18.0.2:2762<-/162.142.125.33:36146(432): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 16:36:09,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6173) /172.18.0.2:2762<-/162.142.125.33:36146(432): close SSLSocket[hostname=162.142.125.33, port=36146, Session(1746028899237|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:12,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 16:36:12,149 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 16:36:16,933 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=52592, Session(1746045368713|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:17,796 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6176) /172.18.0.2:2762<-/162.142.125.33:52592(433): 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-04-30 16:36:17,796 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6176) /172.18.0.2:2762<-/162.142.125.33:52592(433): close SSLSocket[hostname=162.142.125.33, port=52592, Session(1746045368713|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:21,183 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:36:21,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136726, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105542345, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-04-30 16:36:21,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105542345] with equal digest
2025-04-30 16:36:21,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:36:21,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105542345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:36:21,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105551459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:36:22,708 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=54570, Session(1746045376933|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:23,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6176) /172.18.0.2:2762<-/162.142.125.33:54570(434): 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-04-30 16:36:23,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6176) /172.18.0.2:2762<-/162.142.125.33:54570(434): close SSLSocket[hostname=162.142.125.33, port=54570, Session(1746045376933|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:25,713 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=54590, Session(1746045382709|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:26,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6176) /172.18.0.2:2762<-/162.142.125.33:54590(435): 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-04-30 16:36:26,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6176) /172.18.0.2:2762<-/162.142.125.33:54590(435): close SSLSocket[hostname=162.142.125.33, port=54590, Session(1746045382709|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:33,256 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=39138, Session(1746045385713|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:38,057 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6177) /172.18.0.2:2762<-/162.142.125.33:39138(436): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 16:36:38,057 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6177) /172.18.0.2:2762<-/162.142.125.33:39138(436): close SSLSocket[hostname=162.142.125.33, port=39138, Session(1746045385713|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:38,107 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=39152, Session(1746045393256|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:39,464 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 16:36:39,466 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 16:36:41,459 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6177) /172.18.0.2:2762<-/162.142.125.33:39152(437): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 16:36:41,459 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6177) /172.18.0.2:2762<-/162.142.125.33:39152(437): close SSLSocket[hostname=162.142.125.33, port=39152, Session(1746045393256|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:44,822 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=43776, Session(1746045398107|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:46,659 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 16:36:46,660 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-04-30 16:36:46,660 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:36:46,680 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-04-30 16:36:46,680 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:36:46,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 16:36:48,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6177) /172.18.0.2:2762<-/162.142.125.33:43776(438): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-04-30 16:36:48,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6177) /172.18.0.2:2762<-/162.142.125.33:43776(438): close SSLSocket[hostname=162.142.125.33, port=43776, Session(1746045398107|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:51,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:36:51,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136727, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105551459, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-04-30 16:36:51,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105551459] with equal digest
2025-04-30 16:36:51,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:36:51,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105551459 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:36:51,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105613888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:36:57,484 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=53634, Session(1746045404822|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:36:57,922 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6178) /172.18.0.2:2762<-/162.142.125.33:53634(439): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 16:36:57,922 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6178) /172.18.0.2:2762<-/162.142.125.33:53634(439): close SSLSocket[hostname=162.142.125.33, port=53634, Session(1746045404822|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:37:01,951 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=162.142.125.33, port=50182, Session(1746045417484|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 16:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 16:37:10,312 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:37:10,318 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:37:12,149 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 16:37:12,150 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 16:37:16,318 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6178) /172.18.0.2:2762<-/162.142.125.33:50182(440): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 16:37:16,318 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6178) /172.18.0.2:2762<-/162.142.125.33:50182(440): close SSLSocket[hostname=162.142.125.33, port=50182, Session(1746045417484|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 16:37:28,080 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:37:28,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136728, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105613888, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-04-30 16:37:28,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105613888] with equal digest
2025-04-30 16:37:28,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:37:28,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105613888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:37:28,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105622541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:37:39,466 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 16:37:39,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 16:37:46,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 16:37:46,682 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-04-30 16:37:46,682 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:37:46,702 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-04-30 16:37:46,702 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:37:46,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 16:37:58,154 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:37:58,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136729, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105622541, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-04-30 16:37:58,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105622541] with equal digest
2025-04-30 16:37:58,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:37:58,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105622541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:37:58,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105708007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 16:38:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 16:38:08,775 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 16:38:08,837 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) Calculated size of 1 studies
2025-04-30 16:38:08,837 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 16:38:12,150 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 16:38:12,152 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 16:38:39,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 16:38:39,469 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 16:38:40,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:38:40,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136730, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105708007, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-04-30 16:38:40,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105708007] with equal digest
2025-04-30 16:38:40,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:38:40,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105708007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:38:40,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105715188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:38:46,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 16:38:46,704 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-04-30 16:38:46,704 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:38:46,724 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-04-30 16:38:46,724 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:38:46,725 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 16:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 16:39:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 16:39:10,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:39:10,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136731, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105715188, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-04-30 16:39:10,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105715188] with equal digest
2025-04-30 16:39:10,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:39:10,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429105715188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:39:10,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250429105725607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:39:12,152 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 16:39:12,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 16:39:39,470 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 16:39:39,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 16:39:40,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:39:40,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136732, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105725607, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-04-30 16:39:40,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105725607] with equal digest
2025-04-30 16:39:40,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:39:40,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429105725607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:39:40,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429105740769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:39:46,725 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 16:39:46,726 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-04-30 16:39:46,727 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-04-30 16:39:46,727 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:39:46,747 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-04-30 16:39:46,747 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:39:46,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 16:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 16:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 16:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6191) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6191) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 16:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 16:40:10,592 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:40:10,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136733, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105740769, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-04-30 16:40:10,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105740769] with equal digest
2025-04-30 16:40:10,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:40:10,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429105740769 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:40:10,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429105749607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:40:12,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 16:40:12,154 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 16:40:39,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 16:40:39,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 16:40:40,658 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:40:40,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136734, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105749607, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-04-30 16:40:40,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105749607] with equal digest
2025-04-30 16:40:40,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:40:40,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429105749607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:40:40,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429105815898 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:40:46,748 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 16:40:46,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-04-30 16:40:46,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:40:46,775 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-04-30 16:40:46,775 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:40:46,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 16:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 16:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 16:41:10,766 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:41:10,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136735, uid=1.2.410.200001.101.11.601.1501430850.3.20250429105815898, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-04-30 16:41:10,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429105815898] with equal digest
2025-04-30 16:41:10,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 2 ms
2025-04-30 16:41:10,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429105815898 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:41:10,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429110339141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:41:12,154 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 16:41:12,155 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 16:41:39,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 16:41:39,476 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 16:41:40,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:41:40,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136736, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110339141, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-04-30 16:41:40,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429110339141] with equal digest
2025-04-30 16:41:40,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:41:40,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429110339141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:41:41,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429110423751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:41:45,022 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSDeleteScheduler.execute()
2025-04-30 16:41:45,025 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSDeleteScheduler.execute()
2025-04-30 16:41:46,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 16:41:46,777 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-04-30 16:41:46,777 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:41:46,799 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-04-30 16:41:46,799 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:41:46,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 16:41:48,669 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113249942&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:41:48,732 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113306465&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:41:48,788 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113331450&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:41:48,842 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113430459&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:41:48,908 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113520583&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:41:48,971 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113608493&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:41:49,032 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113240925&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:41:49,086 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=342766&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20250410113240617&objectUID=1.2.410.200001.101.11.301.1123109166.3.20250410113710730&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 16:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 16:42:10,318 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:42:10,324 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:42:10,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:42:10,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136737, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110423751, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-04-30 16:42:10,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429110423751] with equal digest
2025-04-30 16:42:10,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 2 ms
2025-04-30 16:42:10,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429110423751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:42:10,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429110454115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:42:12,155 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 16:42:12,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 16:42:39,477 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 16:42:39,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 16:42:40,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:42:40,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136738, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110454115, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-04-30 16:42:40,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429110454115] with equal digest
2025-04-30 16:42:40,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:42:40,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429110454115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:42:40,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429110518675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:42:46,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 16:42:46,801 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-04-30 16:42:46,801 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:42:46,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 16:42:46,832 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:42:46,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 16:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 16:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 16:43:08,837 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 16:43:08,839 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 16:43:10,710 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:43:10,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136739, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110518675, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-04-30 16:43:10,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429110518675] with equal digest
2025-04-30 16:43:10,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 2 ms
2025-04-30 16:43:10,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429110518675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:43:10,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429110734610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:43:12,157 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 16:43:12,158 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 16:43:39,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 16:43:39,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 16:43:45,154 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:43:45,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136740, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110734610, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-04-30 16:43:45,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429110734610] with equal digest
2025-04-30 16:43:45,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 4 ms
2025-04-30 16:43:45,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429110734610 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:43:45,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429110748902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:43:46,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 16:43:46,833 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-04-30 16:43:46,833 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:43:46,835 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-04-30 16:43:46,855 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-04-30 16:43:46,855 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:43:46,855 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 16:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 16:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 16:44:12,158 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 16:44:12,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 16:44:15,225 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:44:15,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136741, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110748902, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-04-30 16:44:15,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429110748902] with equal digest
2025-04-30 16:44:15,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 2 ms
2025-04-30 16:44:15,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429110748902 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:44:15,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429110900073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:44:39,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 16:44:39,482 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 16:44:45,487 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:44:45,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136742, uid=1.2.410.200001.101.11.601.1501430850.3.20250429110900073, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-04-30 16:44:45,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429110900073] with equal digest
2025-04-30 16:44:45,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:44:45,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429110900073 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:44:45,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429111000454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:44:46,855 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 16:44:46,856 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-04-30 16:44:46,856 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:44:46,876 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-04-30 16:44:46,877 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:44:46,877 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 16:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 16:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 16:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6212) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6212) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 16:45:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 16:45:12,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 16:45:12,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 16:45:23,377 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:45:23,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136743, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111000454, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-04-30 16:45:23,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429111000454] with equal digest
2025-04-30 16:45:23,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:45:23,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429111000454 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:45:23,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429111028000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:45:39,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 16:45:39,484 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 16:45:46,877 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 16:45:46,879 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-04-30 16:45:46,879 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:45:46,904 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-04-30 16:45:46,904 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:45:46,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 16:45:53,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:45:53,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136744, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111028000, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-04-30 16:45:53,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429111028000] with equal digest
2025-04-30 16:45:53,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:45:53,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429111028000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:45:53,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429111039650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 16:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 16:46:12,161 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 16:46:12,161 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 16:46:23,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:46:23,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136745, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111039650, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-04-30 16:46:23,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429111039650] with equal digest
2025-04-30 16:46:23,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:46:23,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429111039650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:46:23,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429111105555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:46:39,485 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 16:46:39,486 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 16:46:46,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 16:46:46,906 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-04-30 16:46:46,906 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:46:46,928 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-04-30 16:46:46,928 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:46:46,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 16:46:53,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5108) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-04-30 16:46:53,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Found previous received Instance[pk=136746, uid=1.2.410.200001.101.11.601.1501430850.3.20250429111105555, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-04-30 16:46:53,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Ignore received Instance[studyUID=343081,seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250429105536305,objectUID=1.2.410.200001.101.11.601.1501430850.3.20250429111105555] with equal digest
2025-04-30 16:46:53,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): Updated DB in 3 ms
2025-04-30 16:46:53,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 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.20250429111105555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:46:53,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) >> 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.20250429111113382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-04-30 16:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 16:47:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 16:47:10,325 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:47:10,331 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:47:12,162 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 16:47:12,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 16:47:14,829 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): 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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:47:14,830 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): 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.20250429111113382 - ?
  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.GeneratedMethodAccessor88.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.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-04-30 16:47:14,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << 23: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-04-30 16:47:14,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-04-30 16:47:14,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431): close Socket[addr=187.91.28.24/187.91.28.24,port=49278,localport=11112]
2025-04-30 16:47:14,831 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5108) DCM4CHEE<-HS60MT(431) << C_STORE_RSP failed: Broken pipe
2025-04-30 16:47:39,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 16:47:39,488 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 16:47:46,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 16:47:46,929 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-04-30 16:47:46,930 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:47:46,949 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-04-30 16:47:46,950 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:47:46,950 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 16:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 16:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 16:48:08,840 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-04-30 16:48:08,842 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-04-30 16:48:12,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 16:48:12,164 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 16:48:39,488 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 16:48:39,490 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 16:48:46,950 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 16:48:46,951 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-04-30 16:48:46,951 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:48:46,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 16:48:46,972 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-04-30 16:48:46,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 16:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 16:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 16:49:12,164 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 16:49:12,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 16:49:20,807 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=226467&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425092429780&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425092430112&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:49:20,884 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=226467&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425092429780&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425092511390&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:49:20,941 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=226467&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425092429780&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425092742493&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:49:39,491 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 16:49:39,492 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 16:49:46,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 16:49:46,974 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-04-30 16:49:46,974 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 16:49:46,994 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 16:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 16:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 16:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6233) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6233) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 16:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 16:50:12,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 16:50:12,167 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 16:50:39,493 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 16:50:39,495 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 16:50:46,994 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 16:50:46,995 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-04-30 16:50:46,997 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-04-30 16:50:46,997 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:50:47,018 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-04-30 16:50:47,018 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:50:47,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 16:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 16:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 16:51:12,167 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 16:51:12,168 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 16:51:39,495 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 16:51:39,497 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 16:51:47,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 16:51:47,020 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-04-30 16:51:47,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:51:47,040 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-04-30 16:51:47,041 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:51:47,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 16:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 16:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 16:52:10,331 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:52:10,337 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:52:12,169 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 16:52:12,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 16:52:39,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 16:52:39,499 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 16:52:47,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 16:52:47,042 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-04-30 16:52:47,042 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:52:47,063 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-04-30 16:52:47,063 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:52:47,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 16:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 16:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 16:53:08,842 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 16:53:08,845 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 16:53:12,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 16:53:12,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 16:53:39,500 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 16:53:39,501 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 16:53:47,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 16:53:47,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-04-30 16:53:47,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:53:47,085 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-04-30 16:53:47,085 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:53:47,086 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 16:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 16:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 16:54:12,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 16:54:12,172 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 16:54:39,502 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 16:54:39,503 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 16:54:47,086 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 16:54:47,087 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-04-30 16:54:47,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:54:47,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-04-30 16:54:47,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:54:47,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 16:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 16:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 16:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6254) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6254) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 16:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 16:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 16:55:12,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 16:55:12,174 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 16:55:39,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 16:55:39,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 16:55:47,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 16:55:47,110 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-04-30 16:55:47,110 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:55:47,130 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-04-30 16:55:47,130 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:55:47,130 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 16:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 16:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 16:56:12,174 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 16:56:12,175 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 16:56:39,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 16:56:39,508 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 16:56:47,130 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 16:56:47,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

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

2025-04-30 16:56:47,152 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 16:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 16:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 16:57:10,337 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:57:10,339 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 16:57:12,175 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 16:57:12,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 16:57:39,508 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 16:57:39,510 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 16:57:47,152 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 16:57:47,153 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-04-30 16:57:47,153 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:57:47,173 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-04-30 16:57:47,173 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:57:47,173 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 16:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 16:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 16:58:08,845 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 16:58:08,848 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 16:58:12,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 16:58:12,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 16:58:39,511 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 16:58:39,512 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 16:58:44,494 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425103519908&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,557 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425103556504&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,612 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425103610774&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,666 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425104030616&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,720 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425104148373&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,779 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425104429445&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,833 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425104516377&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,886 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425103210649&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:44,940 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=343142&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20250425103210484&objectUID=1.2.410.200001.101.11.301.1144174170.3.20250425103238770&contentType=image/jpeg from null@162.240.235.97
2025-04-30 16:58:47,174 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 16:58:47,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-04-30 16:58:47,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:58:47,195 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-04-30 16:58:47,195 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:58:47,195 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 16:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 16:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 16:59:12,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 16:59:12,179 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 16:59:39,513 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 16:59:39,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 16:59:47,196 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 16:59:47,197 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-04-30 16:59:47,197 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:59:47,198 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-04-30 16:59:47,218 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-04-30 16:59:47,218 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 16:59:47,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 17:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 17:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 17:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6275) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6275) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 17:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 17:00:12,179 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 17:00:12,181 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 17:00:19,411 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/195.184.76.0,port=38179,localport=11112]
2025-04-30 17:00:19,444 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6280) /172.18.0.2:11112<-/195.184.76.0:38179(441): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-04-30 17:00:19,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6280) /172.18.0.2:11112<-/195.184.76.0:38179(441): close Socket[addr=/195.184.76.0,port=38179,localport=11112]
2025-04-30 17:00:19,506 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/195.184.76.228,port=50487,localport=11112]
2025-04-30 17:00:19,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6280) ANY-SCP<-ECHOSCU(442) >> A-ASSOCIATE-RQ
2025-04-30 17:00:19,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6280) ANY-SCP<-ECHOSCU(442) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-04-30 17:00:19,883 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) ANY-SCP<-ECHOSCU(442): close Socket[addr=/195.184.76.228,port=50487,localport=11112]
2025-04-30 17:00:39,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 17:00:39,522 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 17:00:47,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 17:00:47,220 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-04-30 17:00:47,220 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:00:47,242 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-04-30 17:00:47,242 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:00:47,242 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 17:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 17:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 17:01:12,181 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 17:01:12,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 17:01:39,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 17:01:39,524 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 17:01:47,242 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 17:01:47,243 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-04-30 17:01:47,244 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-04-30 17:01:47,244 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:01:47,264 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-04-30 17:01:47,264 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:01:47,265 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 17:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 17:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 17:02:10,340 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:02:10,346 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:02:12,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 17:02:12,184 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 17:02:39,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 17:02:39,526 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 17:02:47,265 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 17:02:47,266 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-04-30 17:02:47,266 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:02:47,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 17:02:47,287 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 17:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 17:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 17:03:08,848 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 17:03:08,851 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 17:03:12,184 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 17:03:12,185 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 17:03:39,527 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 17:03:39,528 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 17:03:47,287 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 17:03:47,288 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-04-30 17:03:47,289 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:03:47,310 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-04-30 17:03:47,311 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:03:47,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 17:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 17:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 17:04:12,186 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 17:04:12,187 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 17:04:39,528 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 17:04:39,530 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 17:04:47,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 17:04:47,312 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-04-30 17:04:47,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:04:47,332 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-04-30 17:04:47,332 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:04:47,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 17:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 17:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 17:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6297) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6297) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 17:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 17:05:12,187 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 17:05:12,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 17:05:39,530 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 17:05:39,532 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 17:05:47,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 17:05:47,334 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-04-30 17:05:47,334 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:05:47,355 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-04-30 17:05:47,355 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:05:47,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 17:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 17:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 17:06:12,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 17:06:12,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 17:06:39,532 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 17:06:39,534 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 17:06:47,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 17:06:47,357 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-04-30 17:06:47,357 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:06:47,378 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-04-30 17:06:47,378 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:06:47,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 17:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 17:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 17:07:10,346 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:07:10,353 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:07:12,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 17:07:12,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 17:07:39,534 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 17:07:39,536 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 17:07:47,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 17:07:47,380 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-04-30 17:07:47,380 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:07:47,402 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-04-30 17:07:47,402 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:07:47,402 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 17:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 17:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 17:08:08,851 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 17:08:08,854 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 17:08:12,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 17:08:12,192 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 17:08:39,536 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 17:08:39,538 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 17:08:47,402 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 17:08:47,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-04-30 17:08:47,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:08:47,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-04-30 17:08:47,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:08:47,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 17:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 17:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 17:09:12,193 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 17:09:12,194 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 17:09:18,912 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStgCmtScheduler.execute()
2025-04-30 17:09:18,914 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStgCmtScheduler.execute()
2025-04-30 17:09:39,538 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 17:09:39,540 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 17:09:47,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 17:09:47,426 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-04-30 17:09:47,426 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:09:47,446 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-04-30 17:09:47,447 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:09:47,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 17:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 17:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 17:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6318) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6318) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 17:10:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 17:10:12,194 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 17:10:12,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 17:10:39,540 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 17:10:39,542 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 17:10:47,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 17:10:47,448 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-04-30 17:10:47,448 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:10:47,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 17:10:47,481 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 17:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 17:11:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 17:11:12,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 17:11:12,196 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 17:11:27,583 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeTaskScheduler.execute()
2025-04-30 17:11:27,614 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeTaskScheduler.execute()
2025-04-30 17:11:39,542 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 17:11:39,544 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 17:11:47,481 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 17:11:47,482 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-04-30 17:11:47,482 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:11:47,502 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-04-30 17:11:47,502 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:11:47,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 17:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 17:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 17:12:10,353 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:12:10,359 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:12:12,197 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 17:12:12,198 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 17:12:39,545 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 17:12:39,546 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 17:12:47,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 17:12:47,503 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,504 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,504 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,505 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,505 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,505 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,506 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-04-30 17:12:47,506 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:12:47,506 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,507 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,527 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-04-30 17:12:47,527 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:12:47,527 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,527 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,528 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-04-30 17:12:47,528 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 17:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 17:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 17:13:08,854 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-04-30 17:13:08,856 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-04-30 17:13:12,198 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 17:13:12,200 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 17:13:39,547 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 17:13:39,548 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 17:13:47,528 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 17:13:47,529 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-04-30 17:13:47,530 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:13:47,549 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-04-30 17:13:47,549 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:13:47,549 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 17:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 17:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 17:14:12,200 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 17:14:12,201 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 17:14:39,549 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 17:14:39,550 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 17:14:47,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 17:14:47,551 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-04-30 17:14:47,551 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:14:47,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-04-30 17:14:47,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:14:47,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 17:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 17:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 17:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6339) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6339) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 17:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 17:15:12,201 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 17:15:12,202 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 17:15:39,551 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 17:15:39,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 17:15:47,572 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 17:15:47,573 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-04-30 17:15:47,573 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:15:47,593 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-04-30 17:15:47,593 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:15:47,594 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 17:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 17:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 17:16:12,202 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 17:16:12,203 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 17:16:39,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 17:16:39,554 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 17:16:47,594 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 17:16:47,595 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-04-30 17:16:47,595 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:16:47,615 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-04-30 17:16:47,615 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:16:47,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 17:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 17:17:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 17:17:10,359 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:17:10,365 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:17:12,204 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 17:17:12,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 17:17:39,554 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 17:17:39,556 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 17:17:47,616 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 17:17:47,617 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-04-30 17:17:47,617 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:17:47,639 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-04-30 17:17:47,639 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:17:47,639 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 17:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 17:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 17:18:08,856 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-04-30 17:18:08,858 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-04-30 17:18:12,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 17:18:12,206 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 17:18:39,556 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 17:18:39,558 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 17:18:47,639 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 17:18:47,640 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-04-30 17:18:47,641 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:18:47,662 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-04-30 17:18:47,662 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:18:47,662 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 17:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 17:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 17:19:12,206 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 17:19:12,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 17:19:39,558 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 17:19:39,560 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 17:19:47,662 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 17:19:47,664 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-04-30 17:19:47,664 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:19:47,684 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-04-30 17:19:47,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:19:47,685 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 17:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-04-30 17:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-04-30 17:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6360) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6360) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 17:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 17:20:12,208 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 17:20:12,209 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 17:20:39,560 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 17:20:39,562 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 17:20:47,685 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 17:20:47,686 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-04-30 17:20:47,686 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:20:47,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 17:20:47,706 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 17:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 17:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 17:21:12,209 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 17:21:12,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 17:21:39,562 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 17:21:39,564 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 17:21:47,706 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 17:21:47,708 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-04-30 17:21:47,708 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:21:47,735 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-04-30 17:21:47,735 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:21:47,735 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 17:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 17:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 17:22:10,365 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:22:10,370 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:22:12,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 17:22:12,211 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 17:22:39,564 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 17:22:39,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 17:22:47,735 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 17:22:47,737 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-04-30 17:22:47,737 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:22:47,761 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-04-30 17:22:47,762 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:22:47,762 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 17:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 17:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 17:23:08,859 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-04-30 17:23:08,862 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-04-30 17:23:12,212 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 17:23:12,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 17:23:39,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 17:23:39,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 17:23:47,762 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 17:23:47,763 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-04-30 17:23:47,763 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:23:47,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 17:23:47,786 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 17:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 17:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 17:24:12,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 17:24:12,214 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 17:24:39,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 17:24:39,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 17:24:47,786 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 17:24:47,788 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-04-30 17:24:47,788 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:24:47,808 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-04-30 17:24:47,808 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:24:47,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 17:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-04-30 17:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-04-30 17:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6381) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6381) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 17:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 17:25:12,215 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 17:25:12,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 17:25:39,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 17:25:39,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 17:25:47,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 17:25:47,809 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-04-30 17:25:47,809 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:25:47,829 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-04-30 17:25:47,829 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:25:47,829 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 17:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 17:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 17:26:12,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 17:26:12,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 17:26:23,456 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250311142951996&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250311142953086&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,552 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250311142951996&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250311143025980&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,638 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250311142951996&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250311143111652&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,699 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250311142951996&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250311143222439&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,753 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250311142951996&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250311143302408&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,806 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20250311142951996&objectUID=1.2.410.200001.101.11.501.1791052210.3.20250311143319751&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,858 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104416026&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,920 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104256169&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:23,982 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104325402&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:24,042 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104404414&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:24,097 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104428841&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:24,157 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104456781&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:24,210 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104512817&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:24,264 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104527016&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:24,316 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=341622&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20250402104255814&objectUID=1.2.410.200001.101.11.601.1501430850.3.20250402104543604&contentType=image/jpeg from null@162.240.235.97
2025-04-30 17:26:39,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 17:26:39,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 17:26:47,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 17:26:47,831 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-04-30 17:26:47,831 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:26:47,851 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-04-30 17:26:47,851 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:26:47,851 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 17:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 17:27:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 17:27:10,370 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:27:10,376 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:27:12,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 17:27:12,219 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 17:27:39,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 17:27:39,575 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 17:27:47,852 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 17:27:47,853 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-04-30 17:27:47,854 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-04-30 17:27:47,854 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:27:47,875 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-04-30 17:27:47,875 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:27:47,875 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 17:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 17:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 17:28:08,862 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-04-30 17:28:08,864 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-04-30 17:28:12,219 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 17:28:12,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 17:28:39,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 17:28:39,577 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 17:28:47,875 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 17:28:47,877 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-04-30 17:28:47,877 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:28:47,903 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-04-30 17:28:47,903 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:28:47,903 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 17:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 17:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 17:29:12,229 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 17:29:12,230 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 17:29:39,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 17:29:39,579 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 17:29:47,904 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 17:29:47,905 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-04-30 17:29:47,905 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:29:47,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 17:29:47,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 17:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-04-30 17:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-04-30 17:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6402) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6402) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 17:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 17:30:12,230 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 17:30:12,231 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 17:30:39,580 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 17:30:39,581 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 17:30:47,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 17:30:47,929 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-04-30 17:30:47,929 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:30:47,949 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-04-30 17:30:47,949 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:30:47,950 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 17:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 17:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 17:31:12,232 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 17:31:12,233 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 17:31:39,582 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 17:31:39,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 17:31:47,950 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 17:31:47,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 17:31:47,971 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-04-30 17:31:47,971 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:31:47,971 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 17:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 17:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 17:32:10,377 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:32:10,382 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:32:12,233 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 17:32:12,235 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 17:32:39,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 17:32:39,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 17:32:47,971 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 17:32:47,973 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-04-30 17:32:47,973 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:32:47,992 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-04-30 17:32:47,992 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:32:47,993 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 17:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 17:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 17:33:08,865 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-04-30 17:33:08,867 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-04-30 17:33:12,235 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 17:33:12,236 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 17:33:39,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 17:33:39,587 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 17:33:47,993 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 17:33:47,994 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-04-30 17:33:47,994 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:33:48,016 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-04-30 17:33:48,016 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:33:48,016 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 17:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 17:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 17:34:12,237 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 17:34:12,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 17:34:39,588 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 17:34:39,589 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 17:34:48,016 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 17:34:48,017 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-04-30 17:34:48,017 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:34:48,038 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-04-30 17:34:48,039 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:34:48,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 17:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-04-30 17:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-04-30 17:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6423) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6423) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 17:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 17:35:12,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 17:35:12,239 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 17:35:39,590 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 17:35:39,591 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 17:35:48,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 17:35:48,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-04-30 17:35:48,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:35:48,061 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-04-30 17:35:48,061 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:35:48,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 17:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 17:36:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 17:36:12,239 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 17:36:12,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 17:36:39,592 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 17:36:39,593 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 17:36:48,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 17:36:48,063 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-04-30 17:36:48,063 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:36:48,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-04-30 17:36:48,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:36:48,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 17:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 17:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 17:37:10,382 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:37:10,388 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:37:12,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 17:37:12,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 17:37:39,594 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 17:37:39,599 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 17:37:48,095 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 17:37:48,097 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-04-30 17:37:48,097 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:37:48,117 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-04-30 17:37:48,117 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:37:48,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 17:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 17:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 17:38:08,868 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 17:38:08,870 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 17:38:12,242 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 17:38:12,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 17:38:39,599 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 17:38:39,601 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 17:38:48,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 17:38:48,119 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-04-30 17:38:48,119 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:38:48,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 17:38:48,141 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:38:48,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 17:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 17:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 17:39:12,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 17:39:12,244 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 17:39:39,601 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 17:39:39,603 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 17:39:48,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 17:39:48,142 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-04-30 17:39:48,142 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:39:48,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-04-30 17:39:48,163 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:39:48,163 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 17:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 17:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 17:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6444) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6444) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 17:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 17:40:12,244 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 17:40:12,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 17:40:39,603 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 17:40:39,605 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 17:40:48,163 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 17:40:48,164 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-04-30 17:40:48,164 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:40:48,184 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-04-30 17:40:48,184 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:40:48,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 17:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 17:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 17:41:12,246 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 17:41:12,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 17:41:39,605 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 17:41:39,607 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 17:41:45,025 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSDeleteScheduler.execute()
2025-04-30 17:41:45,028 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSDeleteScheduler.execute()
2025-04-30 17:41:48,185 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 17:41:48,186 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-04-30 17:41:48,186 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:41:48,206 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-04-30 17:41:48,206 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:41:48,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 17:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 17:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 17:42:10,388 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:42:10,394 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:42:12,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 17:42:12,248 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 17:42:39,607 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 17:42:39,609 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 17:42:48,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 17:42:48,207 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-04-30 17:42:48,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:42:48,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 17:42:48,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 17:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 17:43:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 17:43:08,870 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 17:43:08,873 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 17:43:12,248 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 17:43:12,249 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 17:43:39,609 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 17:43:39,611 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 17:43:48,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 17:43:48,230 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-04-30 17:43:48,230 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:43:48,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 17:43:48,251 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:43:48,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 17:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 17:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 17:44:12,250 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 17:44:12,251 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 17:44:39,611 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 17:44:39,613 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 17:44:48,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 17:44:48,253 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-04-30 17:44:48,253 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:44:48,273 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-04-30 17:44:48,273 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:44:48,273 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 17:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-04-30 17:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-04-30 17:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6465) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:45:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6465) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 17:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 17:45:12,251 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 17:45:12,252 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 17:45:39,613 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 17:45:39,615 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 17:45:48,274 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 17:45:48,275 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-04-30 17:45:48,275 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:45:48,296 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-04-30 17:45:48,296 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:45:48,297 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 17:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 17:46:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 17:46:12,252 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 17:46:12,253 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 17:46:39,615 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 17:46:39,617 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 17:46:48,297 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 17:46:48,298 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-04-30 17:46:48,298 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:46:48,319 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-04-30 17:46:48,319 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:46:48,319 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 17:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 17:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 17:47:10,394 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:47:10,399 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:47:12,254 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 17:47:12,255 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 17:47:39,617 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 17:47:39,619 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 17:47:48,319 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 17:47:48,321 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-04-30 17:47:48,321 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:47:48,341 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-04-30 17:47:48,341 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:47:48,341 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 17:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 17:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 17:48:08,873 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-04-30 17:48:08,876 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-04-30 17:48:12,255 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 17:48:12,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 17:48:39,619 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 17:48:39,621 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 17:48:48,341 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 17:48:48,343 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-04-30 17:48:48,343 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:48:48,370 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-04-30 17:48:48,370 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:48:48,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 17:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 17:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 17:49:12,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 17:49:12,257 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 17:49:39,621 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 17:49:39,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 17:49:48,371 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 17:49:48,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-04-30 17:49:48,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:49:48,391 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-04-30 17:49:48,392 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:49:48,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 17:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-04-30 17:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-04-30 17:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6486) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6486) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 17:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 17:50:12,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 17:50:12,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 17:50:39,623 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 17:50:39,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 17:50:48,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 17:50:48,394 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-04-30 17:50:48,394 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:50:48,414 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-04-30 17:50:48,414 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:50:48,414 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 17:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 17:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 17:51:12,259 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 17:51:12,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 17:51:39,625 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 17:51:39,626 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 17:51:48,414 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 17:51:48,416 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-04-30 17:51:48,416 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:51:48,436 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-04-30 17:51:48,436 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:51:48,437 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 17:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 17:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 17:52:10,399 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:52:10,405 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:52:12,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 17:52:12,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 17:52:39,627 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 17:52:39,628 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 17:52:48,437 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 17:52:48,438 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-04-30 17:52:48,438 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:52:48,459 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-04-30 17:52:48,459 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:52:48,459 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 17:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 17:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 17:53:08,876 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-04-30 17:53:08,878 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-04-30 17:53:12,262 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 17:53:12,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 17:53:39,629 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 17:53:39,630 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 17:53:48,459 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 17:53:48,461 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-04-30 17:53:48,461 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:53:48,481 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-04-30 17:53:48,481 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:53:48,481 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 17:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 17:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 17:54:12,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 17:54:12,264 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 17:54:39,631 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 17:54:39,633 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 17:54:48,482 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 17:54:48,483 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-04-30 17:54:48,483 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:54:48,503 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-04-30 17:54:48,503 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:54:48,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 17:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 17:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 17:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6507) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6507) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 17:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 17:55:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 17:55:12,264 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 17:55:12,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 17:55:39,633 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 17:55:39,634 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 17:55:48,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 17:55:48,505 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-04-30 17:55:48,505 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 17:55:48,527 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 17:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 17:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 17:56:12,266 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 17:56:12,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 17:56:39,635 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 17:56:39,637 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 17:56:48,527 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 17:56:48,528 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-04-30 17:56:48,529 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:56:48,548 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-04-30 17:56:48,549 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:56:48,549 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 17:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 17:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 17:57:10,405 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:57:10,408 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 17:57:12,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 17:57:12,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 17:57:39,637 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 17:57:39,639 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 17:57:48,549 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 17:57:48,550 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-04-30 17:57:48,550 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:57:48,570 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-04-30 17:57:48,570 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:57:48,570 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 17:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 17:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 17:58:08,879 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 17:58:08,880 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 17:58:12,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 17:58:12,269 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 17:58:39,639 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 17:58:39,641 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 17:58:48,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 17:58:48,572 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-04-30 17:58:48,572 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:58:48,592 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-04-30 17:58:48,592 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:58:48,592 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 17:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 17:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 17:59:12,269 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 17:59:12,270 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 17:59:39,641 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 17:59:39,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 17:59:48,592 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 17:59:48,594 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-04-30 17:59:48,594 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:59:48,624 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-04-30 17:59:48,624 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 17:59:48,624 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 18:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 18:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 18:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6528) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6528) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 18:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 18:00:12,271 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 18:00:12,272 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 18:00:39,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 18:00:39,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 18:00:48,625 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 18:00:48,626 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-04-30 18:00:48,626 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 18:00:48,646 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 18:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 18:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 18:01:12,272 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 18:01:12,273 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 18:01:39,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 18:01:39,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 18:01:48,646 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 18:01:48,648 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-04-30 18:01:48,648 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:01:48,668 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-04-30 18:01:48,668 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:01:48,668 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 18:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 18:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 18:02:10,408 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:02:10,410 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:02:12,273 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 18:02:12,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 18:02:39,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 18:02:39,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 18:02:48,668 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 18:02:48,669 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-04-30 18:02:48,670 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:02:48,691 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-04-30 18:02:48,691 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:02:48,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 18:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 18:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 18:03:08,880 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 18:03:08,882 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 18:03:12,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 18:03:12,276 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 18:03:39,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 18:03:39,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 18:03:48,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 18:03:48,692 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-04-30 18:03:48,693 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:03:48,714 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-04-30 18:03:48,714 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:03:48,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 18:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 18:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 18:04:12,277 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 18:04:12,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 18:04:39,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 18:04:39,652 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 18:04:48,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 18:04:48,715 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-04-30 18:04:48,716 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:04:48,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:04:48,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 18:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 18:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 18:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6549) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6549) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 18:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 18:05:12,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 18:05:12,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 18:05:39,652 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 18:05:39,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 18:05:48,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 18:05:48,737 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-04-30 18:05:48,737 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:05:48,764 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-04-30 18:05:48,764 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:05:48,765 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 18:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 18:06:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 18:06:12,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 18:06:12,280 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 18:06:39,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 18:06:39,655 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 18:06:48,765 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 18:06:48,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:06:48,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:06:48,786 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 18:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 18:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 18:07:10,410 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:07:10,416 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:07:12,281 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 18:07:12,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 18:07:39,656 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 18:07:39,658 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 18:07:48,787 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 18:07:48,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:07:48,810 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-04-30 18:07:48,810 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:07:48,810 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 18:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 18:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 18:08:08,882 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 18:08:08,884 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 18:08:12,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 18:08:12,283 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 18:08:39,658 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 18:08:39,660 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 18:08:48,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 18:08:48,812 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-04-30 18:08:48,812 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:08:48,832 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-04-30 18:08:48,832 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:08:48,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 18:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 18:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 18:09:12,284 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 18:09:12,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 18:09:18,915 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStgCmtScheduler.execute()
2025-04-30 18:09:18,916 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStgCmtScheduler.execute()
2025-04-30 18:09:39,660 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 18:09:39,662 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 18:09:48,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 18:09:48,833 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-04-30 18:09:48,833 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:09:48,854 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-04-30 18:09:48,854 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:09:48,854 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 18:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-04-30 18:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-04-30 18:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6570) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6570) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 18:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 18:10:12,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 18:10:12,286 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 18:10:39,662 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 18:10:39,664 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 18:10:48,854 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 18:10:48,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-04-30 18:10:48,856 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:10:48,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-04-30 18:10:48,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:10:48,877 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 18:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 18:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 18:11:12,287 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 18:11:12,288 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 18:11:27,614 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeTaskScheduler.execute()
2025-04-30 18:11:27,636 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeTaskScheduler.execute()
2025-04-30 18:11:39,664 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 18:11:39,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 18:11:48,878 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 18:11:48,879 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-04-30 18:11:48,879 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:11:48,899 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-04-30 18:11:48,899 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:11:48,899 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 18:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 18:12:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 18:12:10,416 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:12:10,422 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:12:12,288 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 18:12:12,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 18:12:39,666 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 18:12:39,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 18:12:48,899 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 18:12:48,900 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,900 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,901 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,901 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,901 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,903 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-04-30 18:12:48,903 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:12:48,903 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:12:48,926 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-04-30 18:12:48,926 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 18:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 18:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 18:13:08,884 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-04-30 18:13:08,887 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-04-30 18:13:12,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 18:13:12,291 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 18:13:26,855 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/206.168.34.42,port=42604,localport=11112]
2025-04-30 18:13:26,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6587) ANY-SCP<-ECHOSCU(443) >> A-ASSOCIATE-RQ
2025-04-30 18:13:26,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6587) ANY-SCP<-ECHOSCU(443) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-04-30 18:13:26,985 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) ANY-SCP<-ECHOSCU(443): close Socket[addr=/206.168.34.42,port=42604,localport=11112]
2025-04-30 18:13:32,394 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/206.168.34.42,port=35852,localport=11112]
2025-04-30 18:13:35,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:35852(444): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 18:13:35,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:35852(444): close Socket[addr=/206.168.34.42,port=35852,localport=11112]
2025-04-30 18:13:35,808 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/206.168.34.42,port=35856,localport=11112]
2025-04-30 18:13:36,240 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:35856(445): unrecognized PDU[type=22, len=16838145]
2025-04-30 18:13:36,240 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:35856(445): close Socket[addr=/206.168.34.42,port=35856,localport=11112]
2025-04-30 18:13:36,714 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/206.168.34.42,port=35868,localport=11112]
2025-04-30 18:13:38,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:35868(446): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-04-30 18:13:38,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:35868(446): close Socket[addr=/206.168.34.42,port=35868,localport=11112]
2025-04-30 18:13:39,668 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 18:13:39,670 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 18:13:43,066 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/206.168.34.42,port=55588,localport=11112]
2025-04-30 18:13:43,867 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:55588(447): unrecognized PDU[type=16, len=281937]
2025-04-30 18:13:43,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6588) /172.18.0.2:11112<-/206.168.34.42:55588(447): close Socket[addr=/206.168.34.42,port=55588,localport=11112]
2025-04-30 18:13:48,926 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 18:13:48,928 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-04-30 18:13:48,928 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 18:13:48,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 18:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 18:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 18:14:12,291 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 18:14:12,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 18:14:39,670 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 18:14:39,672 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 18:14:48,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 18:14:48,950 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-04-30 18:14:48,950 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:14:48,970 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-04-30 18:14:48,970 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:14:48,971 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-04-30 18:14:48,971 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 18:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 18:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 18:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6593) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6593) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 18:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 18:15:12,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 18:15:12,293 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 18:15:39,672 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 18:15:39,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 18:15:48,971 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 18:15:48,973 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-04-30 18:15:48,973 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:15:48,995 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-04-30 18:15:48,995 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:15:48,995 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 18:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 18:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 18:16:12,294 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 18:16:12,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 18:16:39,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 18:16:39,675 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 18:16:48,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 18:16:48,997 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-04-30 18:16:48,997 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:16:49,017 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-04-30 18:16:49,017 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:16:49,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 18:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 18:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 18:17:10,422 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:17:10,424 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:17:12,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 18:17:12,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 18:17:39,676 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 18:17:39,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 18:17:49,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 18:17:49,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:17:49,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-04-30 18:17:49,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:17:49,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 18:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 18:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 18:18:08,887 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 18:18:08,889 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 18:18:12,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 18:18:12,297 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 18:18:39,678 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 18:18:39,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 18:18:49,040 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 18:18:49,041 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-04-30 18:18:49,041 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:18:49,061 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-04-30 18:18:49,061 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:18:49,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 18:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 18:19:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 18:19:12,297 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 18:19:12,298 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 18:19:39,680 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 18:19:39,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 18:19:49,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 18:19:49,063 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-04-30 18:19:49,063 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:19:49,083 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-04-30 18:19:49,083 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:19:49,083 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 18:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 18:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 18:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6614) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6614) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 18:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 18:20:12,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 18:20:12,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 18:20:39,682 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 18:20:39,684 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 18:20:49,083 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 18:20:49,084 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-04-30 18:20:49,084 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:20:49,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:20:49,105 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 18:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 18:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 18:21:12,300 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 18:21:12,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 18:21:39,684 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 18:21:39,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 18:21:49,105 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 18:21:49,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:21:49,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-04-30 18:21:49,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:21:49,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 18:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 18:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 18:22:10,425 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:22:10,427 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:22:12,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 18:22:12,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 18:22:39,686 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 18:22:39,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 18:22:49,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 18:22:49,139 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-04-30 18:22:49,139 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:22:49,158 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-04-30 18:22:49,159 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:22:49,159 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 18:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 18:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 18:23:08,889 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 18:23:08,890 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 18:23:12,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 18:23:12,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 18:23:39,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 18:23:39,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 18:23:49,159 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 18:23:49,160 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-04-30 18:23:49,160 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:23:49,180 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-04-30 18:23:49,180 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:23:49,180 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 18:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 18:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 18:24:12,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 18:24:12,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 18:24:39,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 18:24:39,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 18:24:49,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 18:24:49,182 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-04-30 18:24:49,182 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 18:24:49,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 18:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 18:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 18:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6635) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6635) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 18:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 18:25:12,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 18:25:12,306 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 18:25:39,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 18:25:39,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 18:25:49,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 18:25:49,204 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-04-30 18:25:49,204 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:25:49,224 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-04-30 18:25:49,224 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:25:49,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 18:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 18:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 18:26:12,306 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 18:26:12,307 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 18:26:39,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 18:26:39,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 18:26:49,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 18:26:49,226 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-04-30 18:26:49,226 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:26:49,246 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-04-30 18:26:49,246 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:26:49,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 18:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 18:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 18:27:10,427 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:27:10,429 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:27:12,308 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 18:27:12,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 18:27:39,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 18:27:39,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 18:27:49,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 18:27:49,247 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-04-30 18:27:49,248 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:27:49,268 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-04-30 18:27:49,268 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:27:49,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 18:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 18:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 18:28:08,890 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 18:28:08,892 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 18:28:12,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 18:28:12,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 18:28:39,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 18:28:39,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 18:28:49,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 18:28:49,269 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-04-30 18:28:49,269 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:28:49,289 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-04-30 18:28:49,289 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:28:49,289 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 18:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 18:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 18:29:12,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 18:29:12,311 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 18:29:39,701 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 18:29:39,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 18:29:49,290 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 18:29:49,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:29:49,311 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-04-30 18:29:49,311 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:29:49,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 18:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-04-30 18:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-04-30 18:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6656) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6656) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 18:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 18:30:12,311 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 18:30:12,312 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 18:30:39,703 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 18:30:39,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 18:30:49,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 18:30:49,313 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-04-30 18:30:49,313 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:30:49,333 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-04-30 18:30:49,333 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:30:49,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 18:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 18:31:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 18:31:12,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 18:31:12,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 18:31:39,705 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 18:31:39,707 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 18:31:49,334 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 18:31:49,335 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-04-30 18:31:49,335 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:31:49,355 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-04-30 18:31:49,355 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:31:49,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 18:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 18:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 18:32:10,430 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:32:10,432 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:32:12,314 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 18:32:12,315 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 18:32:39,707 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 18:32:39,709 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 18:32:49,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 18:32:49,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:32:49,382 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-04-30 18:32:49,382 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:32:49,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 18:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 18:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 18:33:08,892 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 18:33:08,893 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 18:33:12,315 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 18:33:12,316 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 18:33:39,709 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 18:33:39,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 18:33:49,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 18:33:49,384 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-04-30 18:33:49,384 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 18:33:49,405 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 18:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 18:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 18:34:12,317 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 18:34:12,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 18:34:39,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 18:34:39,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 18:34:49,405 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 18:34:49,407 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-04-30 18:34:49,407 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:34:49,426 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-04-30 18:34:49,427 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:34:49,427 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 18:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 18:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 18:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6677) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6677) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 18:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 18:35:12,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 18:35:12,319 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 18:35:39,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 18:35:39,715 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 18:35:49,427 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 18:35:49,428 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-04-30 18:35:49,428 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:35:49,448 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-04-30 18:35:49,448 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:35:49,448 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 18:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 18:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 18:36:12,319 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 18:36:12,320 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 18:36:39,715 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 18:36:39,717 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 18:36:49,449 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 18:36:49,450 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-04-30 18:36:49,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:36:49,470 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-04-30 18:36:49,470 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:36:49,470 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 18:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 18:37:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 18:37:10,432 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:37:10,435 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:37:12,321 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 18:37:12,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 18:37:39,717 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 18:37:39,719 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 18:37:49,470 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 18:37:49,472 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-04-30 18:37:49,472 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:37:49,491 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-04-30 18:37:49,492 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:37:49,492 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 18:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 18:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 18:38:08,894 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-04-30 18:38:08,895 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-04-30 18:38:12,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 18:38:12,323 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 18:38:39,720 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 18:38:39,721 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 18:38:49,492 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 18:38:49,493 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-04-30 18:38:49,494 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:38:49,515 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-04-30 18:38:49,515 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:38:49,515 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 18:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 18:39:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 18:39:12,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 18:39:12,325 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 18:39:39,722 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 18:39:39,723 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 18:39:49,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 18:39:49,517 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-04-30 18:39:49,517 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:39:49,538 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-04-30 18:39:49,538 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:39:49,538 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 18:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-04-30 18:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-04-30 18:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6698) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6698) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 18:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 18:40:12,326 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 18:40:12,327 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 18:40:39,723 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 18:40:39,725 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 18:40:49,538 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 18:40:49,539 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-04-30 18:40:49,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:40:49,561 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-04-30 18:40:49,561 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:40:49,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 18:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 18:41:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 18:41:12,327 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 18:41:12,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 18:41:39,726 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 18:41:39,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 18:41:45,028 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSDeleteScheduler.execute()
2025-04-30 18:41:45,030 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSDeleteScheduler.execute()
2025-04-30 18:41:49,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 18:41:49,563 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-04-30 18:41:49,563 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:41:49,583 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-04-30 18:41:49,583 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:41:49,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 18:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 18:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 18:42:10,435 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:42:10,437 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:42:12,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 18:42:12,329 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 18:42:39,728 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 18:42:39,729 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 18:42:49,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 18:42:49,585 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-04-30 18:42:49,585 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:42:49,606 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-04-30 18:42:49,606 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:42:49,606 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 18:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 18:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 18:43:08,895 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 18:43:08,897 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 18:43:12,330 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 18:43:12,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 18:43:39,730 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 18:43:39,732 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 18:43:49,606 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 18:43:49,608 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-04-30 18:43:49,608 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:43:49,633 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-04-30 18:43:49,633 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:43:49,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 18:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 18:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 18:44:12,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 18:44:12,332 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 18:44:39,732 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 18:44:39,734 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 18:44:49,634 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 18:44:49,635 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-04-30 18:44:49,635 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:44:49,655 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-04-30 18:44:49,655 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:44:49,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 18:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 18:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 18:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6719) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:45:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6719) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 18:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 18:45:12,332 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 18:45:12,333 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 18:45:39,734 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 18:45:39,736 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 18:45:49,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 18:45:49,657 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-04-30 18:45:49,657 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 18:45:49,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 18:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 18:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 18:46:12,334 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 18:46:12,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 18:46:39,736 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 18:46:39,738 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 18:46:49,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 18:46:49,679 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-04-30 18:46:49,680 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:46:49,703 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-04-30 18:46:49,703 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:46:49,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 18:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 18:47:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 18:47:10,438 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:47:10,440 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:47:12,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 18:47:12,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 18:47:39,738 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 18:47:39,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 18:47:49,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 18:47:49,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-04-30 18:47:49,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 18:47:49,726 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 18:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 18:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 18:48:08,897 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 18:48:08,898 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 18:48:12,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 18:48:12,337 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 18:48:39,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 18:48:39,742 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 18:48:49,726 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 18:48:49,728 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-04-30 18:48:49,728 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:48:49,748 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-04-30 18:48:49,749 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:48:49,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 18:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 18:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 18:49:12,337 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 18:49:12,338 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 18:49:39,742 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 18:49:39,744 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 18:49:49,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 18:49:49,750 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-04-30 18:49:49,750 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:49:49,770 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-04-30 18:49:49,770 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:49:49,770 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 18:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 18:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 18:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6740) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6740) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 18:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 18:50:12,339 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 18:50:12,340 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 18:50:39,744 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 18:50:39,746 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 18:50:49,771 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 18:50:49,772 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-04-30 18:50:49,772 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:50:49,793 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-04-30 18:50:49,793 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:50:49,793 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 18:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 18:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 18:51:12,340 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 18:51:12,341 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 18:51:39,746 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 18:51:39,747 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 18:51:49,793 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 18:51:49,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 18:51:49,815 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-04-30 18:51:49,815 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:51:49,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 18:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 18:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 18:52:10,440 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:52:10,442 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:52:12,341 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 18:52:12,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 18:52:39,748 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 18:52:39,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 18:52:49,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 18:52:49,817 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-04-30 18:52:49,817 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:52:49,836 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-04-30 18:52:49,837 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:52:49,837 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 18:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 18:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 18:53:08,899 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 18:53:08,900 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 18:53:12,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 18:53:12,343 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 18:53:39,750 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 18:53:39,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 18:53:49,837 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 18:53:49,838 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-04-30 18:53:49,839 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:53:49,871 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-04-30 18:53:49,871 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:53:49,871 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 18:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 18:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 18:54:12,343 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 18:54:12,344 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 18:54:39,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 18:54:39,753 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 18:54:49,872 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 18:54:49,873 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-04-30 18:54:49,873 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:54:49,893 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-04-30 18:54:49,893 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:54:49,893 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 18:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-04-30 18:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-04-30 18:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6761) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6761) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 18:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 18:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 18:55:12,345 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 18:55:12,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 18:55:39,754 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 18:55:39,755 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 18:55:49,893 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 18:55:49,895 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-04-30 18:55:49,895 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:55:49,915 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-04-30 18:55:49,915 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:55:49,915 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 18:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 18:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 18:56:12,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 18:56:12,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 18:56:39,756 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 18:56:39,757 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 18:56:49,915 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 18:56:49,916 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-04-30 18:56:49,917 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:56:49,938 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-04-30 18:56:49,938 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:56:49,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 18:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 18:57:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 18:57:10,443 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:57:10,445 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 18:57:12,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 18:57:12,348 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 18:57:39,758 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 18:57:39,760 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 18:57:49,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 18:57:49,940 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-04-30 18:57:49,940 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:57:49,963 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-04-30 18:57:49,963 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:57:49,963 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 18:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 18:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 18:58:08,900 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 18:58:08,902 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 18:58:12,349 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 18:58:12,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 18:58:39,760 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 18:58:39,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 18:58:49,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 18:58:49,965 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-04-30 18:58:49,965 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:58:49,985 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-04-30 18:58:49,985 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:58:49,985 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 18:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 18:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 18:59:12,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 18:59:12,351 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 18:59:39,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 18:59:39,764 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 18:59:49,985 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 18:59:49,987 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-04-30 18:59:49,987 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:59:50,008 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-04-30 18:59:50,009 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 18:59:50,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 19:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 19:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 19:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6782) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6782) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 19:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 19:00:12,351 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 19:00:12,352 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 19:00:39,764 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 19:00:39,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 19:00:50,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 19:00:50,010 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-04-30 19:00:50,010 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:00:50,030 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-04-30 19:00:50,030 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:00:50,031 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 19:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 19:01:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 19:01:12,353 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 19:01:12,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 19:01:39,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 19:01:39,768 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 19:01:50,031 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 19:01:50,032 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-04-30 19:01:50,032 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:01:50,053 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-04-30 19:01:50,053 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:01:50,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 19:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 19:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 19:02:10,445 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:02:10,447 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:02:12,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 19:02:12,355 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 19:02:39,768 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 19:02:39,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 19:02:50,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 19:02:50,054 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-04-30 19:02:50,054 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:02:50,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 19:02:50,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 19:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 19:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 19:03:08,902 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-04-30 19:03:08,903 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-04-30 19:03:12,355 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 19:03:12,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 19:03:39,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 19:03:39,772 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 19:03:50,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 19:03:50,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-04-30 19:03:50,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:03:50,103 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-04-30 19:03:50,103 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:03:50,103 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 19:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 19:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 19:04:12,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 19:04:12,357 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 19:04:39,773 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 19:04:39,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 19:04:50,103 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 19:04:50,105 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-04-30 19:04:50,105 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:04:50,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 19:04:50,125 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 19:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 19:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 19:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6803) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:05:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6803) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 19:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 19:05:12,358 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 19:05:12,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 19:05:39,775 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 19:05:39,776 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 19:05:50,125 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 19:05:50,126 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-04-30 19:05:50,127 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:05:50,149 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-04-30 19:05:50,149 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:05:50,149 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 19:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 19:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 19:06:12,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 19:06:12,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 19:06:39,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 19:06:39,778 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 19:06:50,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 19:06:50,151 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-04-30 19:06:50,151 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:06:50,171 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-04-30 19:06:50,171 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:06:50,172 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 19:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 19:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 19:07:10,448 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:07:10,450 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:07:12,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 19:07:12,361 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 19:07:39,779 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 19:07:39,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 19:07:50,172 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 19:07:50,173 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-04-30 19:07:50,173 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:07:50,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-04-30 19:07:50,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:07:50,198 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 19:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 19:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 19:08:08,904 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-04-30 19:08:08,905 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-04-30 19:08:12,362 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 19:08:12,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 19:08:39,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 19:08:39,782 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 19:08:50,198 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 19:08:50,199 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-04-30 19:08:50,200 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:08:50,220 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-04-30 19:08:50,220 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:08:50,220 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 19:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 19:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 19:09:12,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 19:09:12,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 19:09:18,917 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStgCmtScheduler.execute()
2025-04-30 19:09:18,919 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStgCmtScheduler.execute()
2025-04-30 19:09:39,782 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 19:09:39,784 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 19:09:50,221 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 19:09:50,222 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-04-30 19:09:50,222 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:09:50,242 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-04-30 19:09:50,242 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:09:50,242 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 19:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 19:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 19:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6824) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6824) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 19:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 19:10:12,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 19:10:12,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 19:10:39,784 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 19:10:39,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 19:10:50,242 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 19:10:50,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-04-30 19:10:50,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:10:50,264 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-04-30 19:10:50,264 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:10:50,265 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 19:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 19:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 19:11:12,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 19:11:12,367 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 19:11:27,636 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeTaskScheduler.execute()
2025-04-30 19:11:27,661 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeTaskScheduler.execute()
2025-04-30 19:11:39,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 19:11:39,788 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 19:11:50,265 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 19:11:50,266 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-04-30 19:11:50,266 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:11:50,286 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-04-30 19:11:50,286 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:11:50,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 19:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 19:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 19:12:10,450 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:12:10,452 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:12:12,368 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 19:12:12,368 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 19:12:39,788 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 19:12:39,790 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 19:12:50,287 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 19:12:50,287 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,288 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,288 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,288 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,289 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,289 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,289 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,290 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-04-30 19:12:50,290 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:12:50,290 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,310 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-04-30 19:12:50,310 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:12:50,311 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,311 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,311 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-04-30 19:12:50,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 19:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 19:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 19:13:08,905 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-04-30 19:13:08,907 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-04-30 19:13:12,369 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 19:13:12,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 19:13:39,790 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 19:13:39,792 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 19:13:50,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 19:13:50,313 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-04-30 19:13:50,313 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:13:50,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 19:13:50,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 19:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 19:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 19:14:12,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 19:14:12,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 19:14:39,792 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 19:14:39,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 19:14:50,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 19:14:50,335 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-04-30 19:14:50,335 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:14:50,356 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-04-30 19:14:50,356 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:14:50,356 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 19:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 19:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 19:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6845) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6845) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 19:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 19:15:12,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 19:15:12,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 19:15:39,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 19:15:39,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 19:15:50,356 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 19:15:50,362 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-04-30 19:15:50,362 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:15:50,382 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-04-30 19:15:50,382 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:15:50,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 19:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 19:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 19:16:12,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 19:16:12,374 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 19:16:39,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 19:16:39,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 19:16:50,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 19:16:50,384 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-04-30 19:16:50,384 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:16:50,404 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-04-30 19:16:50,404 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:16:50,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 19:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 19:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 19:17:10,453 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:17:10,455 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:17:12,375 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 19:17:12,376 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 19:17:39,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 19:17:39,799 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 19:17:50,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 19:17:50,406 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-04-30 19:17:50,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:17:50,426 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-04-30 19:17:50,426 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:17:50,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 19:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 19:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 19:18:08,907 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 19:18:08,908 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 19:18:12,376 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 19:18:12,377 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 19:18:39,800 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 19:18:39,801 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 19:18:50,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 19:18:50,427 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-04-30 19:18:50,428 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:18:50,449 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-04-30 19:18:50,450 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:18:50,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 19:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 19:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 19:19:12,378 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 19:19:12,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 19:19:39,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 19:19:39,803 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 19:19:50,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 19:19:50,451 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-04-30 19:19:50,451 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:19:50,471 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-04-30 19:19:50,471 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:19:50,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 19:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 19:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 19:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6866) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6866) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 19:20:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 19:20:12,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 19:20:12,380 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 19:20:39,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 19:20:39,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 19:20:50,472 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 19:20:50,473 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-04-30 19:20:50,473 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:20:50,493 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-04-30 19:20:50,493 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:20:50,493 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 19:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 19:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 19:21:12,380 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 19:21:12,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 19:21:39,806 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 19:21:39,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 19:21:50,494 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 19:21:50,495 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-04-30 19:21:50,495 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:21:50,515 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-04-30 19:21:50,516 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:21:50,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 19:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 19:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 19:22:10,455 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:22:10,457 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:22:12,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 19:22:12,383 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 19:22:39,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 19:22:39,810 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 19:22:50,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 19:22:50,517 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-04-30 19:22:50,517 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:22:50,539 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-04-30 19:22:50,539 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:22:50,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 19:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 19:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 19:23:08,909 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 19:23:08,910 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 19:23:12,384 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 19:23:12,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 19:23:39,810 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 19:23:39,811 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 19:23:50,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 19:23:50,540 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-04-30 19:23:50,540 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:23:50,560 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-04-30 19:23:50,561 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:23:50,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 19:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 19:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 19:24:12,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 19:24:12,387 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 19:24:39,812 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 19:24:39,813 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 19:24:50,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 19:24:50,562 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-04-30 19:24:50,562 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:24:50,582 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-04-30 19:24:50,582 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:24:50,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 19:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-04-30 19:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-04-30 19:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6887) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6887) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 19:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 19:25:12,387 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 19:25:12,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 19:25:39,814 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 19:25:39,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 19:25:50,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 19:25:50,583 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-04-30 19:25:50,584 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 19:25:50,604 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 19:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 19:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 19:26:12,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 19:26:12,389 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 19:26:39,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 19:26:39,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 19:26:50,605 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 19:26:50,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-04-30 19:26:50,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:26:50,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-04-30 19:26:50,626 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:26:50,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 19:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 19:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 19:27:10,457 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:27:10,459 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:27:12,390 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 19:27:12,391 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 19:27:39,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 19:27:39,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 19:27:50,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 19:27:50,627 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-04-30 19:27:50,627 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:27:50,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-04-30 19:27:50,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:27:50,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 19:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 19:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 19:28:08,910 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-04-30 19:28:08,912 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-04-30 19:28:12,391 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 19:28:12,392 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 19:28:39,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 19:28:39,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 19:28:50,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 19:28:50,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 19:28:50,649 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:28:50,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-04-30 19:28:50,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:28:50,670 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 19:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 19:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 19:29:12,392 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 19:29:12,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 19:29:39,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 19:29:39,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 19:29:50,671 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 19:29:50,672 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-04-30 19:29:50,672 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:29:50,692 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-04-30 19:29:50,692 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:29:50,692 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 19:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 19:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 19:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6908) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6908) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 19:30:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 19:30:12,394 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 19:30:12,395 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 19:30:39,824 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 19:30:39,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 19:30:50,692 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 19:30:50,693 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-04-30 19:30:50,694 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:30:50,714 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-04-30 19:30:50,714 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:30:50,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 19:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 19:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 19:31:12,395 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 19:31:12,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 19:31:39,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 19:31:39,828 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 19:31:50,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 19:31:50,715 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-04-30 19:31:50,716 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:31:50,735 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-04-30 19:31:50,735 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:31:50,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 19:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 19:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 19:32:10,460 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:32:10,462 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:32:12,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 19:32:12,397 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 19:32:39,828 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 19:32:39,830 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 19:32:50,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 19:32:50,738 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-04-30 19:32:50,738 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:32:50,759 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-04-30 19:32:50,759 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:32:50,759 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 19:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 19:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 19:33:08,912 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-04-30 19:33:08,914 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-04-30 19:33:12,397 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 19:33:12,398 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 19:33:39,830 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 19:33:39,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 19:33:50,759 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 19:33:50,760 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-04-30 19:33:50,760 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:33:50,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 19:33:50,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 19:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 19:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 19:34:12,399 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 19:34:12,400 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 19:34:39,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 19:34:39,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 19:34:50,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 19:34:50,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 19:34:50,782 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:34:50,803 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-04-30 19:34:50,803 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:34:50,803 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 19:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-04-30 19:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-04-30 19:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6929) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:35:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6929) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 19:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 19:35:12,400 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 19:35:12,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 19:35:39,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 19:35:39,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 19:35:50,804 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 19:35:50,805 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-04-30 19:35:50,805 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:35:50,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-04-30 19:35:50,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:35:50,827 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 19:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 19:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 19:36:12,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 19:36:12,402 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 19:36:39,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 19:36:39,838 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 19:36:50,827 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 19:36:50,828 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-04-30 19:36:50,828 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:36:50,858 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-04-30 19:36:50,859 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:36:50,859 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 19:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 19:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 19:37:10,462 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:37:10,464 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:37:12,402 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 19:37:12,403 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 19:37:39,839 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 19:37:39,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 19:37:50,859 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 19:37:50,860 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-04-30 19:37:50,860 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:37:50,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 19:37:50,881 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 19:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 19:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 19:38:08,914 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-04-30 19:38:08,915 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-04-30 19:38:12,404 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 19:38:12,405 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 19:38:39,841 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 19:38:39,842 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 19:38:50,881 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 19:38:50,883 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-04-30 19:38:50,883 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:38:50,910 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-04-30 19:38:50,910 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:38:50,910 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 19:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 19:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 19:39:12,405 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 19:39:12,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 19:39:39,843 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 19:39:39,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 19:39:50,910 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 19:39: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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 19:39:50,912 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:39:50,932 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-04-30 19:39:50,932 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:39:50,932 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 19:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-04-30 19:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-04-30 19:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6950) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6950) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 19:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 19:40:12,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 19:40:12,408 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 19:40:39,845 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 19:40:39,846 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 19:40:50,932 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 19:40:50,933 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-04-30 19:40:50,934 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:40:50,954 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-04-30 19:40:50,954 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:40:50,954 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 19:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 19:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 19:41:12,408 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 19:41:12,409 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 19:41:39,847 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 19:41:39,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 19:41:45,031 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSDeleteScheduler.execute()
2025-04-30 19:41:45,034 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSDeleteScheduler.execute()
2025-04-30 19:41:50,954 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 19:41:50,955 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-04-30 19:41:50,955 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:41:50,976 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-04-30 19:41:50,976 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:41:50,976 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 19:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 19:42:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 19:42:10,464 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:42:10,466 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:42:12,409 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 19:42:12,410 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 19:42:39,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 19:42:39,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 19:42:50,976 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 19:42:50,978 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-04-30 19:42:50,978 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:42:51,000 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-04-30 19:42:51,000 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:42:51,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 19:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 19:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 19:43:08,916 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 19:43:08,917 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 19:43:12,411 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 19:43:12,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 19:43:39,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 19:43:39,852 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 19:43:51,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 19:43:51,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 19:43:51,022 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-04-30 19:43:51,022 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:43:51,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 19:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 19:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 19:44:12,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 19:44:12,413 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 19:44:39,852 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 19:44:39,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 19:44:51,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 19:44:51,023 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-04-30 19:44:51,024 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:44:51,044 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-04-30 19:44:51,044 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:44:51,044 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 19:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 19:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 19:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6971) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6971) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 19:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 19:45:12,413 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 19:45:12,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 19:45:39,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 19:45:39,856 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 19:45:51,044 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 19:45:51,045 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-04-30 19:45:51,046 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:45:51,066 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-04-30 19:45:51,066 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:45:51,066 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 19:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 19:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 19:46:12,415 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 19:46:12,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 19:46:39,856 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 19:46:39,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 19:46:51,066 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 19:46:51,067 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-04-30 19:46:51,067 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:46:51,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 19:46:51,087 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:46:51,088 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 19:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 19:47:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 19:47:10,467 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:47:10,469 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:47:12,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 19:47:12,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 19:47:39,858 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 19:47:39,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 19:47:51,088 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 19:47:51,089 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-04-30 19:47:51,089 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:47:51,110 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-04-30 19:47:51,110 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:47:51,111 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 19:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 19:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 19:48:08,918 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 19:48:08,919 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 19:48:12,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 19:48:12,418 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 19:48:39,860 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 19:48:39,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 19:48:51,111 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 19:48:51,112 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-04-30 19:48:51,113 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:48:51,133 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-04-30 19:48:51,133 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:48:51,133 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 19:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 19:49:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 19:49:12,419 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 19:49:12,420 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 19:49:39,862 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 19:49:39,863 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 19:49:51,134 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 19:49:51,135 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-04-30 19:49:51,135 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:49:51,155 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-04-30 19:49:51,155 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:49:51,155 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 19:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-04-30 19:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-04-30 19:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6992) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6992) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 19:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 19:50:12,420 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 19:50:12,421 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 19:50:39,863 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 19:50:39,865 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 19:50:51,155 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 19:50:51,156 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-04-30 19:50:51,157 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:50:51,177 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-04-30 19:50:51,177 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:50:51,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 19:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 19:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 19:51:12,421 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 19:51:12,422 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 19:51:39,865 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 19:51:39,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 19:51:51,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 19:51:51,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 19:51:51,200 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-04-30 19:51:51,200 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:51:51,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 19:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 19:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 19:52:10,469 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:52:10,472 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:52:12,422 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 19:52:12,423 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 19:52:39,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 19:52:39,869 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 19:52:51,201 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 19:52:51,202 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-04-30 19:52:51,202 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:52:51,222 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-04-30 19:52:51,223 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:52:51,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 19:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 19:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 19:53:08,919 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 19:53:08,920 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 19:53:12,424 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 19:53:12,425 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 19:53:39,869 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 19:53:39,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 19:53:51,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 19:53:51,224 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-04-30 19:53:51,224 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:53:51,245 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-04-30 19:53:51,245 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:53:51,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 19:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 19:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 19:54:12,425 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 19:54:12,426 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 19:54:39,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 19:54:39,873 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 19:54:51,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 19:54:51,247 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-04-30 19:54:51,247 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:54:51,268 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-04-30 19:54:51,268 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:54:51,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 19:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 19:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 19:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7013) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7013) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 19:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 19:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 19:55:12,426 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 19:55:12,427 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 19:55:39,873 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 19:55:39,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 19:55:51,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 19:55:51,269 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-04-30 19:55:51,270 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:55:51,290 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-04-30 19:55:51,290 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:55:51,290 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 19:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 19:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 19:56:12,427 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 19:56:12,428 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 19:56:39,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 19:56:39,877 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 19:56:51,290 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 19:56:51,291 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-04-30 19:56:51,292 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:56:51,311 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-04-30 19:56:51,311 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:56:51,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 19:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 19:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 19:57:10,472 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:57:10,474 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 19:57:12,429 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 19:57:12,430 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 19:57:39,878 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 19:57:39,879 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 19:57:51,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 19:57:51,313 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-04-30 19:57:51,313 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:57:51,334 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-04-30 19:57:51,334 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:57:51,334 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 19:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 19:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 19:58:08,921 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-04-30 19:58:08,922 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-04-30 19:58:12,430 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 19:58:12,431 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 19:58:39,879 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 19:58:39,881 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 19:58:51,334 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 19:58:51,335 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-04-30 19:58:51,335 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:58:51,363 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-04-30 19:58:51,363 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:58:51,363 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 19:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 19:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 19:59:12,432 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 19:59:12,432 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 19:59:39,882 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 19:59:39,884 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 19:59:51,364 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 19:59:51,365 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-04-30 19:59:51,365 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:59:51,391 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-04-30 19:59:51,391 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 19:59:51,391 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 20:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 20:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 20:00:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7034) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7034) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:00:02,990 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/87.236.176.79,port=44777,localport=11112]
2025-04-30 20:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 20:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 20:00:05,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7034) ANY-SCP<-ECHOSCU(448) >> A-ASSOCIATE-RQ
2025-04-30 20:00:05,991 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7034) ANY-SCP<-ECHOSCU(448) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-04-30 20:00:06,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) ANY-SCP<-ECHOSCU(448): close Socket[addr=/87.236.176.79,port=44777,localport=11112]
2025-04-30 20:00:12,433 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 20:00:12,434 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 20:00:39,884 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 20:00:39,885 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 20:00:51,391 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 20:00:51,393 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-04-30 20:00:51,393 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:00:51,414 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-04-30 20:00:51,415 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:00:51,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 20:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 20:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 20:01:12,434 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 20:01:12,435 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 20:01:39,886 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 20:01:39,887 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 20:01:51,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 20:01:51,416 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-04-30 20:01:51,416 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:01:51,438 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-04-30 20:01:51,438 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:01:51,438 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-04-30 20:01:51,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 20:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 20:02:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 20:02:10,474 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:02:10,476 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:02:12,436 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 20:02:12,437 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 20:02:39,888 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 20:02:39,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 20:02:51,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 20:02:51,441 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-04-30 20:02:51,441 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:02:51,468 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-04-30 20:02:51,469 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:02:51,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 20:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 20:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 20:03:08,923 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 20:03:08,924 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 20:03:12,437 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 20:03:12,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 20:03:39,890 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 20:03:39,891 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 20:03:51,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 20:03:51,471 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-04-30 20:03:51,471 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:03:51,494 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-04-30 20:03:51,494 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:03:51,495 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 20:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 20:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 20:04:12,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 20:04:12,439 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 20:04:39,892 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 20:04:39,893 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 20:04:51,495 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 20:04:51,496 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-04-30 20:04:51,496 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:04:51,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:04:51,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 20:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 20:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 20:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7055) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:05:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7055) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 20:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 20:05:12,440 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 20:05:12,441 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 20:05:39,894 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 20:05:39,896 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 20:05:51,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 20:05:51,519 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-04-30 20:05:51,519 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:05:51,539 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-04-30 20:05:51,539 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:05:51,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 20:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 20:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 20:06:12,441 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 20:06:12,442 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 20:06:39,896 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 20:06:39,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 20:06:51,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 20:06:51,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:06:51,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-04-30 20:06:51,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:06:51,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 20:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 20:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 20:07:10,477 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:07:10,479 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:07:12,442 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 20:07:12,444 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 20:07:39,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 20:07:39,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 20:07:51,563 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 20:07:51,564 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-04-30 20:07:51,564 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:07:51,586 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-04-30 20:07:51,586 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:07:51,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 20:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 20:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 20:08:08,924 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 20:08:08,926 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 20:08:12,444 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 20:08:12,445 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 20:08:39,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 20:08:39,901 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 20:08:51,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 20:08:51,588 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-04-30 20:08:51,588 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:08:51,609 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-04-30 20:08:51,609 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:08:51,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 20:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 20:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 20:09:12,445 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 20:09:12,446 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 20:09:18,919 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStgCmtScheduler.execute()
2025-04-30 20:09:18,922 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStgCmtScheduler.execute()
2025-04-30 20:09:39,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 20:09:39,903 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 20:09:51,610 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 20:09:51,611 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-04-30 20:09:51,611 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:09:51,636 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-04-30 20:09:51,636 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:09:51,636 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 20:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 20:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 20:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7076) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7076) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 20:10:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 20:10:12,446 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 20:10:12,447 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 20:10:39,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 20:10:39,905 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 20:10:51,636 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 20:10:51,638 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-04-30 20:10:51,638 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:10:51,658 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-04-30 20:10:51,658 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:10:51,658 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 20:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 20:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 20:11:12,447 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 20:11:12,449 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 20:11:27,661 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeTaskScheduler.execute()
2025-04-30 20:11:27,683 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeTaskScheduler.execute()
2025-04-30 20:11:39,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 20:11:39,907 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 20:11:51,658 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 20:11:51,660 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-04-30 20:11:51,660 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:11:51,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:11:51,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 20:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 20:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 20:12:10,479 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:12:10,482 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:12:12,449 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 20:12:12,450 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 20:12:39,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 20:12:39,909 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 20:12:51,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 20:12:51,681 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,681 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,682 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,682 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,682 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,682 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,684 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-04-30 20:12:51,685 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:12:51,704 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-04-30 20:12:51,704 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:12:51,705 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-04-30 20:12:51,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 20:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 20:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 20:13:08,926 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-04-30 20:13:08,927 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-04-30 20:13:12,451 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 20:13:12,452 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 20:13:39,909 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 20:13:39,911 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 20:13:51,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 20:13:51,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-04-30 20:13:51,707 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:13:51,729 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-04-30 20:13:51,730 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:13:51,730 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 20:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 20:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 20:14:12,452 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 20:14:12,453 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 20:14:39,911 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 20:14:39,913 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 20:14:51,730 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 20:14:51,731 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-04-30 20:14:51,731 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:14:51,751 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-04-30 20:14:51,752 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:14:51,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 20:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 20:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 20:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7097) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:15:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7097) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 20:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 20:15:12,453 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 20:15:12,454 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 20:15:39,913 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 20:15:39,915 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 20:15:51,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 20:15:51,753 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-04-30 20:15:51,753 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:15:51,777 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-04-30 20:15:51,777 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:15:51,777 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 20:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 20:16:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 20:16:12,455 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-04-30 20:16:12,456 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-04-30 20:16:39,915 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 20:16:39,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 20:16:51,777 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 20:16:51,779 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-04-30 20:16:51,779 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:16:51,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 20:16:51,801 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:16:51,801 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 20:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 20:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 20:17:10,482 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:17:10,485 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:17:12,456 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 20:17:12,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 20:17:39,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 20:17:39,919 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 20:17:51,801 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 20:17:51,802 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-04-30 20:17:51,803 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:17:51,824 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-04-30 20:17:51,824 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:17:51,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 20:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 20:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 20:18:08,928 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-04-30 20:18:08,929 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-04-30 20:18:12,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 20:18:12,458 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 20:18:39,919 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 20:18:39,921 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 20:18:51,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 20:18:51,825 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-04-30 20:18:51,826 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:18:51,846 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-04-30 20:18:51,846 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:18:51,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 20:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 20:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 20:19:12,459 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 20:19:12,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 20:19:39,921 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 20:19:39,923 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 20:19:51,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 20:19:51,847 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-04-30 20:19:51,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:19:51,872 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-04-30 20:19:51,872 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:19:51,872 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 20:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-04-30 20:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-04-30 20:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7118) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7118) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 20:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 20:20:12,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 20:20:12,461 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 20:20:39,923 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 20:20:39,925 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 20:20:51,872 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 20:20:51,873 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-04-30 20:20:51,874 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:20:51,893 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-04-30 20:20:51,893 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:20:51,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 20:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 20:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 20:21:12,461 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 20:21:12,462 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 20:21:39,925 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 20:21:39,926 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 20:21:51,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 20:21:51,895 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-04-30 20:21:51,895 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:21:51,916 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-04-30 20:21:51,916 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:21:51,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 20:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 20:22:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 20:22:10,485 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:22:10,487 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:22:12,462 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 20:22:12,464 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 20:22:39,927 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 20:22:39,928 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 20:22:51,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 20:22:51,918 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-04-30 20:22:51,918 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:22:51,937 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-04-30 20:22:51,938 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:22:51,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 20:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 20:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 20:23:08,929 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-04-30 20:23:08,931 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-04-30 20:23:12,464 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 20:23:12,465 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 20:23:39,928 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 20:23:39,930 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 20:23:51,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 20:23:51,939 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-04-30 20:23:51,939 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:23:51,959 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-04-30 20:23:51,959 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:23:51,959 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 20:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 20:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 20:24:12,466 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 20:24:12,467 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 20:24:39,930 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 20:24:39,932 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 20:24:51,960 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 20:24:51,961 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-04-30 20:24:51,961 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:24:51,981 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-04-30 20:24:51,981 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:24:51,981 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 20:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 20:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 20:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7139) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:25:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7139) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 20:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 20:25:12,467 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 20:25:12,468 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 20:25:39,932 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 20:25:39,934 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 20:25:51,981 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 20:25:51,982 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-04-30 20:25:51,982 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:25:52,002 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-04-30 20:25:52,002 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:25:52,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 20:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 20:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 20:26:12,468 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 20:26:12,469 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 20:26:39,934 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 20:26:39,935 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 20:26:52,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 20:26:52,004 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-04-30 20:26:52,004 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:26:52,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:26:52,024 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 20:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 20:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 20:27:10,488 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:27:10,490 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:27:12,470 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 20:27:12,471 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 20:27:39,936 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 20:27:39,937 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 20:27:52,024 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 20:27:52,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:27:52,045 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-04-30 20:27:52,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:27:52,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 20:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 20:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 20:28:08,931 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-04-30 20:28:08,932 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-04-30 20:28:12,471 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 20:28:12,473 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 20:28:39,937 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 20:28:39,939 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 20:28:52,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 20:28:52,047 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-04-30 20:28:52,047 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:28:52,068 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-04-30 20:28:52,068 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:28:52,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 20:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 20:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 20:29:12,473 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 20:29:12,474 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 20:29:39,939 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 20:29:39,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 20:29:52,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 20:29:52,079 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-04-30 20:29:52,079 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:29:52,114 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-04-30 20:29:52,114 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:29:52,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 20:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 20:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 20:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7160) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7160) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 20:30:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 20:30:12,474 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 20:30:12,475 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 20:30:39,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 20:30:39,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 20:30:52,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 20:30:52,116 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-04-30 20:30:52,116 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:30:52,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:30:52,136 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 20:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 20:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 20:31:12,476 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 20:31:12,476 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 20:31:39,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 20:31:39,945 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 20:31:52,136 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 20:31:52,138 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-04-30 20:31:52,138 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:31:52,158 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-04-30 20:31:52,158 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:31:52,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 20:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 20:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 20:32:10,490 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:32:10,492 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:32:12,477 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 20:32:12,478 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 20:32:39,945 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 20:32:39,947 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 20:32:52,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 20:32:52,160 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-04-30 20:32:52,160 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:32:52,180 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-04-30 20:32:52,180 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:32:52,180 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 20:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 20:33:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 20:33:08,933 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 20:33:08,934 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 20:33:12,478 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 20:33:12,479 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 20:33:39,947 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 20:33:39,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 20:33:52,180 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 20:33:52,181 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-04-30 20:33:52,182 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:33:52,201 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-04-30 20:33:52,202 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:33:52,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 20:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 20:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 20:34:12,479 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 20:34:12,480 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 20:34:39,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 20:34:39,951 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 20:34:52,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 20:34:52,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:34:52,223 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-04-30 20:34:52,224 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:34:52,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 20:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 20:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 20:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7181) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7181) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 20:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 20:35:12,481 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 20:35:12,482 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 20:35:39,951 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 20:35:39,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 20:35:52,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 20:35:52,225 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-04-30 20:35:52,225 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:35:52,246 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-04-30 20:35:52,246 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:35:52,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 20:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 20:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 20:36:12,482 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 20:36:12,483 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 20:36:39,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 20:36:39,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 20:36:52,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 20:36:52,248 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-04-30 20:36:52,248 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:36:52,268 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-04-30 20:36:52,268 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:36:52,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 20:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 20:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 20:37:10,493 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:37:10,495 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:37:12,483 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 20:37:12,484 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 20:37:39,956 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 20:37:39,957 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 20:37:52,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 20:37:52,270 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-04-30 20:37:52,270 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:37:52,290 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-04-30 20:37:52,290 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:37:52,290 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 20:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 20:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 20:38:08,934 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 20:38:08,936 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 20:38:12,484 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 20:38:12,486 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 20:38:39,958 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 20:38:39,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 20:38:52,290 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 20:38:52,291 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-04-30 20:38:52,291 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:38:52,311 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-04-30 20:38:52,311 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:38:52,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 20:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 20:39:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 20:39:12,486 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 20:39:12,487 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 20:39:39,960 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 20:39:39,961 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 20:39:52,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 20:39:52,313 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-04-30 20:39:52,313 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:39:52,333 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-04-30 20:39:52,333 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:39:52,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 20:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 20:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 20:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7202) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:40:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7202) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 20:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 20:40:12,487 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 20:40:12,488 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 20:40:39,961 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 20:40:39,963 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 20:40:52,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 20:40:52,335 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-04-30 20:40:52,335 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:40:52,355 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-04-30 20:40:52,355 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:40:52,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 20:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 20:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 20:41:12,488 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 20:41:12,489 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 20:41:39,963 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 20:41:39,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 20:41:45,034 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSDeleteScheduler.execute()
2025-04-30 20:41:45,036 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSDeleteScheduler.execute()
2025-04-30 20:41:52,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 20:41:52,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-04-30 20:41:52,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:41:52,383 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-04-30 20:41:52,383 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:41:52,384 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 20:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 20:42:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 20:42:10,495 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:42:10,497 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:42:12,490 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 20:42:12,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 20:42:39,966 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 20:42:39,967 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 20:42:52,384 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 20:42:52,385 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-04-30 20:42:52,386 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:42:52,412 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-04-30 20:42:52,412 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:42:52,412 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 20:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 20:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 20:43:08,936 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-04-30 20:43:08,937 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-04-30 20:43:12,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 20:43:12,492 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 20:43:39,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 20:43:39,969 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 20:43:52,412 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 20:43:52,413 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-04-30 20:43:52,414 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:43:52,434 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-04-30 20:43:52,434 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:43:52,434 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 20:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 20:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 20:44:12,492 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 20:44:12,493 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 20:44:39,970 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 20:44:39,972 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 20:44:52,434 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 20:44:52,435 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-04-30 20:44:52,436 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:44:52,456 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-04-30 20:44:52,456 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:44:52,456 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 20:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-04-30 20:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-04-30 20:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7223) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7223) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 20:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 20:45:12,493 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 20:45:12,494 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 20:45:39,972 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 20:45:39,973 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 20:45:52,457 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 20:45:52,458 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-04-30 20:45:52,458 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:45:52,479 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-04-30 20:45:52,479 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:45:52,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 20:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 20:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 20:46:12,495 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 20:46:12,496 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 20:46:39,974 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 20:46:39,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 20:46:52,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 20:46:52,481 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-04-30 20:46:52,481 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:46:52,501 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-04-30 20:46:52,501 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:46:52,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 20:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 20:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 20:47:10,498 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:47:10,500 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:47:12,496 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 20:47:12,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 20:47:39,976 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 20:47:39,977 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 20:47:52,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 20:47:52,503 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-04-30 20:47:52,503 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:47:52,524 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-04-30 20:47:52,524 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:47:52,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 20:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 20:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 20:48:08,938 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 20:48:08,939 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 20:48:12,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 20:48:12,498 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 20:48:39,978 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 20:48:39,980 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 20:48:52,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 20:48:52,525 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-04-30 20:48:52,525 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:48:52,545 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-04-30 20:48:52,545 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:48:52,545 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 20:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 20:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 20:49:12,498 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 20:49:12,499 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 20:49:39,980 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 20:49:39,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 20:49:52,546 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 20:49:52,547 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-04-30 20:49:52,547 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:49:52,567 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-04-30 20:49:52,567 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:49:52,567 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 20:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 20:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 20:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7244) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7244) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 20:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 20:50:12,500 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 20:50:12,501 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 20:50:39,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 20:50:39,984 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 20:50:52,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 20:50:52,569 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-04-30 20:50:52,569 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:50:52,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 20:50:52,591 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 20:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 20:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 20:51:12,501 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 20:51:12,502 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 20:51:39,984 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 20:51:39,986 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 20:51:52,591 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 20:51:52,593 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-04-30 20:51:52,593 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:51:52,618 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-04-30 20:51:52,618 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:51:52,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 20:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 20:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 20:52:10,500 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:52:10,503 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:52:12,503 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 20:52:12,504 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 20:52:39,986 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 20:52:39,988 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 20:52:52,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 20:52:52,620 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-04-30 20:52:52,620 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:52:52,641 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-04-30 20:52:52,641 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:52:52,641 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 20:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 20:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 20:53:08,939 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 20:53:08,941 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 20:53:12,504 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 20:53:12,505 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 20:53:39,988 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 20:53:39,990 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 20:53:52,641 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 20:53:52,642 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-04-30 20:53:52,642 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:53:52,662 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-04-30 20:53:52,663 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:53:52,663 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 20:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 20:54:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 20:54:12,505 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 20:54:12,506 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 20:54:39,990 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 20:54:39,992 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 20:54:52,663 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 20:54:52,664 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-04-30 20:54:52,664 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:54:52,684 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-04-30 20:54:52,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:54:52,685 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 20:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 20:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 20:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7265) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:55:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7265) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 20:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 20:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 20:55:12,507 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 20:55:12,508 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 20:55:39,992 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 20:55:39,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 20:55:52,685 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 20:55:52,686 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-04-30 20:55:52,686 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:55:52,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-04-30 20:55:52,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:55:52,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 20:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 20:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 20:56:12,508 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 20:56:12,509 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 20:56:39,994 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 20:56:39,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 20:56:52,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 20:56:52,709 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-04-30 20:56:52,709 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:56:52,730 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-04-30 20:56:52,730 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:56:52,730 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 20:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 20:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 20:57:10,503 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:57:10,505 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 20:57:12,509 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 20:57:12,510 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 20:57:39,996 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 20:57:39,997 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 20:57:52,731 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 20:57:52,732 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-04-30 20:57:52,732 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:57:52,751 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-04-30 20:57:52,752 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:57:52,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 20:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 20:58:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 20:58:08,941 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 20:58:08,942 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 20:58:12,511 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 20:58:12,512 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 20:58:39,998 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 20:58:39,999 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 20:58:52,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 20:58:52,753 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-04-30 20:58:52,753 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:58:52,774 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-04-30 20:58:52,774 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:58:52,774 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 20:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 20:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 20:59:12,512 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 20:59:12,513 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 20:59:40,000 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 20:59:40,001 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 20:59:52,774 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 20:59:52,776 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-04-30 20:59:52,776 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:59:52,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 20:59:52,796 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 20:59:52,796 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 21:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 21:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 21:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7286) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:00:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7286) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 21:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 21:00:12,513 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 21:00:12,514 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 21:00:40,001 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 21:00:40,003 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 21:00:52,796 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 21:00:52,797 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-04-30 21:00:52,798 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:00:52,818 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-04-30 21:00:52,818 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:00:52,818 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 21:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 21:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 21:01:12,514 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 21:01:12,515 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 21:01:40,003 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 21:01:40,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 21:01:52,818 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 21:01:52,819 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-04-30 21:01:52,819 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:01:52,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-04-30 21:01:52,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:01:52,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 21:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 21:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 21:02:10,505 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:02:10,507 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:02:12,516 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 21:02:12,516 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 21:02:40,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 21:02:40,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 21:02:52,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 21:02:52,842 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-04-30 21:02:52,842 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:02:52,862 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-04-30 21:02:52,862 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:02:52,863 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 21:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 21:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 21:03:08,942 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 21:03:08,944 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 21:03:12,517 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 21:03:12,518 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 21:03:40,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 21:03:40,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 21:03:52,863 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 21:03:52,864 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-04-30 21:03:52,864 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:03:52,885 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-04-30 21:03:52,885 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:03:52,885 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 21:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 21:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 21:04:12,518 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 21:04:12,519 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 21:04:40,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 21:04:40,011 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 21:04:52,885 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 21:04:52,886 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-04-30 21:04:52,886 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:04:52,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 21:04:52,907 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:04:52,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 21:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 21:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 21:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7307) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7307) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 21:05:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 21:05:12,519 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 21:05:12,520 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 21:05:40,011 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 21:05:40,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 21:05:52,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 21:05:52,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:05:52,929 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-04-30 21:05:52,929 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:05:52,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 21:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 21:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 21:06:12,521 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 21:06:12,522 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 21:06:40,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 21:06:40,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 21:06:52,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 21:06:52,930 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-04-30 21:06:52,930 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:06:52,950 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-04-30 21:06:52,950 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:06:52,951 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 21:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 21:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 21:07:10,508 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:07:10,510 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:07:12,522 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 21:07:12,523 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 21:07:40,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 21:07:40,018 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 21:07:52,951 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 21:07:52,952 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-04-30 21:07:52,952 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:07:52,972 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-04-30 21:07:52,973 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:07:52,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 21:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 21:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 21:08:08,944 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 21:08:08,945 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 21:08:12,523 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 21:08:12,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 21:08:40,018 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 21:08:40,019 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 21:08:52,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 21:08:52,974 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-04-30 21:08:52,974 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:08:52,995 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-04-30 21:08:52,995 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:08:52,995 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 21:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 21:09:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 21:09:12,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 21:09:12,526 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 21:09:18,922 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStgCmtScheduler.execute()
2025-04-30 21:09:18,924 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStgCmtScheduler.execute()
2025-04-30 21:09:40,020 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 21:09:40,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 21:09:52,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 21:09:52,997 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-04-30 21:09:52,997 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:09:53,018 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-04-30 21:09:53,018 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:09:53,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 21:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-04-30 21:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-04-30 21:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7328) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7328) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 21:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 21:10:12,526 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 21:10:12,527 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 21:10:40,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 21:10:40,023 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 21:10:53,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 21:10:53,019 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-04-30 21:10:53,020 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:10:53,040 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-04-30 21:10:53,040 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:10:53,040 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 21:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 21:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 21:11:12,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 21:11:12,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 21:11:27,683 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeTaskScheduler.execute()
2025-04-30 21:11:27,699 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeTaskScheduler.execute()
2025-04-30 21:11:40,023 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-04-30 21:11:40,025 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-04-30 21:11:53,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-04-30 21:11:53,042 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-04-30 21:11:53,042 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:11:53,062 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-04-30 21:11:53,062 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:11:53,062 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-04-30 21:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 21:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 21:12:10,510 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:12:10,512 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:12:12,529 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 21:12:12,530 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 21:12:40,025 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 21:12:40,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 21:12:53,062 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 21:12:53,063 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,066 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-04-30 21:12:53,067 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:12:53,067 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-04-30 21:12:53,093 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-04-30 21:12:53,093 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:12:53,093 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 21:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 21:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 21:13:08,945 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-04-30 21:13:08,947 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-04-30 21:13:12,530 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 21:13:12,531 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 21:13:40,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 21:13:40,029 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 21:13:53,093 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 21:13:53,095 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-04-30 21:13:53,095 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:13:53,115 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-04-30 21:13:53,115 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:13:53,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 21:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 21:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 21:14:12,531 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 21:14:12,533 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 21:14:40,029 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 21:14:40,030 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 21:14:53,116 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 21:14:53,117 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-04-30 21:14:53,117 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:14:53,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:14:53,138 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 21:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-04-30 21:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-04-30 21:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7349) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:15:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7349) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 21:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 21:15:12,533 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 21:15:12,534 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 21:15:40,031 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 21:15:40,032 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 21:15:53,138 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 21:15:53,140 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-04-30 21:15:53,140 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:15:53,160 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-04-30 21:15:53,160 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:15:53,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 21:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 21:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 21:16:12,534 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-04-30 21:16:12,535 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-04-30 21:16:40,033 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 21:16:40,034 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 21:16:53,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 21:16:53,162 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-04-30 21:16:53,162 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:16:53,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:16:53,182 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 21:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 21:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 21:17:10,512 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:17:10,515 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:17:12,536 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 21:17:12,537 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 21:17:40,034 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 21:17:40,036 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 21:17:53,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 21:17:53,184 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-04-30 21:17:53,184 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:17:53,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:17:53,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 21:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 21:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 21:18:08,947 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-04-30 21:18:08,948 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-04-30 21:18:12,537 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 21:18:12,538 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 21:18:40,036 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 21:18:40,038 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 21:18:53,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 21:18:53,207 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-04-30 21:18:53,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:18:53,226 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-04-30 21:18:53,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:18:53,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 21:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 21:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 21:19:12,538 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 21:19:12,539 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 21:19:40,038 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 21:19:40,040 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 21:19:53,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 21:19:53,228 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-04-30 21:19:53,228 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:19:53,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 21:19:53,248 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:19:53,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 21:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 21:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 21:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7370) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7370) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 21:20:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 21:20:12,540 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 21:20:12,540 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 21:20:40,040 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 21:20:40,042 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 21:20:53,249 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 21:20:53,250 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-04-30 21:20:53,250 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:20:53,271 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-04-30 21:20:53,271 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:20:53,271 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 21:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 21:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 21:21:12,541 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 21:21:12,542 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 21:21:40,042 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 21:21:40,044 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 21:21:53,272 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 21:21:53,273 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-04-30 21:21:53,273 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:21:53,295 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-04-30 21:21:53,295 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:21:53,295 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 21:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 21:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 21:22:10,515 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:22:10,517 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:22:12,542 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 21:22:12,543 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 21:22:40,044 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 21:22:40,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 21:22:53,295 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 21:22:53,296 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-04-30 21:22:53,296 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:22:53,316 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-04-30 21:22:53,316 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:22:53,317 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 21:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 21:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 21:23:08,949 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-04-30 21:23:08,950 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-04-30 21:23:12,543 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 21:23:12,544 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 21:23:40,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 21:23:40,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 21:23:53,317 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 21:23:53,318 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-04-30 21:23:53,318 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:23:53,338 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-04-30 21:23:53,338 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:23:53,338 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 21:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 21:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 21:24:12,544 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 21:24:12,545 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 21:24:40,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 21:24:40,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 21:24:53,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 21:24:53,340 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-04-30 21:24:53,340 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:24:53,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 21:24:53,360 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:24:53,360 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 21:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 21:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 21:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7391) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7391) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 21:25:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 21:25:12,546 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 21:25:12,547 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 21:25:40,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 21:25:40,052 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 21:25:53,360 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 21:25:53,362 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-04-30 21:25:53,362 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:25:53,381 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-04-30 21:25:53,382 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:25:53,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 21:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 21:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 21:26:12,547 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 21:26:12,548 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 21:26:40,053 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 21:26:40,054 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 21:26:53,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 21:26:53,383 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-04-30 21:26:53,383 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:26:53,403 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-04-30 21:26:53,403 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:26:53,403 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 21:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 21:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 21:27:10,517 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:27:10,519 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:27:12,548 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 21:27:12,549 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 21:27:40,054 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 21:27:40,056 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 21:27:53,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 21:27:53,405 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-04-30 21:27:53,405 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:27:53,425 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-04-30 21:27:53,425 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:27:53,425 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 21:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 21:28:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 21:28:08,950 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 21:28:08,952 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 21:28:12,550 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 21:28:12,551 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 21:28:40,056 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 21:28:40,058 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 21:28:53,425 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 21:28:53,426 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-04-30 21:28:53,426 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:28:53,447 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-04-30 21:28:53,447 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:28:53,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 21:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 21:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 21:29:12,551 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 21:29:12,552 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 21:29:40,058 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 21:29:40,060 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 21:29:53,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 21:29:53,448 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-04-30 21:29:53,449 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:29:53,471 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-04-30 21:29:53,471 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:29:53,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 21:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 21:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 21:30:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7412) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7412) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 21:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 21:30:12,552 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 21:30:12,553 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 21:30:40,060 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 21:30:40,062 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 21:30:53,472 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 21:30:53,473 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-04-30 21:30:53,473 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:30:53,493 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-04-30 21:30:53,493 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:30:53,493 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 21:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 21:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 21:31:12,554 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 21:31:12,555 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 21:31:40,063 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 21:31:40,064 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 21:31:53,493 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 21:31:53,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-04-30 21:31:53,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:31:53,519 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-04-30 21:31:53,519 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:31:53,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 21:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 21:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 21:32:10,520 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:32:10,522 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:32:12,555 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 21:32:12,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 21:32:40,064 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 21:32:40,066 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 21:32:53,520 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 21:32:53,521 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-04-30 21:32:53,521 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:32:53,541 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-04-30 21:32:53,541 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:32:53,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 21:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 21:33:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 21:33:08,952 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 21:33:08,953 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 21:33:12,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 21:33:12,558 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 21:33:40,066 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 21:33:40,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 21:33:53,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 21:33:53,543 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-04-30 21:33:53,543 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:33:53,564 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-04-30 21:33:53,564 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:33:53,564 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 21:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 21:34:03,027 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 21:34:12,558 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 21:34:12,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 21:34:40,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 21:34:40,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 21:34:53,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 21:34:53,566 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-04-30 21:34:53,566 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:34:53,589 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-04-30 21:34:53,589 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:34:53,589 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 21:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 21:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 21:35:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7433) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:35:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7433) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 21:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 21:35:12,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 21:35:12,560 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 21:35:40,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 21:35:40,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 21:35:53,589 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 21:35:53,591 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-04-30 21:35:53,591 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:35:53,611 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-04-30 21:35:53,611 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:35:53,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 21:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 21:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 21:36:12,561 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 21:36:12,562 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 21:36:40,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 21:36:40,074 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 21:36:53,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 21:36:53,612 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-04-30 21:36:53,613 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:36:53,633 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-04-30 21:36:53,633 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:36:53,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 21:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 21:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 21:37:10,522 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:37:10,524 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:37:12,562 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 21:37:12,563 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 21:37:40,074 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 21:37:40,076 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 21:37:53,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 21:37:53,634 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-04-30 21:37:53,634 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:37:53,654 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-04-30 21:37:53,654 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:37:53,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 21:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 21:38:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 21:38:08,954 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 21:38:08,955 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 21:38:12,564 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 21:38:12,565 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 21:38:40,076 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 21:38:40,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 21:38:53,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 21:38:53,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-04-30 21:38:53,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:38:53,683 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-04-30 21:38:53,683 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:38:53,683 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 21:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 21:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 21:39:12,565 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 21:39:12,566 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 21:39:40,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 21:39:40,080 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 21:39:53,683 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 21:39:53,684 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-04-30 21:39:53,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:39:53,704 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-04-30 21:39:53,704 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:39:53,704 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 21:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-04-30 21:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-04-30 21:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7454) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7454) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 21:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 21:40:12,566 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 21:40:12,567 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 21:40:40,080 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 21:40:40,082 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 21:40:53,704 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 21:40:53,706 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-04-30 21:40:53,706 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:40:53,726 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-04-30 21:40:53,726 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:40:53,726 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 21:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 21:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 21:41:12,568 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 21:41:12,569 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 21:41:40,082 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 21:41:40,084 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 21:41:45,036 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSDeleteScheduler.execute()
2025-04-30 21:41:45,039 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSDeleteScheduler.execute()
2025-04-30 21:41:53,726 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 21:41:53,728 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-04-30 21:41:53,728 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:41:53,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-04-30 21:41:53,753 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:41:53,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 21:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 21:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 21:42:10,524 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:42:10,527 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:42:12,569 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 21:42:12,570 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 21:42:40,084 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 21:42:40,086 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 21:42:53,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 21:42:53,755 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-04-30 21:42:53,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:42:53,776 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-04-30 21:42:53,776 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:42:53,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 21:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 21:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 21:43:08,956 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-04-30 21:43:08,957 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-04-30 21:43:12,570 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 21:43:12,572 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 21:43:40,086 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 21:43:40,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 21:43:53,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 21:43:53,777 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-04-30 21:43:53,778 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:43:53,797 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-04-30 21:43:53,797 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:43:53,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 21:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 21:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 21:44:12,572 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 21:44:12,573 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 21:44:40,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 21:44:40,089 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 21:44:53,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 21:44:53,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:44:53,825 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-04-30 21:44:53,825 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:44:53,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 21:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-04-30 21:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-04-30 21:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7475) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7475) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 21:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 21:45:12,573 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 21:45:12,574 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 21:45:40,090 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 21:45:40,092 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 21:45:53,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 21:45:53,827 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-04-30 21:45:53,827 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:45:53,847 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-04-30 21:45:53,847 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:45:53,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 21:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 21:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 21:46:12,574 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-04-30 21:46:12,575 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-04-30 21:46:40,092 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-04-30 21:46:40,094 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-04-30 21:46:53,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 21:46:53,849 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-04-30 21:46:53,849 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:46:53,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:46:53,870 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 21:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 21:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 21:47:10,527 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:47:10,529 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:47:12,576 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 21:47:12,577 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 21:47:40,094 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 21:47:40,096 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 21:47:53,870 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 21:47:53,871 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-04-30 21:47:53,871 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:47:53,892 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-04-30 21:47:53,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:47:53,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 21:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 21:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 21:48:08,957 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 21:48:08,958 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 21:48:12,577 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 21:48:12,578 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 21:48:40,096 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 21:48:40,099 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 21:48:53,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 21:48:53,893 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-04-30 21:48:53,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:48:53,915 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-04-30 21:48:53,915 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:48:53,915 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 21:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 21:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 21:49:12,578 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 21:49:12,579 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 21:49:40,099 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 21:49:40,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 21:49:53,915 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 21:49:53,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:49:53,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:49:53,937 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 21:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 21:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 21:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7496) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7496) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 21:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 21:50:12,579 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 21:50:12,580 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 21:50:40,101 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 21:50:40,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 21:50:53,937 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 21:50:53,938 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-04-30 21:50:53,939 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 21:50:53,961 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 21:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 21:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 21:51:12,581 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 21:51:12,581 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 21:51:40,103 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 21:51:40,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 21:51:53,961 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 21:51:53,963 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-04-30 21:51:53,963 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:51:53,983 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-04-30 21:51:53,983 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:51:53,983 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 21:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 21:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 21:52:10,529 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:52:10,532 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:52:12,582 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 21:52:12,583 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 21:52:40,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 21:52:40,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 21:52:53,983 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 21:52:53,985 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-04-30 21:52:53,985 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:52:54,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:52:54,007 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 21:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 21:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 21:53:08,959 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 21:53:08,960 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 21:53:12,583 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 21:53:12,584 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 21:53:40,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 21:53:40,108 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 21:53:54,008 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 21:53:54,009 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-04-30 21:53:54,009 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:53:54,029 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-04-30 21:53:54,029 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:53:54,029 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 21:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 21:54:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 21:54:12,584 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 21:54:12,585 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 21:54:40,108 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 21:54:40,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 21:54:54,030 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 21:54:54,031 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-04-30 21:54:54,031 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:54:54,051 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-04-30 21:54:54,051 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:54:54,051 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 21:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 21:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 21:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7517) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7517) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 21:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 21:55:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 21:55:12,585 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 21:55:12,586 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 21:55:40,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 21:55:40,112 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 21:55:54,051 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 21:55:54,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-04-30 21:55:54,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:55:54,072 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-04-30 21:55:54,072 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:55:54,072 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 21:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 21:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 21:56:12,587 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 21:56:12,588 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 21:56:40,112 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 21:56:40,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 21:56:54,073 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 21:56:54,074 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-04-30 21:56:54,074 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:56:54,094 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-04-30 21:56:54,094 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:56:54,094 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 21:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 21:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 21:57:10,532 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:57:10,535 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 21:57:12,588 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 21:57:12,589 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 21:57:40,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 21:57:40,116 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 21:57:54,094 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 21:57:54,096 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-04-30 21:57:54,096 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:57:54,117 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-04-30 21:57:54,117 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:57:54,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 21:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 21:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 21:58:08,960 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 21:58:08,962 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 21:58:12,589 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 21:58:12,590 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 21:58:40,117 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 21:58:40,118 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 21:58:54,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 21:58:54,118 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-04-30 21:58:54,118 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:58:54,139 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-04-30 21:58:54,139 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:58:54,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 21:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 21:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 21:59:12,591 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 21:59:12,592 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 21:59:40,119 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 21:59:40,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 21:59:54,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 21:59:54,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 21:59:54,161 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-04-30 21:59:54,161 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 21:59:54,161 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 22:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 22:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 22:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7538) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7538) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 22:00:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 22:00:12,592 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 22:00:12,593 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 22:00:40,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 22:00:40,122 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 22:00:54,161 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 22:00:54,163 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-04-30 22:00:54,163 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:00:54,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:00:54,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 22:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 22:01:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 22:01:12,594 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 22:01:12,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 22:01:40,122 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 22:01:40,124 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 22:01:54,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 22:01:54,185 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-04-30 22:01:54,185 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:01:54,205 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-04-30 22:01:54,205 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:01:54,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 22:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 22:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 22:02:10,535 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:02:10,537 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:02:12,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 22:02:12,596 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 22:02:40,124 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 22:02:40,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 22:02:54,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 22:02:54,207 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-04-30 22:02:54,207 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:02:54,228 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-04-30 22:02:54,229 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:02:54,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 22:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 22:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 22:03:08,962 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 22:03:08,963 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 22:03:12,596 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 22:03:12,597 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 22:03:40,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 22:03:40,128 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 22:03:54,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 22:03:54,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 22:03:54,230 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:03:54,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:03:54,253 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 22:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 22:04:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 22:04:12,598 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 22:04:12,599 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 22:04:40,128 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 22:04:40,130 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 22:04:54,253 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 22:04:54,255 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-04-30 22:04:54,255 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:04:54,279 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-04-30 22:04:54,279 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:04:54,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 22:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 22:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 22:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7559) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:05:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7559) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 22:05:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 22:05:12,599 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 22:05:12,600 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 22:05:40,130 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 22:05:40,132 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 22:05:54,280 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 22:05:54,281 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-04-30 22:05:54,281 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:05:54,302 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-04-30 22:05:54,302 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:05:54,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 22:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 22:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 22:06:12,600 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 22:06:12,601 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 22:06:40,132 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 22:06:40,134 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 22:06:54,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 22:06:54,304 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-04-30 22:06:54,305 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:06:54,330 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-04-30 22:06:54,330 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:06:54,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 22:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 22:07:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 22:07:10,538 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:07:10,540 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:07:12,601 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 22:07:12,602 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 22:07:40,134 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 22:07:40,136 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 22:07:54,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 22:07:54,332 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-04-30 22:07:54,332 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:07:54,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:07:54,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 22:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 22:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 22:08:08,963 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-04-30 22:08:08,965 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-04-30 22:08:12,602 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 22:08:12,603 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 22:08:40,136 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 22:08:40,138 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 22:08:54,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 22:08:54,356 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-04-30 22:08:54,356 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:08:54,379 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-04-30 22:08:54,379 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:08:54,379 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 22:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 22:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 22:09:12,604 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 22:09:12,605 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 22:09:18,924 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStgCmtScheduler.execute()
2025-04-30 22:09:18,926 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStgCmtScheduler.execute()
2025-04-30 22:09:40,138 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 22:09:40,140 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 22:09:54,379 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 22:09:54,380 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-04-30 22:09:54,381 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:09:54,406 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-04-30 22:09:54,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:09:54,406 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 22:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-04-30 22:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-04-30 22:10:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7580) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:10:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7580) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 22:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 22:10:12,605 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 22:10:12,606 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 22:10:40,141 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 22:10:40,142 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 22:10:54,406 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 22:10:54,408 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-04-30 22:10:54,408 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:10:54,430 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-04-30 22:10:54,430 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:10:54,430 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 22:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 22:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 22:11:12,606 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 22:11:12,607 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 22:11:27,699 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeTaskScheduler.execute()
2025-04-30 22:11:27,715 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeTaskScheduler.execute()
2025-04-30 22:11:40,143 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-04-30 22:11:40,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-04-30 22:11:54,431 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-04-30 22:11:54,432 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-04-30 22:11:54,432 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:11:54,453 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-04-30 22:11:54,453 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:11:54,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-04-30 22:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 22:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 22:12:10,540 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:12:10,543 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:12:12,608 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 22:12:12,609 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 22:12:40,145 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 22:12:40,146 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 22:12:54,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 22:12:54,454 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,454 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,454 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,455 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,455 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,455 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,456 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-04-30 22:12:54,456 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:12:54,457 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,457 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,477 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-04-30 22:12:54,477 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:12:54,477 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,478 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,478 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-04-30 22:12:54,478 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 22:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 22:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 22:13:08,965 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-04-30 22:13:08,966 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-04-30 22:13:12,609 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 22:13:12,610 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 22:13:40,146 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 22:13:40,148 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 22:13:54,478 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 22:13:54,480 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-04-30 22:13:54,480 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:13:54,502 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-04-30 22:13:54,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:13:54,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 22:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 22:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 22:14:12,611 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 22:14:12,612 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 22:14:40,148 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 22:14:40,150 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 22:14:54,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 22:14:54,504 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-04-30 22:14:54,504 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:14:54,525 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-04-30 22:14:54,525 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:14:54,525 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 22:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-04-30 22:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-04-30 22:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7601) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:15:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7601) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 22:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 22:15:12,612 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 22:15:12,613 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 22:15:40,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 22:15:40,152 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 22:15:54,525 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 22:15:54,527 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-04-30 22:15:54,527 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:15:54,547 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-04-30 22:15:54,547 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:15:54,547 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 22:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 22:16:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 22:16:12,613 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-04-30 22:16:12,614 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-04-30 22:16:40,152 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 22:16:40,154 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 22:16:54,548 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 22:16:54,549 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-04-30 22:16:54,549 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:16:54,570 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-04-30 22:16:54,570 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:16:54,570 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 22:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 22:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 22:17:10,543 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:17:10,545 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:17:12,614 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 22:17:12,615 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 22:17:40,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 22:17:40,156 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 22:17:54,570 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 22:17:54,572 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-04-30 22:17:54,572 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:17:54,593 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-04-30 22:17:54,593 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:17:54,594 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 22:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 22:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 22:18:08,967 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-04-30 22:18:08,968 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-04-30 22:18:12,616 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 22:18:12,617 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 22:18:40,156 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 22:18:40,158 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 22:18:54,594 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 22:18:54,595 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-04-30 22:18:54,595 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:18:54,621 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-04-30 22:18:54,622 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:18:54,622 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 22:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 22:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 22:19:12,617 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 22:19:12,618 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 22:19:16,033 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=91.196.152.226, port=57343, Session(1746045421951|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 22:19:16,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7621) /172.18.0.2:2762<-/91.196.152.226:57343(449): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-04-30 22:19:16,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7621) /172.18.0.2:2762<-/91.196.152.226:57343(449): close SSLSocket[hostname=91.196.152.226, port=57343, Session(1746045421951|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 22:19:16,491 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=91.196.152.224, port=51969, Session(1746065956033|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 22:19:17,918 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7621) /172.18.0.2:2762<-/91.196.152.224:51969(450): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-04-30 22:19:17,918 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7621) /172.18.0.2:2762<-/91.196.152.224:51969(450): close SSLSocket[hostname=91.196.152.224, port=51969, Session(1746065956033|SSL_NULL_WITH_NULL_NULL)]
2025-04-30 22:19:40,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 22:19:40,160 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 22:19:54,622 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 22:19:54,623 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-04-30 22:19:54,623 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:19:54,645 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-04-30 22:19:54,645 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:19:54,645 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 22:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 22:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 22:20:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7622) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:20:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7622) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 22:20:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 22:20:12,619 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 22:20:12,620 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 22:20:40,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 22:20:40,162 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 22:20:54,646 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 22:20:54,647 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-04-30 22:20:54,647 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:20:54,667 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-04-30 22:20:54,667 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:20:54,667 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 22:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 22:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 22:21:12,620 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 22:21:12,621 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 22:21:40,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 22:21:40,164 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 22:21:54,667 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 22:21:54,668 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-04-30 22:21:54,668 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:21:54,689 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-04-30 22:21:54,689 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:21:54,689 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 22:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 22:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 22:22:10,545 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:22:10,548 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:22:12,621 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 22:22:12,622 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 22:22:40,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 22:22:40,166 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 22:22:54,689 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 22:22:54,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 22:22:54,691 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:22:54,711 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-04-30 22:22:54,711 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:22:54,711 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 22:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 22:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 22:23:08,968 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 22:23:08,970 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 22:23:12,623 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 22:23:12,624 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 22:23:40,167 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 22:23:40,168 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 22:23:54,711 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 22:23:54,712 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-04-30 22:23:54,712 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:23:54,733 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-04-30 22:23:54,733 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:23:54,733 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 22:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 22:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 22:24:12,624 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 22:24:12,625 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 22:24:40,168 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 22:24:40,170 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 22:24:54,733 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 22:24:54,734 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-04-30 22:24:54,734 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:24:54,754 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-04-30 22:24:54,754 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:24:54,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 22:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 22:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 22:25:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7643) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7643) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 22:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 22:25:12,625 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 22:25:12,626 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 22:25:40,170 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 22:25:40,172 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 22:25:54,755 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 22:25:54,756 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-04-30 22:25:54,756 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:25:54,776 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-04-30 22:25:54,776 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:25:54,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 22:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 22:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 22:26:12,627 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 22:26:12,628 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 22:26:40,172 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 22:26:40,174 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 22:26:54,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 22:26:54,777 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-04-30 22:26:54,777 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:26:54,798 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-04-30 22:26:54,798 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:26:54,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 22:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 22:27:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 22:27:10,548 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:27:10,550 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:27:12,628 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 22:27:12,629 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 22:27:40,174 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 22:27:40,176 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 22:27:54,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 22:27:54,799 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-04-30 22:27:54,799 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:27:54,819 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-04-30 22:27:54,819 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:27:54,819 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 22:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 22:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 22:28:08,970 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 22:28:08,971 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 22:28:12,629 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 22:28:12,631 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 22:28:40,176 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 22:28:40,178 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 22:28:54,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 22:28:54,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:28:54,842 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-04-30 22:28:54,842 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:28:54,842 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 22:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 22:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 22:29:12,631 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 22:29:12,632 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 22:29:40,178 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 22:29:40,180 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 22:29:54,842 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 22:29:54,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-04-30 22:29:54,843 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:29:54,864 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-04-30 22:29:54,864 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:29:54,864 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 22:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 22:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 22:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7664) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:30:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7664) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 22:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 22:30:12,632 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 22:30:12,633 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 22:30:40,180 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 22:30:40,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 22:30:54,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 22:30:54,866 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-04-30 22:30:54,866 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:30:54,886 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-04-30 22:30:54,886 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:30:54,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 22:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 22:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 22:31:12,633 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 22:31:12,634 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 22:31:40,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 22:31:40,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 22:31:54,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 22:31:54,888 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-04-30 22:31:54,888 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:31:54,908 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-04-30 22:31:54,908 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:31:54,908 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 22:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 22:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 22:32:10,550 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:32:10,553 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:32:12,635 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 22:32:12,636 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 22:32:40,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 22:32:40,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 22:32:54,908 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 22:32:54,910 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-04-30 22:32:54,910 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:32:54,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-04-30 22:32:54,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:32:54,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 22:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 22:33:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 22:33:08,972 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 22:33:08,973 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 22:33:12,636 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 22:33:12,637 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 22:33:40,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 22:33:40,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 22:33:54,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 22:33:54,931 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-04-30 22:33:54,932 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:33:54,952 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-04-30 22:33:54,952 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:33:54,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 22:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 22:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 22:34:12,638 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 22:34:12,639 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 22:34:40,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 22:34:40,190 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 22:34:54,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 22:34:54,953 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-04-30 22:34:54,954 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:34:54,973 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-04-30 22:34:54,974 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:34:54,974 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 22:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-04-30 22:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-04-30 22:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7685) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:35:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7685) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 22:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 22:35:12,639 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 22:35:12,640 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 22:35:40,190 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 22:35:40,192 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 22:35:54,974 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 22:35:54,975 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-04-30 22:35:54,975 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:35:54,996 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-04-30 22:35:54,997 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:35:54,997 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 22:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 22:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 22:36:12,640 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 22:36:12,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 22:36:40,193 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 22:36:40,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 22:36:54,997 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 22:36:54,998 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-04-30 22:36:54,998 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:36:55,018 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-04-30 22:36:55,019 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:36:55,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 22:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 22:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 22:37:10,553 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:37:10,555 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:37:12,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 22:37:12,643 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 22:37:40,195 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 22:37:40,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 22:37:55,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 22:37:55,020 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-04-30 22:37:55,020 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:37:55,046 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-04-30 22:37:55,047 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:37:55,047 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 22:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 22:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 22:38:08,973 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 22:38:08,975 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 22:38:12,643 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 22:38:12,644 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 22:38:40,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 22:38:40,198 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 22:38:55,047 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 22:38:55,048 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-04-30 22:38:55,049 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:38:55,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:38:55,070 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 22:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 22:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 22:39:12,644 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 22:39:12,645 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 22:39:40,198 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 22:39:40,200 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 22:39:55,070 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 22:39:55,071 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-04-30 22:39:55,071 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:39:55,092 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-04-30 22:39:55,092 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:39:55,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 22:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 22:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 22:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7706) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7706) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 22:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 22:40:12,646 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 22:40:12,647 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 22:40:40,200 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 22:40:40,202 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 22:40:55,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 22:40:55,094 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-04-30 22:40:55,094 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:40: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-04-30 22:40:55,117 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:40:55,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 22:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 22:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 22:41:12,647 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 22:41:12,648 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 22:41:40,202 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 22:41:40,204 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 22:41:45,039 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSDeleteScheduler.execute()
2025-04-30 22:41:45,042 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSDeleteScheduler.execute()
2025-04-30 22:41:55,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-04-30 22:41:55,118 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-04-30 22:41:55,118 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:41:55,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:41:55,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-04-30 22:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 22:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 22:42:10,555 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:42:10,557 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:42:12,648 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 22:42:12,649 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 22:42:40,204 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 22:42:40,206 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 22:42:55,139 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 22:42:55,140 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-04-30 22:42:55,140 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:42:55,160 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-04-30 22:42:55,160 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:42:55,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 22:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 22:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 22:43:08,975 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-04-30 22:43:08,976 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-04-30 22:43:12,650 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 22:43:12,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 22:43:40,206 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 22:43:40,208 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 22:43:55,161 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 22:43:55,162 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-04-30 22:43:55,162 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:43:55,182 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-04-30 22:43:55,182 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:43:55,182 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 22:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 22:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 22:44:12,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 22:44:12,652 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 22:44:40,208 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 22:44:40,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 22:44:55,182 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 22:44:55,184 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-04-30 22:44:55,184 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:44:55,206 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-04-30 22:44:55,206 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:44:55,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 22:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-04-30 22:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-04-30 22:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7727) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:45:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7727) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 22:45:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 22:45:12,653 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 22:45:12,654 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 22:45:40,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 22:45:40,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 22:45:55,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 22:45:55,208 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-04-30 22:45:55,208 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:45:55,228 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-04-30 22:45:55,228 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:45:55,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 22:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 22:46:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 22:46:12,654 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-04-30 22:46:12,655 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-04-30 22:46:40,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-04-30 22:46:40,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-04-30 22:46:55,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-04-30 22:46:55,230 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-04-30 22:46:55,230 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:46:55,250 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-04-30 22:46:55,250 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:46:55,250 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-04-30 22:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 22:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 22:47:10,558 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:47:10,560 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:47:12,656 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 22:47:12,657 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 22:47:40,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 22:47:40,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 22:47:55,251 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 22:47:55,252 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-04-30 22:47:55,252 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:47:55,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 22:47:55,272 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:47:55,272 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 22:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 22:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 22:48:08,977 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-04-30 22:48:08,978 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-04-30 22:48:12,657 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 22:48:12,658 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 22:48:40,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 22:48:40,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 22:48:55,272 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 22:48:55,274 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-04-30 22:48:55,274 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:48:55,295 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-04-30 22:48:55,295 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:48:55,295 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 22:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 22:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 22:49:12,658 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 22:49:12,660 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 22:49:40,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 22:49:40,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 22:49:55,296 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 22:49:55,297 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-04-30 22:49:55,297 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:49:55,317 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-04-30 22:49:55,317 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:49:55,317 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 22:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-04-30 22:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-04-30 22:50:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7748) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:50:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7748) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 22:50:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 22:50:12,660 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 22:50:12,661 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 22:50:40,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 22:50:40,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 22:50:55,317 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 22:50:55,319 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-04-30 22:50:55,319 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:50:55,338 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-04-30 22:50:55,338 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:50:55,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 22:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 22:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 22:51:12,661 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-04-30 22:51:12,662 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-04-30 22:51:40,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-04-30 22:51:40,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-04-30 22:51:55,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-04-30 22:51:55,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:51:55,361 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-04-30 22:51:55,361 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:51:55,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-04-30 22:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 22:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 22:52:10,560 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:52:10,562 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:52:12,663 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 22:52:12,664 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 22:52:40,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 22:52:40,226 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 22:52:55,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 22:52:55,363 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-04-30 22:52:55,363 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:52:55,395 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-04-30 22:52:55,396 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:52:55,396 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 22:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 22:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 22:53:08,978 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 22:53:08,980 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 22:53:12,664 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 22:53:12,665 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 22:53:40,226 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 22:53:40,228 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 22:53:55,396 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 22:53:55,397 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-04-30 22:53:55,397 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:53:55,418 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-04-30 22:53:55,418 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:53:55,419 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 22:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 22:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 22:54:12,665 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 22:54:12,666 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 22:54:40,228 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 22:54:40,230 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 22:54:55,419 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 22:54:55,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-04-30 22:54:55,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:54:55,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-04-30 22:54:55,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:54:55,440 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 22:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-04-30 22:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-04-30 22:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7769) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7769) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 22:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 22:55:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 22:55:12,667 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 22:55:12,667 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 22:55:40,231 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 22:55:40,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 22:55:55,441 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 22:55:55,442 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-04-30 22:55:55,442 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:55:55,462 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-04-30 22:55:55,462 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:55:55,463 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 22:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 22:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 22:56:12,668 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-04-30 22:56:12,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-04-30 22:56:40,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-04-30 22:56:40,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-04-30 22:56:55,463 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-04-30 22:56:55,464 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-04-30 22:56:55,464 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:56:55,483 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-04-30 22:56:55,484 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:56:55,484 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-04-30 22:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-04-30 22:57:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-04-30 22:57:10,563 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:57:10,565 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 22:57:12,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 22:57:12,670 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 22:57:40,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 22:57:40,236 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 22:57:55,484 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 22:57:55,485 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-04-30 22:57:55,485 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:57:55,506 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-04-30 22:57:55,506 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:57:55,506 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 22:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-04-30 22:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-04-30 22:58:08,980 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-04-30 22:58:08,981 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-04-30 22:58:12,671 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 22:58:12,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 22:58:40,236 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 22:58:40,238 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 22:58:55,507 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 22:58:55,508 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-04-30 22:58:55,508 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:58:55,528 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-04-30 22:58:55,528 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:58:55,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 22:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 22:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 22:59:12,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 22:59:12,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 22:59:40,238 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 22:59:40,240 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 22:59:55,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 22:59:55,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 22:59:55,551 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-04-30 22:59:55,551 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 22:59:55,551 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 23:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-04-30 23:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-04-30 23:00:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7790) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:00:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7790) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:00:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 23:00:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 23:00:12,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 23:00:12,674 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 23:00:40,240 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 23:00:40,242 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 23:00:55,551 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 23:00:55,553 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-04-30 23:00:55,553 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:00:55,573 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-04-30 23:00:55,573 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:00:55,573 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 23:01:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 23:01:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 23:01:12,674 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-04-30 23:01:12,675 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-04-30 23:01:40,242 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-04-30 23:01:40,243 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-04-30 23:01:55,573 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-04-30 23:01:55,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 23:01:55,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-04-30 23:01:55,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:01:55,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-04-30 23:02:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-04-30 23:02:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-04-30 23:02:10,566 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:02:10,568 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:02:12,676 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 23:02:12,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 23:02:40,244 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-04-30 23:02:40,246 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-04-30 23:02:55,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-04-30 23:02:55,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-04-30 23:02:55,598 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:02:55,617 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-04-30 23:02:55,617 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:02:55,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-04-30 23:03:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-04-30 23:03:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-04-30 23:03:08,981 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-04-30 23:03:08,983 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-04-30 23:03:12,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 23:03:12,678 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 23:03:40,246 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 23:03:40,248 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 23:03:55,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 23:03:55,619 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-04-30 23:03:55,619 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:03:55,639 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-04-30 23:03:55,639 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:03:55,640 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 23:04:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 23:04:03,025 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 23:04:12,679 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-04-30 23:04:12,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-04-30 23:04:40,248 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-04-30 23:04:40,250 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-04-30 23:04:55,640 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-04-30 23:04:55,641 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-04-30 23:04:55,641 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:04:55,662 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-04-30 23:04:55,662 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:04:55,662 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-04-30 23:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-04-30 23:05:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-04-30 23:05:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7811) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:05:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7811) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:05:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 23:05:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 23:05:12,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 23:05:12,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 23:05:40,250 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 23:05:40,252 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 23:05:55,662 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 23:05:55,664 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-04-30 23:05:55,664 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:05:55,684 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-04-30 23:05:55,684 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:05:55,684 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 23:06:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 23:06:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 23:06:12,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-04-30 23:06:12,682 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-04-30 23:06:40,252 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-04-30 23:06:40,254 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-04-30 23:06:55,684 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-04-30 23:06:55,685 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-04-30 23:06:55,686 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 23:06:55,707 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-04-30 23:07:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-04-30 23:07:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-04-30 23:07:10,568 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:07:10,570 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:07:12,682 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-04-30 23:07:12,683 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-04-30 23:07:40,254 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-04-30 23:07:40,256 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-04-30 23:07:55,707 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 23:07:55,708 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-04-30 23:07:55,708 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:07:55,728 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-04-30 23:07:55,728 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:07:55,728 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 23:08:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 23:08:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 23:08:08,983 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-04-30 23:08:08,984 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-04-30 23:08:12,684 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 23:08:12,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 23:08:40,256 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 23:08:40,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 23:08:55,728 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 23:08:55,730 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-04-30 23:08:55,730 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:08:55,751 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-04-30 23:08:55,751 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:08:55,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 23:09:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 23:09:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 23:09:12,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-04-30 23:09:12,686 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-04-30 23:09:18,926 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStgCmtScheduler.execute()
2025-04-30 23:09:18,928 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStgCmtScheduler.execute()
2025-04-30 23:09:40,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 23:09:40,260 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 23:09:55,752 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 23:09:55,753 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-04-30 23:09:55,753 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:09:55,780 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-04-30 23:09:55,780 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:09:55,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 23:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-04-30 23:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-04-30 23:10:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7832) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:10:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7832) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:10:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 23:10:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 23:10:12,687 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 23:10:12,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 23:10:40,261 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 23:10:40,262 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 23:10:55,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 23:10:55,782 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-04-30 23:10:55,782 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:10:55,803 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-04-30 23:10:55,804 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:10:55,804 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 23:11:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 23:11:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 23:11:12,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 23:11:12,689 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 23:11:27,716 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeTaskScheduler.execute()
2025-04-30 23:11:27,731 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeTaskScheduler.execute()
2025-04-30 23:11:40,263 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-04-30 23:11:40,264 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-04-30 23:11:55,804 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-04-30 23:11:55,805 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-04-30 23:11:55,806 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:11:55,825 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-04-30 23:11:55,826 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:11:55,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-04-30 23:12:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-04-30 23:12:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-04-30 23:12:10,570 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:12:10,573 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:12:12,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 23:12:12,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 23:12:40,264 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 23:12:40,266 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 23:12:55,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 23:12:55,826 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,827 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,827 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,828 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,829 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-04-30 23:12:55,829 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:12:55,829 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,829 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,850 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-04-30 23:12:55,850 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:12:55,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,852 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-04-30 23:12:55,852 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 23:13:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 23:13:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 23:13:08,985 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-04-30 23:13:08,986 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-04-30 23:13:12,691 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 23:13:12,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 23:13:40,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 23:13:40,268 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 23:13:55,852 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 23:13:55,854 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-04-30 23:13:55,854 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:13:55,874 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-04-30 23:13:55,874 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:13:55,874 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 23:14:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 23:14:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 23:14:12,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 23:14:12,693 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 23:14:40,268 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 23:14:40,270 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 23:14:55,874 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 23:14:55,876 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-04-30 23:14:55,876 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:14:55,896 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-04-30 23:14:55,896 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:14:55,896 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 23:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-04-30 23:15:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-04-30 23:15:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7853) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:15:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7853) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:15:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 23:15:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 23:15:12,694 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 23:15:12,695 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 23:15:40,271 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 23:15:40,272 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 23:15:55,896 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 23:15:55,898 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-04-30 23:15:55,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:15:55,917 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-04-30 23:15:55,917 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:15:55,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 23:16:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 23:16:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 23:16:12,695 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-04-30 23:16:12,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-04-30 23:16:40,273 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-04-30 23:16:40,275 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-04-30 23:16:55,918 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-04-30 23:16:55,919 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-04-30 23:16:55,919 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:16:55,938 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-04-30 23:16:55,939 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:16:55,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-04-30 23:17:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-04-30 23:17:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-04-30 23:17:10,573 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:17:10,575 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:17:12,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 23:17:12,697 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 23:17:40,275 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 23:17:40,277 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 23:17:55,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 23:17:55,940 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-04-30 23:17:55,940 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 23:17:55,967 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 23:18:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 23:18:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 23:18:08,986 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-04-30 23:18:08,988 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-04-30 23:18:12,697 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 23:18:12,698 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 23:18:40,277 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 23:18:40,279 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 23:18:55,967 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 23:18:55,968 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-04-30 23:18:55,968 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:18:55,988 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-04-30 23:18:55,988 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:18:55,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 23:19:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 23:19:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 23:19:12,699 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 23:19:12,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 23:19:40,279 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 23:19:40,281 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 23:19:55,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 23:19:55,990 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-04-30 23:19:55,990 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:19:56,010 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-04-30 23:19:56,010 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:19:56,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 23:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-04-30 23:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-04-30 23:20:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7874) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:20:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7874) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:20:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 23:20:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 23:20:12,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 23:20:12,701 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 23:20:40,282 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 23:20:40,283 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 23:20:56,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 23:20:56,012 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-04-30 23:20:56,012 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:20:56,032 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-04-30 23:20:56,032 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:20:56,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 23:21:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 23:21:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 23:21:12,701 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-04-30 23:21:12,703 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-04-30 23:21:40,284 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-04-30 23:21:40,285 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-04-30 23:21:56,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-04-30 23:21:56,034 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-04-30 23:21:56,034 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:21:56,055 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-04-30 23:21:56,055 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:21:56,055 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-04-30 23:22:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-04-30 23:22:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-04-30 23:22:10,575 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:22:10,577 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:22:12,703 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 23:22:12,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 23:22:40,286 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 23:22:40,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 23:22:56,055 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 23:22:56,056 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-04-30 23:22:56,056 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:22:56,076 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-04-30 23:22:56,076 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:22:56,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 23:23:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 23:23:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 23:23:08,988 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-04-30 23:23:08,990 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-04-30 23:23:12,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 23:23:12,705 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 23:23:40,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 23:23:40,290 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 23:23:56,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 23:23:56,078 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-04-30 23:23:56,078 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:23:56,099 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-04-30 23:23:56,099 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:23:56,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 23:24:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 23:24:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 23:24:12,706 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 23:24:12,706 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 23:24:40,290 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 23:24:40,292 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 23:24:56,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 23:24:56,100 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-04-30 23:24:56,101 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:24:56,120 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-04-30 23:24:56,120 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:24:56,120 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 23:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-04-30 23:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-04-30 23:25:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7895) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:25:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7895) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:25:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 23:25:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 23:25:12,707 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 23:25:12,708 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 23:25:40,292 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 23:25:40,294 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 23:25:56,121 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 23:25:56,122 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-04-30 23:25:56,122 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

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

2025-04-30 23:25:56,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 23:26:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 23:26:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 23:26:12,708 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-04-30 23:26:12,709 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-04-30 23:26:40,295 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-04-30 23:26:40,296 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-04-30 23:26:56,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-04-30 23:26:56,144 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-04-30 23:26:56,144 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:26:56,165 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-04-30 23:26:56,165 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:26:56,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-04-30 23:27:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-04-30 23:27:03,024 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-04-30 23:27:10,578 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:27:10,580 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:27:12,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 23:27:12,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 23:27:40,297 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 23:27:40,298 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 23:27:56,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 23:27:56,166 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-04-30 23:27:56,166 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:27:56,186 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-04-30 23:27:56,186 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:27:56,186 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 23:28:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-04-30 23:28:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-04-30 23:28:08,990 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-04-30 23:28:08,991 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-04-30 23:28:12,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 23:28:12,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 23:28:40,298 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 23:28:40,300 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 23:28:56,187 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 23:28:56,188 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-04-30 23:28:56,188 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:28:56,210 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-04-30 23:28:56,210 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:28:56,210 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 23:29:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 23:29:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 23:29:12,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 23:29:12,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 23:29:40,301 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 23:29:40,302 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 23:29:56,211 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 23:29:56,212 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-04-30 23:29:56,212 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:29:56,232 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-04-30 23:29:56,232 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:29:56,232 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 23:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-04-30 23:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-04-30 23:30:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7916) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:30:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7916) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:30:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-04-30 23:30:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-04-30 23:30:12,714 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 23:30:12,714 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 23:30:40,302 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 23:30:40,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 23:30:56,232 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 23:30:56,233 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-04-30 23:30:56,233 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:30:56,258 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-04-30 23:30:56,259 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:30:56,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 23:31:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 23:31:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 23:31:12,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-04-30 23:31:12,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-04-30 23:31:40,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-04-30 23:31:40,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-04-30 23:31:56,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-04-30 23:31:56,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-04-30 23:31:56,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:31:56,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-04-30 23:31:56,281 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:31:56,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-04-30 23:32:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-04-30 23:32:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-04-30 23:32:10,580 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:32:10,582 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:32:12,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 23:32:12,717 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 23:32:40,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 23:32:40,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 23:32:56,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 23:32:56,282 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-04-30 23:32:56,282 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:32:56,302 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-04-30 23:32:56,302 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:32:56,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 23:33:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-04-30 23:33:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-04-30 23:33:08,992 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-04-30 23:33:08,993 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-04-30 23:33:12,718 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 23:33:12,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 23:33:40,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 23:33:40,310 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 23:33:56,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 23:33:56,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 23:33:56,325 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-04-30 23:33:56,325 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:33:56,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 23:34:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 23:34:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 23:34:12,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 23:34:12,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 23:34:40,310 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 23:34:40,312 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 23:34:56,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-04-30 23:34:56,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 23:34:56,361 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-04-30 23:34:56,361 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:34:56,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-04-30 23:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-04-30 23:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-04-30 23:35:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7937) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:35:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7937) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:35:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-04-30 23:35:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-04-30 23:35:12,721 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-04-30 23:35:12,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-04-30 23:35:40,312 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-04-30 23:35:40,314 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-04-30 23:35:56,361 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-04-30 23:35:56,362 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-04-30 23:35:56,363 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:35:56,383 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-04-30 23:35:56,383 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:35:56,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-04-30 23:36:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-04-30 23:36:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-04-30 23:36:12,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-04-30 23:36:12,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-04-30 23:36:40,314 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-04-30 23:36:40,316 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-04-30 23:36:56,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-04-30 23:36:56,384 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-04-30 23:36:56,384 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:36:56,405 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-04-30 23:36:56,406 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:36:56,406 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-04-30 23:37:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-04-30 23:37:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-04-30 23:37:10,582 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:37:10,585 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:37:12,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-04-30 23:37:12,724 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-04-30 23:37:40,316 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-04-30 23:37:40,317 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-04-30 23:37:56,406 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-04-30 23:37:56,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 23:37:56,427 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-04-30 23:37:56,427 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:37:56,427 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-04-30 23:38:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-04-30 23:38:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-04-30 23:38:08,993 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-04-30 23:38:08,995 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-04-30 23:38:12,725 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-04-30 23:38:12,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-04-30 23:38:40,318 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-04-30 23:38:40,319 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-04-30 23:38:56,428 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-04-30 23:38:56,429 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-04-30 23:38:56,429 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:38:56,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-04-30 23:38:56,451 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:38:56,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-04-30 23:39:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-04-30 23:39:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-04-30 23:39:12,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-04-30 23:39:12,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-04-30 23:39:40,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-04-30 23:39:40,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-04-30 23:39:56,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-04-30 23:39:56,452 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-04-30 23:39:56,452 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:39:56,472 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-04-30 23:39:56,472 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:39:56,472 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-04-30 23:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-04-30 23:40:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-04-30 23:40:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7958) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:40:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7958) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:40:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-04-30 23:40:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-04-30 23:40:12,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-04-30 23:40:12,729 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-04-30 23:40:40,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-04-30 23:40:40,324 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-04-30 23:40:56,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-04-30 23:40:56,474 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-04-30 23:40:56,474 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:40:56,496 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-04-30 23:40:56,496 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:40:56,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-04-30 23:41:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-04-30 23:41:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-04-30 23:41:12,729 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-04-30 23:41:12,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-04-30 23:41:21,698 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.62,port=40868,localport=11112]
2025-04-30 23:41:21,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) ANY-SCP<-ECHOSCU(451) >> A-ASSOCIATE-RQ
2025-04-30 23:41:21,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) ANY-SCP<-ECHOSCU(451) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-04-30 23:41:21,749 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) ANY-SCP<-ECHOSCU(451): close Socket[addr=/167.94.146.62,port=40868,localport=11112]
2025-04-30 23:41:25,223 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.62,port=40880,localport=11112]
2025-04-30 23:41:28,402 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:40880(452): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 23:41:28,402 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:40880(452): close Socket[addr=/167.94.146.62,port=40880,localport=11112]
2025-04-30 23:41:28,542 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.62,port=40956,localport=11112]
2025-04-30 23:41:28,546 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:40956(453): unrecognized PDU[type=22, len=16838145]
2025-04-30 23:41:28,546 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:40956(453): close Socket[addr=/167.94.146.62,port=40956,localport=11112]
2025-04-30 23:41:28,838 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.62,port=40962,localport=11112]
2025-04-30 23:41:31,840 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:40962(454): unrecognized PDU[type=71, len=1411395360]
2025-04-30 23:41:31,840 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:40962(454): close Socket[addr=/167.94.146.62,port=40962,localport=11112]
2025-04-30 23:41:32,137 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.62,port=42142,localport=11112]
2025-04-30 23:41:32,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:42142(455): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-04-30 23:41:32,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:42142(455): close Socket[addr=/167.94.146.62,port=42142,localport=11112]
2025-04-30 23:41:35,936 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.62,port=42164,localport=11112]
2025-04-30 23:41:36,059 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:42164(456): unrecognized PDU[type=22, len=16838145]
2025-04-30 23:41:36,059 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:42164(456): close Socket[addr=/167.94.146.62,port=42164,localport=11112]
2025-04-30 23:41:36,430 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.62,port=42174,localport=11112]
2025-04-30 23:41:36,517 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:42174(457): unrecognized PDU[type=0, len=6488064]
2025-04-30 23:41:36,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7967) /172.18.0.2:11112<-/167.94.146.62:42174(457): close Socket[addr=/167.94.146.62,port=42174,localport=11112]
2025-04-30 23:41:40,324 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-04-30 23:41:40,326 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-04-30 23:41:45,042 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSDeleteScheduler.execute()
2025-04-30 23:41:45,044 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSDeleteScheduler.execute()
2025-04-30 23:41:56,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-04-30 23:41:56,497 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-04-30 23:41:56,497 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:41:56,518 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-04-30 23:41:56,518 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:41:56,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-04-30 23:42:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-04-30 23:42:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-04-30 23:42:10,585 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:42:10,587 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:42:12,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 23:42:12,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 23:42:40,326 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 23:42:40,328 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 23:42:56,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 23:42:56,519 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-04-30 23:42:56,521 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-04-30 23:42:56,521 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:42:56,541 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-04-30 23:42:56,541 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:42:56,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 23:43:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 23:43:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 23:43:08,995 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-04-30 23:43:08,996 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-04-30 23:43:12,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 23:43:12,732 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 23:43:40,328 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 23:43:40,330 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 23:43:56,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 23:43:56,543 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-04-30 23:43:56,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:43:56,563 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-04-30 23:43:56,563 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:43:56,563 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 23:44:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 23:44:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 23:44:12,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 23:44:12,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 23:44:40,330 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 23:44:40,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 23:44:56,563 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 23:44:56,565 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-04-30 23:44:56,565 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:44:56,585 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-04-30 23:44:56,585 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:44:56,585 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 23:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-04-30 23:45:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-04-30 23:45:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7980) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:45:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7980) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:45:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 23:45:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 23:45:12,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 23:45:12,735 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 23:45:40,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 23:45:40,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 23:45:56,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 23:45:56,587 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-04-30 23:45:56,587 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:45:56,609 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-04-30 23:45:56,609 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:45:56,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 23:46:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 23:46:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 23:46:12,735 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-04-30 23:46:12,736 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-04-30 23:46:40,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-04-30 23:46:40,336 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-04-30 23:46:56,610 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-04-30 23:46:56,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-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 23:46:56,631 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-04-30 23:46:56,631 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:46:56,631 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-04-30 23:47:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-04-30 23:47:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-04-30 23:47:10,588 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:47:10,590 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:47:12,737 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 23:47:12,738 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 23:47:40,336 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 23:47:40,338 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 23:47:56,631 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 23:47:56,633 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-04-30 23:47:56,633 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:47:56,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-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 23:47:56,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 23:48:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-04-30 23:48:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-04-30 23:48:08,997 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-04-30 23:48:08,998 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-04-30 23:48:12,738 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 23:48:12,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 23:48:40,338 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 23:48:40,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 23:48:56,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 23:48:56,658 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-04-30 23:48:56,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:48:56,679 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-04-30 23:48:56,679 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:48:56,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 23:49:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 23:49:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 23:49:12,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 23:49:12,740 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 23:49:40,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 23:49:40,342 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 23:49:56,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 23:49:56,681 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-04-30 23:49:56,681 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:49:56,702 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-04-30 23:49:56,702 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:49:56,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 23:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-04-30 23:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-04-30 23:50:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8001) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:50:00,944 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8001) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:50:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-04-30 23:50:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-04-30 23:50:12,741 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 23:50:12,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 23:50:40,342 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 23:50:40,344 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 23:50:56,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 23:50:56,704 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-04-30 23:50:56,704 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:50:56,724 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-04-30 23:50:56,724 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:50:56,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 23:51:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 23:51:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 23:51:12,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-04-30 23:51:12,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-04-30 23:51:40,344 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-04-30 23:51:40,346 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-04-30 23:51:56,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-04-30 23:51:56,726 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-04-30 23:51:56,726 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:51:56,756 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-04-30 23:51:56,757 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:51:56,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-04-30 23:52:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-04-30 23:52:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-04-30 23:52:10,590 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:52:10,592 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:52:12,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 23:52:12,744 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 23:52:40,346 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 23:52:40,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 23:52:56,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 23:52:56,758 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-04-30 23:52:56,759 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:52:56,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-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

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

2025-04-30 23:52:56,780 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-04-30 23:53:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-04-30 23:53:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-04-30 23:53:08,998 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-04-30 23:53:09,000 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-04-30 23:53:12,744 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-04-30 23:53:12,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-04-30 23:53:40,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-04-30 23:53:40,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-04-30 23:53:56,780 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-04-30 23:53:56,782 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-04-30 23:53:56,782 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:53:56,805 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-04-30 23:53:56,805 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:53:56,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-04-30 23:54:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-04-30 23:54:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-04-30 23:54:12,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-04-30 23:54:12,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-04-30 23:54:40,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-04-30 23:54:40,352 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-04-30 23:54:56,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-04-30 23:54:56,807 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-04-30 23:54:56,807 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:54:56,828 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-04-30 23:54:56,828 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:54:56,828 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-04-30 23:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-04-30 23:55:00,941 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-04-30 23:55:00,942 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8022) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:55:00,943 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8022) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-04-30 23:55:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-04-30 23:55:03,023 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-04-30 23:55:12,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-04-30 23:55:12,748 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-04-30 23:55:40,353 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-04-30 23:55:40,354 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-04-30 23:55:56,828 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-04-30 23:55:56,830 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-04-30 23:55:56,830 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:55:56,850 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-04-30 23:55:56,850 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:55:56,851 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-04-30 23:56:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-04-30 23:56:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-04-30 23:56:12,748 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-04-30 23:56:12,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-04-30 23:56:40,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-04-30 23:56:40,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-04-30 23:56:56,851 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-04-30 23:56:56,852 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-04-30 23:56:56,852 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:56:56,873 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-04-30 23:56:56,873 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:56:56,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-04-30 23:57:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-04-30 23:57:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-04-30 23:57:10,593 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:57:10,595 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-04-30 23:57:12,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-04-30 23:57:12,751 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-04-30 23:57:40,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-04-30 23:57:40,358 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-04-30 23:57:56,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-04-30 23:57:56,874 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-04-30 23:57:56,874 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:57:56,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-04-30 23:57:56,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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:57:56,896 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-04-30 23:58:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-04-30 23:58:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-04-30 23:58:09,000 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-04-30 23:58:09,002 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-04-30 23:58:12,751 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-04-30 23:58:12,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-04-30 23:58:40,359 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-04-30 23:58:40,360 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-04-30 23:58:56,896 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-04-30 23:58:56,897 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-04-30 23:58:56,897 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:58:56,918 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-04-30 23:58:56,918 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:58:56,918 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-04-30 23:59:03,018 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-04-30 23:59:03,022 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-04-30 23:59:12,753 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-04-30 23:59:12,754 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-04-30 23:59:40,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-04-30 23:59:40,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-04-30 23:59:56,918 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-04-30 23:59:56,919 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-04-30 23:59:56,919 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:59:56,939 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-04-30 23:59:56,939 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.GeneratedMethodAccessor101.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-04-30 23:59:56,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
